Package com.reportmill.wizard
Class WizardScreen
- java.lang.Object
- 
- com.reportmill.wizard.WizardScreen
 
- 
- Direct Known Subclasses:
- WSDetailKeys,- WSGroupingKey,- WSHeaderNames,- WSListKey,- WSSortKeys
 
 public class WizardScreen extends java.lang.ObjectA wizard screen is a one screen module that provides UI to get wizard data.
- 
- 
Constructor SummaryConstructors Constructor Description WizardScreen(Wizard aWizard)Creates a new wizard screen for this given wizard.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RJPanelgetUI()Returns the Swing UI panel for this wizard screen.WizardgetWizard()Returns the wizard that owns this wizard screen.voidresetUI()Updates the Swing UI panel for this wizard screen.voidrespondUI(java.lang.Object anObj)Respoinds to Swing UI panel control changes.
 
- 
- 
- 
Constructor Detail- 
WizardScreenpublic WizardScreen(Wizard aWizard) Creates a new wizard screen for this given wizard.
 
- 
 - 
Method Detail- 
getWizardpublic Wizard getWizard() Returns the wizard that owns this wizard screen.
 - 
getUIpublic RJPanel getUI() Returns the Swing UI panel for this wizard screen.
 - 
resetUIpublic void resetUI() Updates the Swing UI panel for this wizard screen.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Respoinds to Swing UI panel control changes.
 
- 
 
-