| org.eclipse.ui.internal.dialogs.WorkbenchWizardSelectionPage org.eclipse.ui.internal.dialogs.NewWizardSelectionPage
NewWizardSelectionPage | class NewWizardSelectionPage extends WorkbenchWizardSelectionPage (Code) | | New wizard selection tab that allows the user to either select a
registered 'New' wizard to be launched, or to select a solution or
projects to be retrieved from an available server. This page
contains two visual tabs that allow the user to perform these tasks.
Temporarily has two inner pages. The new format page is used if the system
is currently aware of activity categories.
|
Method Summary | |
public void | advanceToNextPageOrFinish() Makes the next page visible. | public boolean | canFinishEarly() Answers whether the currently selected page, if any, advertises that it may finish early. | public boolean | canFlipToNextPage() | public void | createControl(Composite parent) (non-Javadoc)
Method declared on IDialogPage. | protected void | saveWidgetValues() | public void | setCanFinishEarly(boolean newValue) Sets whether the selected wizard advertises that it can finish early. | public void | setHasPages(boolean newValue) Sets whether the selected wizard advertises that it does provide pages. |
NewWizardSelectionPage | public NewWizardSelectionPage(IWorkbench workbench, IStructuredSelection selection, IWizardCategory root, IWizardDescriptor[] primary, boolean projectsOnly)(Code) | | Create an instance of this class.
Parameters: workbench - the workbench Parameters: selection - the current selection Parameters: root - the wizard root element Parameters: primary - the primary wizard elements Parameters: projectsOnly - if only projects should be shown |
advanceToNextPageOrFinish | public void advanceToNextPageOrFinish()(Code) | | Makes the next page visible.
|
canFinishEarly | public boolean canFinishEarly()(Code) | | Answers whether the currently selected page, if any, advertises that it may finish early.
whether the page can finish early since: 3.1 |
canFlipToNextPage | public boolean canFlipToNextPage()(Code) | | |
createControl | public void createControl(Composite parent)(Code) | | (non-Javadoc)
Method declared on IDialogPage.
|
saveWidgetValues | protected void saveWidgetValues()(Code) | | Since Finish was pressed, write widget values to the dialog store so that they
will persist into the next invocation of this wizard page
|
setCanFinishEarly | public void setCanFinishEarly(boolean newValue)(Code) | | Sets whether the selected wizard advertises that it can finish early.
Parameters: newValue - whether the selected wizard can finish early since: 3.1 |
setHasPages | public void setHasPages(boolean newValue)(Code) | | Sets whether the selected wizard advertises that it does provide pages.
Parameters: newValue - whether the selected wizard has pages since: 3.1 |
|
|