java.lang.Object
com.thecoderscorner.menu.domain.state.MenuState<Boolean>
com.thecoderscorner.menu.domain.state.BooleanMenuState
All Implemented Interfaces:
AnyMenuState

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

    • BooleanMenuState

      public BooleanMenuState(MenuItem item, boolean changed, boolean active, boolean value)