abstractpublic class WizardHandler extends AbstractHandler (Code)
Abstract handler for commands that launch the import, export and new wizards.
This class is only intended to be extended by the three inner classes (Export,
Import and New) defined here.
since: 3.2
Inner Class :final public static class Export extends WizardHandler
Inner Class :final public static class Import extends WizardHandler
Inner Class :final public static class New extends WizardHandler
Method Summary
abstractprotected IAction
createWizardChooserDialogAction(IWorkbenchWindow window) Returns an IAction that opens a dialog to allow the user
to choose a wizard.
Parameters: window - The workbench window to use when constructing the action.
Returns an IAction that opens a dialog to allow the user
to choose a wizard.
Parameters: window - The workbench window to use when constructing the action. An IAction that opens a dialog to allow the userto choose a wizard.
Returns the id of the parameter used to indicate which wizard this
command should launch.
The id of the parameter used to indicate which wizard thiscommand should launch.
Returns the wizard registry for the concrete WizardHandler
implementation class.
The wizard registry for the concrete WizardHandlerimplementation class.