Package com.iizigo.link
Class LinkWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
com.iizigo.link.LinkWizard
- All Implemented Interfaces:
IShellProvider
,IWizard
The link wizard.
- Author:
- Christopher Mindus
Field Summary
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
Method Summary
Modifier and TypeMethodDescriptionvoid
addLinkPage
(ILinkWizardPage page) Adds a new page to this wizard.void
addPage
(IWizardPage page) Adds a new page to this wizard.void
addPages()
Adds the extra required pages.Gets the link wizard operations.getNextPage
(IWizardPage page) getPreviousPage
(IWizardPage page) boolean
Finishes the dialog.Methods inherited from class org.eclipse.jface.wizard.Wizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
Method Details
getLinkWizardOperations
Gets the link wizard operations.- Returns:
- The instance for all link operations.
addPages
public void addPages()Adds the extra required pages.addLinkPage
Adds a new page to this wizard. The page is inserted at the end of the page list.- Parameters:
page
- The new page.
addPage
Adds a new page to this wizard. The page is inserted at the end of the page list.performFinish
public boolean performFinish()Finishes the dialog.- Specified by:
performFinish
in interfaceIWizard
- Specified by:
performFinish
in classWizard
- Returns:
- true to indicate the finish request was accepted, and false to indicate that the finish request was refused.
getNextPage
- Specified by:
getNextPage
in interfaceIWizard
- Overrides:
getNextPage
in classWizard
getPreviousPage
- Specified by:
getPreviousPage
in interfaceIWizard
- Overrides:
getPreviousPage
in classWizard