|
org.netbeans.modules.jellytools.platform/3 3.13 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.jellytools.actions.Action
org.netbeans.jellytools.actions.RestoreWindowAction
public class RestoreWindowAction
Used to call "Maximize" popup menu item, "Window|Configure Window|Maximize" main menu item, shortcut or restore window by IDE API. There is the same menu item to maximize and restore window, just check box informs you about current status.
Action,
TopComponentOperator| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.netbeans.jellytools.actions.Action |
|---|
Action.Shortcut |
| Field Summary |
|---|
| Fields inherited from class org.netbeans.jellytools.actions.Action |
|---|
AFTER_ACTION_WAIT_TIME, API_MODE, keystrokes, layerInstancePath, MENU_MODE, menuPath, POPUP_MODE, popupPath, SELECTION_WAIT_TIME, SHORTCUT_MODE, systemActionClass, WAIT_AFTER_SHORTCUT_TIMEOUT |
| Constructor Summary | |
|---|---|
RestoreWindowAction()
Creates new instance of RestoreWindowAction. |
|
| Method Summary | |
|---|---|
void |
performAPI()
Restore active top component by IDE API. |
void |
performAPI(Node[] nodes)
Throws UnsupportedOperationException because RestoreWindowAction doesn't have representation on nodes. |
void |
performMenu(Node[] nodes)
Throws UnsupportedOperationException because RestoreWindowAction doesn't have representation on nodes. |
void |
performPopup(org.netbeans.jemmy.operators.ComponentOperator compOperator)
Performs popup action Restore Window on given component operator which is activated before the action. |
void |
performPopup(Node[] nodes)
Throws UnsupportedOperationException because RestoreWindowAction doesn't have popup representation on nodes. |
void |
performPopup(TopComponentOperator tco)
Performs popup action Restore Window on given top component operator which is activated before the action. |
void |
performShortcut(Node[] nodes)
Throws UnsupportedOperationException because RestoreWindowAction doesn't have representation on nodes. |
| Methods inherited from class org.netbeans.jellytools.actions.Action |
|---|
getComparator, getDefaultMode, getKeyStrokes, getMenuPath, getPopupPath, getSystemActionClass, isEnabled, isEnabled, isEnabled, isEnabled, perform, perform, perform, perform, perform, performAPI, performAPI, performAPI, performMenu, performMenu, performMenu, performMenu, performPopup, performPopup, performPopup, performShortcut, performShortcut, performShortcut, performShortcut, setComparator, setDefaultMode, testNodes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RestoreWindowAction()
| Method Detail |
|---|
public void performPopup(org.netbeans.jemmy.operators.ComponentOperator compOperator)
performPopup in class ActioncompOperator - operator which should be activated and restoredpublic void performPopup(TopComponentOperator tco)
tco - top component operator which should be activated and maximizedpublic void performAPI()
performAPI in class Actionpublic void performAPI(Node[] nodes)
performAPI in class Actionnodes - array of nodespublic void performMenu(Node[] nodes)
performMenu in class Actionnodes - array of nodespublic void performPopup(Node[] nodes)
performPopup in class Actionnodes - array of nodespublic void performShortcut(Node[] nodes)
performShortcut in class Actionnodes - array of nodes
|
org.netbeans.modules.jellytools.platform/3 3.13 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||