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.
  • 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.