public abstract class AbstractFunctionWizard extends org.eclipse.jface.wizard.Wizard implements FunctionWizard
Constructor and Description |
---|
AbstractFunctionWizard(Cell cell)
Create a function wizard based on an existing cell
|
AbstractFunctionWizard(SchemaSelection selection)
Create a function wizard based on a schema selection
|
Modifier and Type | Method and Description |
---|---|
Cell |
getInitCell() |
SchemaSelection |
getInitSelection() |
void |
init()
Calls
init(Cell) or init(SchemaSelection) |
protected void |
init(Cell cell)
Initialize the wizard based on an existing cell.
|
protected void |
init(SchemaSelection selection)
Initialize the wizard based on a schema selection.
|
addPage, addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResult
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer
public AbstractFunctionWizard(Cell cell)
cell
- the existing cellpublic AbstractFunctionWizard(SchemaSelection selection)
selection
- the schema selection, may be null
public void init()
init(Cell)
or init(SchemaSelection)
init
in interface FunctionWizard
FunctionWizard.init()
public Cell getInitCell()
public SchemaSelection getInitSelection()
protected void init(SchemaSelection selection)
selection
- the schema selection, may be null
protected void init(Cell cell)
cell
- the cellBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a