| org.eclipse.ui.internal.dialogs.ExportWizard
ExportWizard | public class ExportWizard extends Wizard (Code) | | The export wizard allows the user to choose which nested export wizard to run.
The set of available wizards comes from the export wizard extension point.
|
Method Summary | |
public void | addPages() Creates the wizard's pages lazily. | protected AdaptableList | getAvailableExportWizards() Returns the export wizards that are available for invocation. | public void | init(IWorkbench aWorkbench, IStructuredSelection currentSelection) Initializes the wizard. | public boolean | performFinish() Subclasses must implement this IWizard method
to perform any special finish processing for their wizard. |
addPages | public void addPages()(Code) | | Creates the wizard's pages lazily.
|
getAvailableExportWizards | protected AdaptableList getAvailableExportWizards()(Code) | | Returns the export wizards that are available for invocation.
|
init | public void init(IWorkbench aWorkbench, IStructuredSelection currentSelection)(Code) | | Initializes the wizard.
Parameters: aWorkbench - the workbench Parameters: currentSelection - the current selectio |
performFinish | public boolean performFinish()(Code) | | Subclasses must implement this IWizard method
to perform any special finish processing for their wizard.
|
|
|