Eclipse Platform
Release 3.1

org.eclipse.ui.actions
Interface ActionFactory.IWorkbenchAction

All Superinterfaces:
IAction
All Known Implementing Classes:
ExportResourcesAction, GlobalBuildAction, ImportResourcesAction, NewWizardAction, NewWizardDropDownAction, OpenInNewWindowAction, OperationHistoryActionHandler, QuickStartAction, RetargetAction
Enclosing interface:
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
 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
 

Method Detail

dispose

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


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.