pt.moredata.netbeans.modules.moredatatemplates.wizard
Interface WizardInterface

All Known Implementing Classes:
Wizard, WizardArrayIterator

public interface WizardInterface

The interface that all classes of the wizard should implement

Author:
sergio

Method Summary
 Data getData()
          Gets the object that old the information about the wizard iteration
 WizardPanel getPanel(int i)
          Get a wizard panel in a specific order
 

Method Detail

getData

public Data getData()
Gets the object that old the information about the wizard iteration

Returns:
A reference to the information

getPanel

public WizardPanel getPanel(int i)
Get a wizard panel in a specific order

Parameters:
i - The order of the panel
Returns:
A reference to the panel wanted