Uses of Interface
org.eclipse.ui.actions.ActionFactory.IWorkbenchAction
Packages that use ActionFactory.IWorkbenchAction
Package
Description
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Classes that provide the basic workbench UI support for undo and redo of
operations.
-
Uses of ActionFactory.IWorkbenchAction in org.eclipse.ui.actions
Classes in org.eclipse.ui.actions that implement ActionFactory.IWorkbenchActionModifier and TypeClassDescriptionclassAction representing a generic export operation.classStandard action for full and incremental builds of all projects within the workspace.classAction representing a generic import operation.classALabelRetargetActionextends the behavior of RetargetAction.classInvoke the resource creation wizard selection Wizard.classAction which, when run, will open the new wizard dialog.classOpens a new window.classDeprecated.the IDE now uses the new intro mechanismclassARetargetActiontracks the active part in the workbench.Methods in org.eclipse.ui.actions that return ActionFactory.IWorkbenchActionModifier and TypeMethodDescriptionabstract ActionFactory.IWorkbenchActionActionFactory.create(IWorkbenchWindow window) Creates a new standard action for the given workbench window.Methods in org.eclipse.ui.actions with parameters of type ActionFactory.IWorkbenchActionModifier and TypeMethodDescriptionstatic voidActionFactory.linkCycleActionPair(ActionFactory.IWorkbenchAction next, ActionFactory.IWorkbenchAction previous) Establishes bi-direction connections between the forward and backward actions of a cycle pair.Constructors in org.eclipse.ui.actions with parameters of type ActionFactory.IWorkbenchActionModifierConstructorDescriptionNewWizardDropDownAction(IWorkbenchWindow window, ActionFactory.IWorkbenchAction showDlgAction, IContributionItem newWizardMenu) Create a newNewWizardDropDownAction. -
Uses of ActionFactory.IWorkbenchAction in org.eclipse.ui.internal
Classes in org.eclipse.ui.internal that implement ActionFactory.IWorkbenchActionModifier and TypeClassDescriptionclassCloses all editors except ones with unsaved changes.classTheNavigationHistoryActionmoves navigation history back and forward.classOpen the preferences dialogclassThe abstract superclass for actions that listen to page activation and open/close events.classAbstract superclass of actions which are enabled iff there is an active perspective in the window.classHides or shows the editor area within the current perspective of the workbench page. -
Uses of ActionFactory.IWorkbenchAction in org.eclipse.ui.operations
Classes in org.eclipse.ui.operations that implement ActionFactory.IWorkbenchActionModifier and TypeClassDescriptionclassOperationHistoryActionHandler implements common behavior for the undo and redo actions.final classRedoActionHandler provides common behavior for redoing an operation, as well as labelling and enabling the menu item.final classUndoActionHandler provides common behavior for performing an undo, as well as labelling and enabling the undo menu item.