org.netbeans.jellytools.actions
Class PasteAction
java.lang.Object
org.netbeans.jellytools.actions.Action
org.netbeans.jellytools.actions.PasteAction
public class PasteAction
- extends Action
Used to call "Paste" popup menu item, "Edit|Paste" main menu item,
"org.openide.actions.PasteAction" or Ctrl+V shortcut.
- See Also:
Action
| 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 |
PasteAction()
creates new PasteAction instance |
| 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, performPopup, 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 |
POPUP
protected static final String POPUP
MENU
protected static final String MENU
KEYSTROKE
protected static final KeyStroke KEYSTROKE
SYSTEMCLASS
protected static final String SYSTEMCLASS
- See Also:
- Constant Field Values
PasteAction
public PasteAction()
- creates new PasteAction instance