Class BooleanMenuState


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

      Constructors 
      Constructor Description
      BooleanMenuState​(boolean changed, boolean active, boolean value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • BooleanMenuState

        public BooleanMenuState​(boolean changed,
                                boolean active,
                                boolean value)