Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.ui.function
Class AbstractFunctionWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by eu.esdihumboldt.hale.ui.function.AbstractFunctionWizard
All Implemented Interfaces:
FunctionWizard, org.eclipse.jface.wizard.IWizard
Direct Known Subclasses:
AbstractGenericFunctionWizard

public abstract class AbstractFunctionWizard
extends org.eclipse.jface.wizard.Wizard
implements FunctionWizard

Abstract function wizard

Author:
Simon Templer

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

AbstractFunctionWizard

public AbstractFunctionWizard(Cell cell)
Create a function wizard based on an existing cell

Parameters:
cell - the existing cell

AbstractFunctionWizard

public AbstractFunctionWizard(SchemaSelection selection)
Create a function wizard based on a schema selection

Parameters:
selection - the schema selection, may be null
Method Detail

init

public void init()
Calls init(Cell) or init(SchemaSelection)

Specified by:
init in interface FunctionWizard
See Also:
FunctionWizard.init()

getInitCell

public Cell getInitCell()
Returns:
the initCell

getInitSelection

public SchemaSelection getInitSelection()
Returns:
the initSelection

init

protected void init(SchemaSelection selection)
Initialize the wizard based on a schema selection.

Parameters:
selection - the schema selection, may be null

init

protected void init(Cell cell)
Initialize the wizard based on an existing cell.

Parameters:
cell - the cell

Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d