|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeAction | |
org.openide.actions | There are a number of standard system actions available for use in the IDE. |
org.openide.util.actions | There are several types of standard actions that should be used for many user interactions with the IDE. |
Uses of NodeAction in org.openide.actions |
Subclasses of NodeAction in org.openide.actions | |
class |
CustomizeAction
Customize a node (rather than using its property sheet). |
class |
EditAction
Edit an object. |
class |
MoveDownAction
Move an item down in a list. |
class |
MoveUpAction
Move an item up in a list. |
class |
NewAction
Creates a new child of the activated node, if appropriate. |
class |
OpenAction
Opens a node (for example, in a web browser, or in the Editor). |
class |
OpenLocalExplorerAction
Open an Explorer window with a particular root node. |
class |
PrintAction
Print the selected object. |
class |
PropertiesAction
Get properties of a node. |
class |
RenameAction
Rename a node. |
class |
ReorderAction
Reorder items in a list with a dialog. |
class |
SaveAction
Save a single object. |
class |
ViewAction
View an object (but do not edit it). |
Uses of NodeAction in org.openide.util.actions |
Subclasses of NodeAction in org.openide.util.actions | |
class |
CookieAction
An action dependent on the cookies of the selected nodes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |