| org.eclipse.ui.internal.dialogs.WorkbenchWizardSelectionPage org.eclipse.ui.internal.dialogs.ImportExportPage
All known Subclasses: org.eclipse.ui.internal.dialogs.ImportPage, org.eclipse.ui.internal.dialogs.ExportPage,
ImportExportPage | abstract public class ImportExportPage extends WorkbenchWizardSelectionPage (Code) | | Abstract wizard page class from which an import or export wizard can be chosen.
since: 3.2 |
Inner Class :protected class CategorizedWizardSelectionTree | |
Constructor Summary | |
protected | ImportExportPage(IWorkbench aWorkbench, IStructuredSelection currentSelection) Constructor for import/export wizard page. |
Method Summary | |
public void | createControl(Composite parent) | abstract protected Composite | createTreeViewer(Composite parent) Create the tree viewer from which a wizard is selected. | protected void | expandPreviouslyExpandedCategories(String setting, IWizardCategory wizardCategories, TreeViewer viewer) Expands the wizard categories in this page's category viewer that were
expanded last time this page was used. | public IWizardPage | getNextPage() | protected TreeViewer | getTreeViewer() Get the tree viewer that is used for this wizard selection page. | protected ITriggerPoint | getTriggerPoint() Get the trigger point for the wizard type, if one exists. | protected void | initialize() Perform any initialization of the wizard page that needs to be done
after widgets are created and main control is set. | protected void | listSelectionChanged(ISelection selection) | protected void | restoreWidgetValues() Uses the dialog store to restore widget values to the values that they
held last time this wizard was used to completion. | public void | saveWidgetValues() When Finish is pressed, write widget values to the dialog store so
that they will persist into the next invocation of the wizard page. | protected void | selectPreviouslySelected(String setting, IWizardCategory wizardCategories, TreeViewer viewer) Selects the wizard category and wizard in this page that were selected
last time this page was used. | protected void | setTreeViewer(TreeViewer viewer) Set the tree viewer that is used for this wizard selection page. | protected void | storeExpandedCategories(String setting, TreeViewer viewer) Stores the collection of currently-expanded categories in this page's
dialog store, in order to recreate this page's state in the next
instance of this page. | protected void | storeSelectedCategoryAndWizard(String setting, TreeViewer viewer) Stores the currently-selected element in this page's dialog store, in
order to recreate this page's state in the next instance of this page. | protected void | treeDoubleClicked(DoubleClickEvent event) Method to call when an item in one of the lists is double-clicked. | protected void | updateMessage() |
DIALOG_SETTING_SECTION_NAME | final protected static String DIALOG_SETTING_SECTION_NAME(Code) | | |
ImportExportPage | protected ImportExportPage(IWorkbench aWorkbench, IStructuredSelection currentSelection)(Code) | | Constructor for import/export wizard page.
Parameters: aWorkbench - current workbench Parameters: currentSelection - current selection |
createControl | public void createControl(Composite parent)(Code) | | |
createTreeViewer | abstract protected Composite createTreeViewer(Composite parent)(Code) | | Create the tree viewer from which a wizard is selected.
|
expandPreviouslyExpandedCategories | protected void expandPreviouslyExpandedCategories(String setting, IWizardCategory wizardCategories, TreeViewer viewer)(Code) | | Expands the wizard categories in this page's category viewer that were
expanded last time this page was used. If a category that was previously
expanded no longer exists then it is ignored.
|
getNextPage | public IWizardPage getNextPage()(Code) | | |
getTreeViewer | protected TreeViewer getTreeViewer()(Code) | | Get the tree viewer that is used for this wizard selection page.
tree viewer used for this wizard's selection page |
getTriggerPoint | protected ITriggerPoint getTriggerPoint()(Code) | | Get the trigger point for the wizard type, if one exists.
the wizard's trigger point |
initialize | protected void initialize()(Code) | | Perform any initialization of the wizard page that needs to be done
after widgets are created and main control is set.
|
listSelectionChanged | protected void listSelectionChanged(ISelection selection)(Code) | | |
restoreWidgetValues | protected void restoreWidgetValues()(Code) | | Uses the dialog store to restore widget values to the values that they
held last time this wizard was used to completion.
|
saveWidgetValues | public void saveWidgetValues()(Code) | | When Finish is pressed, write widget values to the dialog store so
that they will persist into the next invocation of the wizard page.
|
selectPreviouslySelected | protected void selectPreviouslySelected(String setting, IWizardCategory wizardCategories, TreeViewer viewer)(Code) | | Selects the wizard category and wizard in this page that were selected
last time this page was used. If a category or wizard that was
previously selected no longer exists then it is ignored.
|
setTreeViewer | protected void setTreeViewer(TreeViewer viewer)(Code) | | Set the tree viewer that is used for this wizard selection page.
Parameters: viewer - |
storeExpandedCategories | protected void storeExpandedCategories(String setting, TreeViewer viewer)(Code) | | Stores the collection of currently-expanded categories in this page's
dialog store, in order to recreate this page's state in the next
instance of this page.
|
storeSelectedCategoryAndWizard | protected void storeSelectedCategoryAndWizard(String setting, TreeViewer viewer)(Code) | | Stores the currently-selected element in this page's dialog store, in
order to recreate this page's state in the next instance of this page.
|
treeDoubleClicked | protected void treeDoubleClicked(DoubleClickEvent event)(Code) | | Method to call when an item in one of the lists is double-clicked.
Shows the first page of the selected wizard or expands a collapsed
tree.
Parameters: event - |
updateMessage | protected void updateMessage()(Code) | | |
|
|