org.eclipse.jface.action.IAction that delegates to a CommandActionDelegate, which is
usually also a CommandSee: Description
| Class | Description |
|---|---|
| CommandAction |
This class is used to implement a selection-based
IAction on the menubar, the toolbar, or a popup menu
by delegating all required behaviour to a Command. |
| CommandAction |
This class is used to implement a selection-based
IAction on the menubar, the toolbar, or a popup menu
by delegating all required behaviour to a Command. |
| CommandActionHandler | |
| CommandActionHandler | |
| ControlAction |
A control action moves a contained object into a new resource or restores it to its containers' resource.
|
| ControlAction |
A control action moves a contained object into a new resource or restores it to its containers' resource.
|
| ControlAction.ControlResourceDialog |
A save-type
resource dialog that attempts to create the specified resource and
load it, if it already exists. |
| CopyAction |
A copy action is implemented by creating a
CopyToClipboardCommand. |
| CopyAction |
A copy action is implemented by creating a
CopyToClipboardCommand. |
| CreateChildAction |
A child creation action is implemented by creating a
CreateChildCommand. |
| CreateChildAction |
A child creation action is implemented by creating a
CreateChildCommand. |
| CreateSiblingAction |
A sibling creation action is implemented by creating a
CreateChildCommand. |
| CreateSiblingAction |
A sibling creation action is implemented by creating a
CreateChildCommand. |
| CutAction |
A cut action is implemented by creating a
CutToClipboardCommand. |
| CutAction |
A cut action is implemented by creating a
CutToClipboardCommand. |
| DelegatingCommandAction | |
| DelegatingCommandAction | |
| DeleteAction |
A delete action removes objects from their parent containers, optionally cleaning up other references to the objects.
|
| DeleteAction |
A delete action removes objects from their parent containers, optionally cleaning up other references to the objects.
|
| EditingDomainActionBarContributor |
This is a contributor for an editor, multi-page or otherwise,
that implements
IEditingDomainProvider. |
| EditingDomainActionBarContributor |
This is a contributor for an editor, multi-page or otherwise,
that implements
IEditingDomainProvider. |
| LoadResourceAction |
An action to load a resource into an editing domain's resource set.
|
| LoadResourceAction |
An action to load a resource into an editing domain's resource set.
|
| LoadResourceAction.LoadResourceDialog | |
| PasteAction |
A paste action is implemented by creating a
PasteFromClipboardCommand. |
| PasteAction |
A paste action is implemented by creating a
PasteFromClipboardCommand. |
| RedoAction |
An redo action is implemented by using the
CommandStack. |
| RedoAction |
An redo action is implemented by using the
CommandStack. |
| StaticSelectionCommandAction |
This class is used as a basis for implementing an
org.eclipse.jface.action.IAction
on the menubar, the toolbar, or a pop-up menu by delegating all required
behaviour to a Command, only when it is guaranteed that the
selection will not change during the life of the action. |
| StaticSelectionCommandAction |
This class is used as a basis for implementing an
org.eclipse.jface.action.IAction
on the menubar, the toolbar, or a pop-up menu by delegating all required
behaviour to a Command, only when it is guaranteed that the
selection will not change during the life of the action. |
| UndoAction |
An undo action is implemented by using the
CommandStack. |
| UndoAction |
An undo action is implemented by using the
CommandStack. |
| ValidateAction | |
| ValidateAction | |
| ValidateAction.EclipseResourcesUtil |
org.eclipse.jface.action.IAction that delegates to a CommandActionDelegate, which is
usually also a Command.