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.Object
A wizard screen is a one screen module that provides UI to get wizard data.
-
-
Constructor Summary
Constructors Constructor Description WizardScreen(Wizard aWizard)
Creates a new wizard screen for this given wizard.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RJPanel
getUI()
Returns the Swing UI panel for this wizard screen.Wizard
getWizard()
Returns the wizard that owns this wizard screen.void
resetUI()
Updates the Swing UI panel for this wizard screen.void
respondUI(java.lang.Object anObj)
Respoinds to Swing UI panel control changes.
-
-
-
Constructor Detail
-
WizardScreen
public WizardScreen(Wizard aWizard)
Creates a new wizard screen for this given wizard.
-
-
Method Detail
-
getWizard
public Wizard getWizard()
Returns the wizard that owns this wizard screen.
-
getUI
public RJPanel getUI()
Returns the Swing UI panel for this wizard screen.
-
resetUI
public void resetUI()
Updates the Swing UI panel for this wizard screen.
-
respondUI
public void respondUI(java.lang.Object anObj)
Respoinds to Swing UI panel control changes.
-
-