Class WSSortKeys


  • public class WSSortKeys
    extends WizardScreen
    A wizard screen used to select sort keys.
    • Constructor Summary

      Constructors 
      Constructor Description
      WSSortKeys​(Wizard aWizard)
      Creates a new WSHeaderNames.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addSortKey​(java.lang.String aKey)
      Adds a sort key.
      java.util.List getSortKeys()
      Returns the sort keys list selected by this wizard screen.
      RJPanel getUI()
      Returns the Swing UI panel for this wizard screen.
      void moveSortKey​(int anIndex1, int anIndex2)
      Moves a sort key.
      void removeSort​(java.lang.Object anObj)
      Removes a sort key.
      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

      • WSSortKeys

        public WSSortKeys​(Wizard aWizard)
        Creates a new WSHeaderNames.
    • Method Detail

      • getSortKeys

        public java.util.List getSortKeys()
        Returns the sort keys list selected by this wizard screen.
      • addSortKey

        public void addSortKey​(java.lang.String aKey)
        Adds a sort key.
      • removeSort

        public void removeSort​(java.lang.Object anObj)
        Removes a sort key.
      • moveSortKey

        public void moveSortKey​(int anIndex1,
                                int anIndex2)
        Moves a sort key.
      • 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