org.netbeans.jellytools.actions
Class FindInFilesAction
java.lang.Object
org.netbeans.jellytools.actions.Action
org.netbeans.jellytools.actions.ActionNoBlock
org.netbeans.jellytools.actions.FindInFilesAction
public class FindInFilesAction
- extends ActionNoBlock
Used to call "Find" popup menu item, "Edit|Find in Projects" main menu item,
"org.netbeans.modules.search.FindInFilesAction".
- See Also:
Action,
ActionNoBlock
| 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 |
|
Method Summary |
void |
performAPI()
Performs action through API. |
| 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, performMenu, performMenu, performMenu, performMenu, 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 |
FindInFilesAction
public FindInFilesAction()
- Creates new instance.
performAPI
public void performAPI()
- Performs action through API. It selects a node first.
- Overrides:
performAPI in class ActionNoBlock
- Throws:
UnsupportedOperationException - when action does not support API mode