Package com.iizigo.link
Class LinkWizard
java.lang.Object
org.eclipse.jface.wizard.Wizard
com.iizigo.link.LinkWizard
- All Implemented Interfaces:
- org.eclipse.jface.window.IShellProvider,- org.eclipse.jface.wizard.IWizard
public class LinkWizard extends org.eclipse.jface.wizard.Wizard
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- (org.eclipse.jface.wizard.IWizardPage page) Adds a new page to this wizard.- void- addPages()Adds the extra required pages.Gets the link wizard operations.- org.eclipse.jface.wizard.IWizardPage- getNextPage- (org.eclipse.jface.wizard.IWizardPage page) - org.eclipse.jface.wizard.IWizardPage- getPreviousPage- (org.eclipse.jface.wizard.IWizardPage page) - booleanFinishes 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- getLinkWizardOperationsGets the link wizard operations.- Returns:
- The instance for all link operations.
 
- addPagespublic void addPages()Adds the extra required pages.- Specified by:
- addPagesin interface- org.eclipse.jface.wizard.IWizard
- Overrides:
- addPagesin class- org.eclipse.jface.wizard.Wizard
 
- addLinkPageAdds a new page to this wizard. The page is inserted at the end of the page list.- Parameters:
- page- The new page.
 
- addPagepublic void addPage- (org.eclipse.jface.wizard.IWizardPage page) Adds a new page to this wizard. The page is inserted at the end of the page list.- Overrides:
- addPagein class- org.eclipse.jface.wizard.Wizard
- Parameters:
- page- The new page.
 
- performFinishpublic boolean performFinish()Finishes the dialog.- Specified by:
- performFinishin interface- org.eclipse.jface.wizard.IWizard
- Specified by:
- performFinishin class- org.eclipse.jface.wizard.Wizard
- Returns:
- true to indicate the finish request was accepted, and false to indicate that the finish request was refused.
 
- getNextPagepublic org.eclipse.jface.wizard.IWizardPage getNextPage- (org.eclipse.jface.wizard.IWizardPage page) - Specified by:
- getNextPagein interface- org.eclipse.jface.wizard.IWizard
- Overrides:
- getNextPagein class- org.eclipse.jface.wizard.Wizard
 
- getPreviousPagepublic org.eclipse.jface.wizard.IWizardPage getPreviousPage- (org.eclipse.jface.wizard.IWizardPage page) - Specified by:
- getPreviousPagein interface- org.eclipse.jface.wizard.IWizard
- Overrides:
- getPreviousPagein class- org.eclipse.jface.wizard.Wizard