Package | Description |
---|---|
org.netbeans.jellytools.actions | |
org.netbeans.jellytools.nodes |
Modifier and Type | Class and Description |
---|---|
class |
ActionNoBlock
Ancestor class for all non-blocking actions.
|
class |
AddLocaleAction
Used to call "Add | Locale..." popup menu item on properties node.
|
class |
AttachWindowAction
Used to attach a window to a new position by IDE API.
|
class |
CloneViewAction
Used to call "Clone Document" popup menu item, "Window|Clone Document" main menu item or
"org.openide.actions.CloneViewAction".
|
class |
CloseAction
Used to call "Close" popup menu item
|
class |
CloseAllDocumentsAction
Used to call "Close All Documents" popup menu item, "Window|Close All Documents"
main menu, "org.netbeans.core.windows.actions.CloseAllDocumentsAction"
or Ctrl+Shift+F4 shortcut.
|
class |
CloseViewAction
Used to call "Close Window" popup menu item, "Window|Close Window"
main menu, "org.openide.actions.CloseViewAction" or Ctrl+F4 shortcut.
|
class |
CopyAction
Used to call "Copy" popup menu item, "Edit|Copy" main menu item,
"org.openide.actions.CopyAction" or Ctrl+C shortcut.
|
class |
CustomizeAction
Used to call "Customize" popup menu item or
"org.openide.actions.CustomizeAction".
|
class |
CutAction
Used to call "Cut" popup menu item, "Edit|Cut" main menu item,
"org.openide.actions.CutAction" or Ctrl+X shortcut.
|
class |
DeleteAction
Used to call "Delete" popup menu item, "Edit|Delete" main menu item,
"org.openide.actions.DeleteAction" or Delete shortcut.
|
class |
DockWindowAction
Used to call "Dock Window" popup menu item, "Window|Dock Window" main menu item or
"org.netbeans.core.windows.actions.UnDockWindowAction".
|
class |
DocumentsAction
Used to call "Window|Documents" main menu item,
"org.netbeans.core.windows.actions.DocumentsAction" or
shortcut Shift+F4.
|
class |
EditAction
Used to call "Edit" popup menu item or
"org.openide.actions.EditAction".
|
class |
ExploreFromHereAction
Used to call "Explore From Here" popup menu item,
"org.openide.actions.OpenLocalExplorerAction".
|
class |
FavoritesAction
Used to call "Window|Favorites" main menu item or CTRL+3 shortcut.
|
class |
FindAction
Used to call "Find" popup menu item, "Edit|Find" main menu item,
"org.openide.actions.FindAction" or Ctrl+F shortcut.
|
class |
HelpAction
Used to invoke help using "Help|Help Contents" menu or the F1 shortcut.
|
class |
MaximizeWindowAction
Used to call "Maximize Window" popup menu item, "Window|Maximize Window"
main menu item, shortcut or maximize window by IDE API.
|
class |
OpenAction
Used to call "Open" popup menu item or
"org.openide.actions.OpenAction".
|
class |
OptionsViewAction
Used to call "Tools|Options" main menu item.
|
class |
OutputWindowViewAction
Used to call "Window|Output" main menu item or
"org.netbeans.core.output.OutputWindowAction".
|
class |
PasteAction
Used to call "Paste" popup menu item, "Edit|Paste" main menu item,
"org.openide.actions.PasteAction" or Ctrl+V shortcut.
|
class |
PasteActionNoBlock
Used to no-blocking call "Paste" popup menu item, "Edit|Paste" main menu item,
"org.openide.actions.PasteAction" or Ctrl+V shortcut.
|
class |
PropertiesAction
Used to call "Properties" popup menu item, "Window|IDE Tools|Properties" main menu item,
"org.openide.actions.PropertiesAction" or Ctrl+Shift+7 shortcut.
|
class |
RenameAction
Used to call "Rename" popup menu item or
"org.openide.actions.RenameAction".
|
class |
ReplaceAction
Used to call "Edit|Replace" main menu item,
"org.openide.actions.ReplaceAction" or Ctrl+H shortcut.
|
class |
RestoreWindowAction
Used to call "Maximize" popup menu item, "Window|Configure Window|Maximize" main
menu item, shortcut or restore window by IDE API.
|
class |
SaveAction
Used to call "File|Save" main menu item,
"org.openide.actions.SaveAction" or Ctrl+S shortcut.
|
class |
SaveAllAction
Used to call "File|Save All" main menu item or to do an API call.
|
class |
SaveAsTemplateAction
Used to call "Save As Template" popup menu item or
"org.openide.actions.SaveAsTemplateAction".
|
class |
ShowDescriptionAreaAction
Used to call "Show Description Area" popup menu item on a property sheet.
|
class |
SortByCategoryAction
Used to call "Sort by Category" popup menu item on a property sheet.
|
class |
SortByNameAction
Used to call "Sort by Name" popup menu item on a property sheet.
|
class |
UndockWindowAction
Used to call "Float" popup menu item or
"org.netbeans.core.windows.actions.UndockWindowAction".
|
class |
ViewAction
Used to call "View" popup menu item or
"org.openide.actions.ViewAction".
|
Modifier and Type | Method and Description |
---|---|
void |
Node.verifyPopup(Action[] actions)
verifies node's popup paths (of all actions) for presence (without
invocation)
|