|
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.SaveAction
public class SaveAction
Used to call "File|Save" main menu item, "org.openide.actions.SaveAction" or Ctrl+S shortcut.
Action| 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 | |
|---|---|
SaveAction()
Creates new SaveAction instance. |
|
| Method Summary | |
|---|---|
void |
performPopup(org.netbeans.jemmy.operators.ComponentOperator compOperator)
Deprecated. Save menu item removed from popup on tab. Use TopComponentOperator.save() instead. |
void |
performPopup(Node node)
Throws UnsupportedOperationException because SaveAction doesn't have popup representation on node. |
void |
performPopup(Node[] nodes)
Throws UnsupportedOperationException because SaveAction doesn't have popup representation on nodes. |
void |
performPopup(TopComponentOperator tco)
Deprecated. Save menu item removed from popup on tab. Use TopComponentOperator.save() instead. |
| 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, performAPI, performAPI, performMenu, performMenu, performMenu, performMenu, performMenu, performPopup, performPopup, performShortcut, 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 SaveAction()
| Method Detail |
|---|
public void performPopup(org.netbeans.jemmy.operators.ComponentOperator compOperator)
performPopup in class ActioncompOperator - operator which should be activated and savedpublic void performPopup(TopComponentOperator tco)
tco - top component operator which should be activated and savedpublic void performPopup(Node[] nodes)
performPopup in class Actionnodes - array of nodespublic void performPopup(Node node)
performPopup in class Actionnode - a node
|
org.netbeans.modules.jellytools.platform/3 3.13 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||