Class IntegerMenuState


  • public class IntegerMenuState
    extends MenuState<java.lang.Integer>
    An implementation of menu state for integer values. This stores the current value in the MenuTree for an item
    • Constructor Summary

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

      • Methods inherited from class java.lang.Object

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

      • IntegerMenuState

        public IntegerMenuState​(boolean changed,
                                boolean active,
                                java.lang.Integer value)