Class BooleanMenuState
java.lang.Object
com.thecoderscorner.menu.domain.state.MenuState<Boolean>
com.thecoderscorner.menu.domain.state.BooleanMenuState
- All Implemented Interfaces:
AnyMenuState
An implementation of menu state for booleans. This stores the current value in the MenuTree for an item
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.thecoderscorner.menu.domain.state.AnyMenuState
AnyMenuState.StateStorageType -
Constructor Summary
ConstructorsConstructorDescriptionBooleanMenuState(MenuItem item, boolean changed, boolean active, boolean value) -
Method Summary
-
Constructor Details