Package org.openide.actions

There are a number of standard system actions available for use in the IDE.

See:
          Description

Interface Summary
NewTemplateAction.Cookie Cookie that can be implemented by a node if it wishes to have a special templates wizard.
ToolsAction.Model Deprecated. Useless, see ActionManager.
 

Class Summary
AbstractCompileAction Compilation action--compiles all selected nodes.
ActionManager Collects access methods to implementation depended functionality for actions package.
AddWatchAction Add a debugger watch.
BuildAction Forcibly compiles selected nodes.
BuildAllAction Forcibly compiles selected nodes, descending into directories recursively.
BuildProjectAction Builds the current project if it supports builing.
CleanAction Forcibly compiles selected nodes.
CleanAllAction Forcibly compiles selected nodes, descending into directories recursively.
CloneViewAction Create a clone of the current cloneable top component.
CloseViewAction Close the current top component.
CompileAction Compiles selected nodes.
CompileAllAction Compiles selected nodes, descending recursively into directories.
CompileProjectAction Compiles the current project if it supports compilation.
CopyAction Copy the selected item to the clipboard.
CustomizeAction Customize a node (rather than using its property sheet).
CustomizeBeanAction Customize a JavaBean.
CutAction Cut an object to the clipboard.
DebugProjectAction Start the debugger.
DeleteAction Delete an object.
EditAction Edit an object.
ExecuteAction Execute a class.
ExecuteProjectAction Executes the current project if it supports execution.
FileSystemAction Action that presents standard file system-related actions.
FindAction Search for something.
FinishDebuggerAction End the debugger session.
GarbageCollectAction Perform a system garbage collection.
GoAction Continue debugging.
GotoAction Go to a specific place (e.g. line in the editor).
GoToCursorAction Go to the cursor.
HelpAction Show help for the currently selected workspace element.
InstantiateAction Instantiate a template.
MoveDownAction Move an item down in a list.
MoveUpAction Move an item up in a list.
NewAction Creates a new child of the activated node, if appropriate.
NewTemplateAction Creates a new object from template in the selected folder.
NextTabAction Switches to the next tab in a window.
OpenAction Opens a node (e.g. in a web browser, or in the Editor).
OpenLocalExplorerAction Open an Explorer window with a particular root node.
OpenProjectAction The OpenProject Action.
PageSetupAction Sets up page for printing.
PasteAction Paste from clipboard.
PopupAction Open a popup menu.
PreviousTabAction Go to the previous tab (e.g. in a window).
PrintAction Print the selected object.
PropertiesAction Get properties of a node.
RedoAction Redo an edit.
RenameAction Rename a node.
ReorderAction Reorder items in a list with a dialog.
ReplaceAction (Search-and-)replace (e.g. in an Editor).
SaveAction Save a single object.
SaveAllAction Save all open objects.
SaveAsTemplateAction Saves a data object to a folder under in the system's templates area.
SaveProjectAction Saves the currently opened project.
StartDebuggerAction Start the debugger.
StepOutAction Step out in the debugger.
ToggleBreakpointAction Toggle a breakpoint (e.g. in the Editor).
ToolsAction A "meta-action" that displays (in a submenu) a list of enabled actions provided by modules.
TraceIntoAction Trace into a method in the debugger.
TraceOverAction Trace over a line in the debugger.
UndoAction Undo an edit.
UndockAction Undock a top component.
ViewAction View an object (but do not edit it).
WorkspaceSwitchAction Switch to a different workspace.
 

Package org.openide.actions Description

There are a number of standard system actions available for use in the IDE. The Actions API specifies how to attach existing actions to new components (such as data objects or nodes), as well as how to create new actions.



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.