|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.wizard.Wizard
eu.esdihumboldt.hale.ui.function.AbstractFunctionWizard
public abstract class AbstractFunctionWizard
Abstract function wizard
Field Summary |
---|
Fields inherited from class org.eclipse.jface.wizard.Wizard |
---|
DEFAULT_IMAGE |
Constructor Summary | |
---|---|
AbstractFunctionWizard(Cell cell)
Create a function wizard based on an existing cell |
|
AbstractFunctionWizard(SchemaSelection selection)
Create a function wizard based on a schema selection |
Method Summary | |
---|---|
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. |
Methods inherited from class org.eclipse.jface.wizard.Wizard |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface eu.esdihumboldt.hale.ui.function.FunctionWizard |
---|
getResult |
Methods inherited from interface org.eclipse.jface.wizard.IWizard |
---|
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer |
Constructor Detail |
---|
public AbstractFunctionWizard(Cell cell)
cell
- the existing cellpublic AbstractFunctionWizard(SchemaSelection selection)
selection
- the schema selection, may be null
Method Detail |
---|
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 cell
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |