public class CloneViewAction extends Action
Action,
TopComponentOperatorAction.ShortcutAFTER_ACTION_WAIT_TIME, API_MODE, keystrokes, layerInstancePath, MENU_MODE, POPUP_MODE, SELECTION_WAIT_TIME, SHORTCUT_MODE, systemActionClass, WAIT_AFTER_SHORTCUT_TIMEOUT| Constructor and Description |
|---|
CloneViewAction()
Create new CloneViewAction instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
performAPI(Node[] nodes)
Throws UnsupportedOperationException because CloneViewAction doesn't have
representation on nodes.
|
void |
performMenu(Node[] nodes)
Throws UnsupportedOperationException because CloneViewAction doesn't have
representation on nodes.
|
void |
performPopup(org.netbeans.jemmy.operators.ComponentOperator compOperator)
Performs popup action Clone Window on given component operator
which is activated before the action.
|
void |
performPopup(Node[] nodes)
Throws UnsupportedOperationException because CloneViewAction doesn't have
popup representation on nodes.
|
void |
performPopup(TopComponentOperator tco)
Performs popup action Clone Window on given top component operator
which is activated before the action.
|
void |
performShortcut(Node[] nodes)
Throws UnsupportedOperationException because CloneViewAction doesn't have
representation on nodes.
|
getComparator, getDefaultMode, getKeyStrokes, getMenuPath, getPopupPath, getSystemActionClass, isEnabled, isEnabled, isEnabled, isEnabled, perform, perform, perform, perform, perform, performAPI, performAPI, performAPI, performAPI, performMenu, performMenu, performMenu, performMenu, performPopup, performPopup, performPopup, performShortcut, performShortcut, performShortcut, performShortcut, setComparator, setDefaultMode, testNodespublic void performPopup(org.netbeans.jemmy.operators.ComponentOperator compOperator)
performPopup in class ActioncompOperator - operator which should be activated and clonedpublic void performPopup(TopComponentOperator tco)
tco - top component operator which should be activated and clonedpublic void performPopup(Node[] nodes)
performPopup in class Actionnodes - array of nodespublic void performAPI(Node[] nodes)
performAPI in class Actionnodes - array of nodespublic void performMenu(Node[] nodes)
performMenu in class Actionnodes - array of nodespublic void performShortcut(Node[] nodes)
performShortcut in class Actionnodes - array of nodesBuilt on June 18 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.