| org.eclipse.ui.internal.dialogs.ImportExportWizard
ImportExportWizard | public class ImportExportWizard extends Wizard (Code) | | The import/export wizard allows users to choose whether to
show the import wizard or the export wizard.
since: 3.2 |
Field Summary | |
final public static String | EXPORT Constant used to to specify to the import/export wizard
which page should initially be shown. | final public static String | IMPORT Constant used to to specify to the import/export wizard
which page should initially be shown. |
Constructor Summary | |
public | ImportExportWizard(String pageId) Create an import/export wizard and show the page
with the given id. |
Method Summary | |
public void | addPages() Creates the wizard's pages lazily. | 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. |
EXPORT | final public static String EXPORT(Code) | | Constant used to to specify to the import/export wizard
which page should initially be shown.
|
IMPORT | final public static String IMPORT(Code) | | Constant used to to specify to the import/export wizard
which page should initially be shown.
|
ImportExportWizard | public ImportExportWizard(String pageId)(Code) | | Create an import/export wizard and show the page
with the given id.
Parameters: pageId - |
addPages | public void addPages()(Code) | | Creates the wizard's pages lazily.
|
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.
|
|
|