g-Eclipse
Release 1.0.0

eu.geclipse.ui.wizards.wizardselection
Interface IInitializableWizard

All Known Subinterfaces:
IServiceJobWizardNode
All Known Implementing Classes:
AbstractServiceJobWizardNode, GenericVoWizard, JobSubmissionWizardBase

public interface IInitializableWizard

Interface for wizards that have to be initialized after creation.


Method Summary
 boolean init(java.lang.Object data)
          This method is called after the creation of the wizard.
 

Method Detail

init

boolean init(java.lang.Object data)
This method is called after the creation of the wizard.

Parameters:
data - data object passed to the wizard for the initialization.
Returns:
true if initialization was successful, false otherwise.

g-Eclipse
Release 1.0.0