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 Summary
ConstructorsConstructorDescriptionWizardScreen
(Wizard aWizard) Creates a new wizard screen for this given wizard. -
Method Summary
-
Constructor Details
-
WizardScreen
Creates a new wizard screen for this given wizard.
-
-
Method Details
-
getWizard
Returns the wizard that owns this wizard screen. -
getUI
Returns the Swing UI panel for this wizard screen. -
resetUI
public void resetUI()Updates the Swing UI panel for this wizard screen. -
respondUI
Respoinds to Swing UI panel control changes.
-