g-Eclipse
Release 1.0.0

eu.geclipse.ui.wizards
Class GenericVoWizard

java.lang.Object
  extended by Wizard
      extended by eu.geclipse.ui.wizards.GenericVoWizard
All Implemented Interfaces:
IInitializableWizard

public class GenericVoWizard
extends Wizard
implements IInitializableWizard


Constructor Summary
GenericVoWizard()
           
 
Method Summary
 void addPages()
           
 java.lang.String getWindowTitle()
           
 boolean init(java.lang.Object initialData)
          This method is called after the creation of the wizard.
 boolean performFinish()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericVoWizard

public GenericVoWizard()
Method Detail

addPages

public void addPages()

getWindowTitle

public java.lang.String getWindowTitle()

init

public boolean init(java.lang.Object initialData)
Description copied from interface: IInitializableWizard
This method is called after the creation of the wizard.

Specified by:
init in interface IInitializableWizard
Parameters:
initialData - data object passed to the wizard for the initialization.
Returns:
true if initialization was successful, false otherwise.

performFinish

public boolean performFinish()

g-Eclipse
Release 1.0.0