org.netbeans.jellytools.actions
Class DocumentsAction
java.lang.Object
org.netbeans.jellytools.actions.Action
org.netbeans.jellytools.actions.ActionNoBlock
org.netbeans.jellytools.actions.DocumentsAction
public class DocumentsAction
- extends ActionNoBlock
Used to call "Window|Documents" main menu item,
"org.netbeans.core.windows.actions.DocumentsAction" or
shortcut Shift+F4.
- See Also:
ActionNoBlock
| Fields inherited from class org.netbeans.jellytools.actions.Action |
AFTER_ACTION_WAIT_TIME, API_MODE, keystrokes, layerInstancePath, MENU_MODE, POPUP_MODE, popupPath, SELECTION_WAIT_TIME, SHORTCUT_MODE, systemActionClass, WAIT_AFTER_SHORTCUT_TIMEOUT |
|
Method Summary |
void |
performAPI(Node[] nodes)
Throws UnsupportedOperationException because DocumentsAction doesn't have
representation on nodes. |
void |
performMenu(Node[] nodes)
Throws UnsupportedOperationException because DocumentsAction doesn't have
representation on nodes. |
void |
performPopup(Node[] nodes)
Throws UnsupportedOperationException because DocumentsAction doesn't have
popup representation on nodes. |
void |
performShortcut(Node[] nodes)
Throws UnsupportedOperationException because DocumentsAction 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, performPopup, performPopup, performShortcut, performShortcut, performShortcut, setComparator, setDefaultMode, testNodes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentsAction
public DocumentsAction()
- Create new DocumentsAction instance.
performPopup
public void performPopup(Node[] nodes)
- Throws UnsupportedOperationException because DocumentsAction doesn't have
popup representation on nodes.
- Overrides:
performPopup in class ActionNoBlock
- Parameters:
nodes - array of nodes
performAPI
public void performAPI(Node[] nodes)
- Throws UnsupportedOperationException because DocumentsAction doesn't have
representation on nodes.
- Overrides:
performAPI in class Action
- Parameters:
nodes - array of nodes
performMenu
public void performMenu(Node[] nodes)
- Throws UnsupportedOperationException because DocumentsAction doesn't have
representation on nodes.
- Overrides:
performMenu in class Action
- Parameters:
nodes - array of nodes
performShortcut
public void performShortcut(Node[] nodes)
- Throws UnsupportedOperationException because DocumentsAction doesn't have
representation on nodes.
- Overrides:
performShortcut in class Action
- Parameters:
nodes - array of nodes