Class WizardScreen

java.lang.Object
com.reportmill.wizard.WizardScreen
Direct Known Subclasses:
WSDetailKeys, WSGroupingKey, WSHeaderNames, WSListKey, WSSortKeys

public class WizardScreen extends Object
A wizard screen is a one screen module that provides UI to get wizard data.
  • Constructor Details

    • WizardScreen

      public WizardScreen(Wizard aWizard)
      Creates a new wizard screen for this given wizard.
  • Method Details

    • 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(Object anObj)
      Respoinds to Swing UI panel control changes.