Uses of Interface
org.eclipse.ui.actions.ActionFactory.IWorkbenchAction
-
Packages that use ActionFactory.IWorkbenchAction Package Description org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.operations 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.IWorkbenchAction Modifier and Type Class Description classExportResourcesActionAction representing a generic export operation.classGlobalBuildActionStandard action for full and incremental builds of all projects within the workspace.classImportResourcesActionAction representing a generic import operation.classLabelRetargetActionALabelRetargetActionextends the behavior of RetargetAction.classNewWizardActionInvoke the resource creation wizard selection Wizard.classNewWizardDropDownActionAction which, when run, will open the new wizard dialog.classOpenInNewWindowActionOpens a new window.classQuickStartActionDeprecated.the IDE now uses the new intro mechanismclassRetargetActionARetargetActiontracks the active part in the workbench.Methods in org.eclipse.ui.actions that return ActionFactory.IWorkbenchAction Modifier and Type Method Description abstract 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.IWorkbenchAction Modifier and Type Method Description static 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.IWorkbenchAction Constructor Description NewWizardDropDownAction(IWorkbenchWindow window, ActionFactory.IWorkbenchAction showDlgAction, IContributionItem newWizardMenu)Create a newNewWizardDropDownAction. -
Uses of ActionFactory.IWorkbenchAction in org.eclipse.ui.operations
Classes in org.eclipse.ui.operations that implement ActionFactory.IWorkbenchAction Modifier and Type Class Description classOperationHistoryActionHandlerOperationHistoryActionHandler implements common behavior for the undo and redo actions.classRedoActionHandlerRedoActionHandler provides common behavior for redoing an operation, as well as labelling and enabling the menu item.classUndoActionHandlerUndoActionHandler provides common behavior for performing an undo, as well as labelling and enabling the undo menu item.
-