Class StringMenuState


  • public class StringMenuState
    extends MenuState<java.lang.String>
    An implementation of menu state for Strings. This stores the current value in the MenuTree for an item
    • Constructor Summary

      Constructors 
      Constructor Description
      StringMenuState​(boolean changed, boolean active, java.lang.String value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • StringMenuState

        public StringMenuState​(boolean changed,
                               boolean active,
                               java.lang.String value)