Class FloatMenuState
java.lang.Object
com.thecoderscorner.menu.domain.state.MenuState<Float>
com.thecoderscorner.menu.domain.state.FloatMenuState
- All Implemented Interfaces:
AnyMenuState
An implementation of menu state for Strings. 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
ConstructorsConstructorDescriptionFloatMenuState(MenuItem item, boolean changed, boolean active, Float value) -
Method Summary
-
Constructor Details