Class PortableColorMenuState

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

public class PortableColorMenuState extends MenuState<PortableColor>
An implementation of menu state for integer values. This stores the current value in the MenuTree for an item. Generally it's best to work with state via MenuItemHelper
  • Constructor Details

    • PortableColorMenuState

      public PortableColorMenuState(MenuItem item, boolean changed, boolean active, PortableColor value)