Class PortableColorMenuState
java.lang.Object
com.thecoderscorner.menu.domain.state.MenuState<PortableColor>
com.thecoderscorner.menu.domain.state.PortableColorMenuState
An implementation of menu state for integer values. This stores the current value in the MenuTree for an item
-
Constructor Summary
ConstructorsConstructorDescriptionPortableColorMenuState(MenuItem<PortableColor> item, boolean changed, boolean active, PortableColor value) -
Method Summary
-
Constructor Details