Package org.eclipse.ui.actions
Interface ActionFactory.IWorkbenchAction
-
- All Superinterfaces:
IAction
- All Known Implementing Classes:
ExportResourcesAction
,GlobalBuildAction
,ImportResourcesAction
,LabelRetargetAction
,NewWizardAction
,NewWizardDropDownAction
,OpenInNewWindowAction
,OperationHistoryActionHandler
,QuickStartAction
,RedoActionHandler
,RetargetAction
,UndoActionHandler
- Enclosing class:
- ActionFactory
public static interface ActionFactory.IWorkbenchAction extends IAction
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
Disposes of this action.-
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
-
-