Class WSGroupingKey


  • public class WSGroupingKey
    extends WizardScreen
    A wizard screen used to select a grouping key.
    • Constructor Summary

      Constructors 
      Constructor Description
      WSGroupingKey​(Wizard aWizard)
      Creates a new WSListKey.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGroupingKey()
      Returns the grouping key selected by this wizard screen.
      RJPanel getUI()
      Returns the Swing UI panel for this wizard screen.
      void resetUI()
      Update UI.
      void respondUI​(java.lang.Object anObj)
      Respond to UI.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WSGroupingKey

        public WSGroupingKey​(Wizard aWizard)
        Creates a new WSListKey.
    • Method Detail

      • getGroupingKey

        public java.lang.String getGroupingKey()
        Returns the grouping key selected by this wizard screen.
      • getUI

        public RJPanel getUI()
        Returns the Swing UI panel for this wizard screen.
        Overrides:
        getUI in class WizardScreen
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Respond to UI.
        Overrides:
        respondUI in class WizardScreen