NEW_WIZARD_DROP_DOWN Workbench action (id "newWizardDropDown"): Drop-down action which shows shows the new wizard drop down,
or opens the new wizard dialog when pressed.
linkCycleActionPair(IWorkbenchAction next, IWorkbenchAction previous) Establishes bi-direction connections between the forward and backward
actions of a cycle pair.
Workbench action (id "newWizardDropDown"): Drop-down action which shows shows the new wizard drop down,
or opens the new wizard dialog when pressed. For use in the toolbar.
This action maintains its enablement state.
since: 3.1
Workbench action (id "nextEditor"): Next editor. This action maintains
its enablement state.
NEXT_EDITOR and PREVIOUS_EDITOR form a
cycle action pair. For a given window, use
ActionFactory.linkCycleActionPairActionFactory.linkCycleActionPair to connect the two.
Workbench action (id "nextPart"): Next part. This action maintains its
enablement state.
NEXT_PART and PREVIOUS_PART form a cycle
action pair. For a given window, use
ActionFactory.linkCycleActionPairActionFactory.linkCycleActionPair to connect the two.
Workbench action (id "nextPerspective"): Next perspective. This action
maintains its enablement state.
NEXT_PERSPECTIVE and PREVIOUS_PERSPECTIVE
form a cycle action pair. For a given window, use
ActionFactory.linkCycleActionPairActionFactory.linkCycleActionPair to connect the two.
Workbench action (id "previousEditor"): Previous editor. This action
maintains its enablement state.
NEXT_EDITOR and PREVIOUS_EDITOR form a
cycle action pair. For a given window, use
ActionFactory.linkCycleActionPairActionFactory.linkCycleActionPair to connect the two.
Workbench action (id "previousPart"): Previous part. This action
maintains its enablement state.
NEXT_PART and PREVIOUS_PART form a cycle
action pair. For a given window, use
ActionFactory.linkCycleActionPairActionFactory.linkCycleActionPair to connect the two.
Workbench action (id "previousPerspective"): Previous perspective. This
action maintains its enablement state.
NEXT_PERSPECTIVE and PREVIOUS_PERSPECTIVE
form a cycle action pair. For a given window, use
ActionFactory.linkCycleActionPairActionFactory.linkCycleActionPair to connect the two.
Workbench action (id "toggleCoolbar"): Toggle the visibility of the
coolbar and perspective switcher. This will only enable visibility of the
coolbar and perspective bar if the window advisor creating the window
allowed for their visibility initially.
since: 3.3
Creates a new standard action for the given workbench window. The action
has an id as specified by the particular factory.
Actions automatically register listeners against the workbench window so
that they can keep their enablement state up to date. Ordinarily, the
window's references to these listeners will be dropped automatically
when the window closes. However, if the client needs to get rid of an
action while the window is still open, the client must call
IWorkbenchAction.dispose dispose to give the action an
opportunity to deregister its listeners and to perform any other
cleanup.
Parameters: window - the workbench window the workbench action