| org.eclipse.ui.actions.NewWizardDropDownAction
NewWizardDropDownAction | public class NewWizardDropDownAction extends Action implements ActionFactory.IWorkbenchAction(Code) | | Action which, when run, will open the new wizard dialog.
In addition, it has a drop-down showing the new wizard shortcuts
associated with the current perspective.
This class may be instantiated; it is not intended to be subclassed.
since: 3.1 |
Method Summary | |
public void | dispose() | public void | run() Runs the action, which opens the New wizard dialog. |
NewWizardDropDownAction | public NewWizardDropDownAction(IWorkbenchWindow window)(Code) | | Create a new NewWizardDropDownAction , with the default
action for opening the new wizard dialog, and the default contribution item
for populating the drop-down menu.
Parameters: window - the window in which this action appears |
NewWizardDropDownAction | public NewWizardDropDownAction(IWorkbenchWindow window, ActionFactory.IWorkbenchAction showDlgAction, IContributionItem newWizardMenu)(Code) | | Create a new NewWizardDropDownAction .
Parameters: window - the window in which this action appears Parameters: showDlgAction - the action to delegate to when this action is run directly, rather than being dropped down Parameters: newWizardMenu - the contribution item that adds the contents to the drop-down menu |
dispose | public void dispose()(Code) | | |
run | public void run()(Code) | | Runs the action, which opens the New wizard dialog.
|
|
|