Package org.eclipse.ui.actions
Interface ActionFactory.IWorkbenchAction
- All Superinterfaces:
IAction
- All Known Implementing Classes:
CloseAllSavedAction
,ExportResourcesAction
,GlobalBuildAction
,ImportResourcesAction
,LabelRetargetAction
,NavigationHistoryAction
,NewWizardAction
,NewWizardDropDownAction
,OpenInNewWindowAction
,OpenPreferencesAction
,OperationHistoryActionHandler
,PageEventAction
,PerspectiveAction
,QuickStartAction
,RedoActionHandler
,RetargetAction
,ToggleEditorsVisibilityAction
,UndoActionHandler
- Enclosing class:
- ActionFactory
Interface for a workbench action.
-
Field Summary
Fields inherited from interface org.eclipse.jface.action.IAction
AS_CHECK_BOX, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_UNSPECIFIED, CHECKED, DESCRIPTION, ENABLED, HANDLED, IMAGE, RESULT, TEXT, TOOL_TIP_TEXT
-
Method Summary
Methods inherited from interface org.eclipse.jface.action.IAction
addPropertyChangeListener, getAccelerator, getActionDefinitionId, getDescription, getDisabledImageDescriptor, getHelpListener, getHoverImageDescriptor, getId, getImageDescriptor, getMenuCreator, getStyle, getText, getToolTipText, isChecked, isEnabled, isHandled, removePropertyChangeListener, run, runWithEvent, setAccelerator, setActionDefinitionId, setChecked, setDescription, setDisabledImageDescriptor, setEnabled, setHelpListener, setHoverImageDescriptor, setId, setImageDescriptor, setMenuCreator, setText, setToolTipText
-
Method Details
-
dispose
void dispose()Disposes of this action. Once disposed, this action cannot be used. This operation has no effect if the action has already been disposed.
-