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

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

    • StringMenuState

      public StringMenuState(MenuItem item, boolean changed, boolean active, String value)