public class WizardScreen
extends java.lang.Object
Constructor and Description |
---|
WizardScreen(Wizard aWizard)
Creates a new wizard screen for this given wizard.
|
Modifier and Type | Method and 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.
|
public WizardScreen(Wizard aWizard)
public Wizard getWizard()
public RJPanel getUI()
public void resetUI()
public void respondUI(java.lang.Object anObj)