Package com.reportmill.wizard
Class WizardScreen
java.lang.Object
com.reportmill.wizard.WizardScreen
- Direct Known Subclasses:
- WSDetailKeys,- WSGroupingKey,- WSHeaderNames,- WSListKey,- WSSortKeys
A wizard screen is a one screen module that provides UI to get wizard data.
- 
Constructor SummaryConstructorsConstructorDescriptionWizardScreen(Wizard aWizard) Creates a new wizard screen for this given wizard.
- 
Method Summary
- 
Constructor Details- 
WizardScreenCreates a new wizard screen for this given wizard.
 
- 
- 
Method Details- 
getWizardReturns the wizard that owns this wizard screen.
- 
getUIReturns the Swing UI panel for this wizard screen.
- 
resetUIpublic void resetUI()Updates the Swing UI panel for this wizard screen.
- 
respondUIRespoinds to Swing UI panel control changes.
 
-