Class WizardScreen

    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.