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 SummaryModifier and TypeMethodDescription- void- 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) - booleanFinishes the dialog.- Methods inherited from class org.eclipse.jface.wizard.Wizard- canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getMinimumWizardSize, getPage, getPageCount, getPages, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
- Method Details- getLinkWizardOperationsGets the link wizard operations.- Returns:
- The instance for all link operations.
 
- addPagespublic void addPages()Adds the extra required pages.
- addLinkPageAdds a new page to this wizard. The page is inserted at the end of the page list.- Parameters:
- page- The new page.
 
- addPageAdds a new page to this wizard. The page is inserted at the end of the page list.
- performFinishpublic boolean performFinish()Finishes the dialog.- Specified by:
- performFinishin interface- IWizard
- Specified by:
- performFinishin class- Wizard
- Returns:
- true to indicate the finish request was accepted, and false to indicate that the finish request was refused.
 
- getNextPage- Specified by:
- getNextPagein interface- IWizard
- Overrides:
- getNextPagein class- Wizard
 
- getPreviousPage- Specified by:
- getPreviousPagein interface- IWizard
- Overrides:
- getPreviousPagein class- Wizard