Uses of Interface
com.thecoderscorner.menu.domain.state.AnyMenuState
Packages that use AnyMenuState
Package
Description
-
Uses of AnyMenuState in com.thecoderscorner.menu.domain.state
Classes in com.thecoderscorner.menu.domain.state that implement AnyMenuStateModifier and TypeClassDescriptionclassclassAn implementation of menu state for booleans.classAn implementation of menu state for integer values.classAn implementation of menu state for Strings.classAn implementation of menu state for integer values.classMenuState<T>The base class of menu state, stores the value, if it's active and changed.classAn implementation of menu state for integer values.classAn implementation of menu state for lists of string.classAn implementation of menu state for Strings.Methods in com.thecoderscorner.menu.domain.state with type parameters of type AnyMenuStateModifier and TypeMethodDescription<T extends AnyMenuState>
TMenuTree.getMenuState(MenuItem item) Gets the menu state that's associated with a given menu item.Methods in com.thecoderscorner.menu.domain.state with parameters of type AnyMenuStateModifier and TypeMethodDescriptionvoidMenuTree.changeItem(MenuItem item, AnyMenuState menuState) Change the value that's associated with a menu item. -
Uses of AnyMenuState in com.thecoderscorner.menu.domain.util
Methods in com.thecoderscorner.menu.domain.util that return AnyMenuStateModifier and TypeMethodDescriptionstatic AnyMenuStateMenuItemHelper.stateForMenuItem(MenuItem item, Object val, boolean changed, boolean active) static AnyMenuStateMenuItemHelper.stateForMenuItem(AnyMenuState existingState, MenuItem item, Object val) static AnyMenuStateMenuItemHelper.stateForMenuItem(AnyMenuState existingState, MenuItem item, Object val, boolean changed) Methods in com.thecoderscorner.menu.domain.util with parameters of type AnyMenuStateModifier and TypeMethodDescriptionstatic AnyMenuStateMenuItemHelper.stateForMenuItem(AnyMenuState existingState, MenuItem item, Object val) static AnyMenuStateMenuItemHelper.stateForMenuItem(AnyMenuState existingState, MenuItem item, Object val, boolean changed) -
Uses of AnyMenuState in com.thecoderscorner.menu.remote.commands
Methods in com.thecoderscorner.menu.remote.commands that return AnyMenuStateModifier and TypeMethodDescriptionprotected abstract AnyMenuStateBootItemMenuCommand.internalNewMenuState(AnyMenuState oldState) MenuActionBootCommand.internalNewMenuState(AnyMenuState oldState) MenuAnalogBootCommand.internalNewMenuState(AnyMenuState oldState) MenuBooleanBootCommand.internalNewMenuState(AnyMenuState oldState) MenuEnumBootCommand.internalNewMenuState(AnyMenuState oldState) MenuFloatBootCommand.internalNewMenuState(AnyMenuState oldState) MenuLargeNumBootCommand.internalNewMenuState(AnyMenuState oldState) MenuRgb32BootCommand.internalNewMenuState(AnyMenuState oldState) MenuRuntimeListBootCommand.internalNewMenuState(AnyMenuState oldState) MenuScrollChoiceBootCommand.internalNewMenuState(AnyMenuState oldState) MenuSubBootCommand.internalNewMenuState(AnyMenuState oldState) MenuTextBootCommand.internalNewMenuState(AnyMenuState oldState) BootItemMenuCommand.newMenuState(AnyMenuState oldState) Methods in com.thecoderscorner.menu.remote.commands with parameters of type AnyMenuStateModifier and TypeMethodDescriptionprotected abstract AnyMenuStateBootItemMenuCommand.internalNewMenuState(AnyMenuState oldState) MenuActionBootCommand.internalNewMenuState(AnyMenuState oldState) MenuAnalogBootCommand.internalNewMenuState(AnyMenuState oldState) MenuBooleanBootCommand.internalNewMenuState(AnyMenuState oldState) MenuEnumBootCommand.internalNewMenuState(AnyMenuState oldState) MenuFloatBootCommand.internalNewMenuState(AnyMenuState oldState) MenuLargeNumBootCommand.internalNewMenuState(AnyMenuState oldState) MenuRgb32BootCommand.internalNewMenuState(AnyMenuState oldState) MenuRuntimeListBootCommand.internalNewMenuState(AnyMenuState oldState) MenuScrollChoiceBootCommand.internalNewMenuState(AnyMenuState oldState) MenuSubBootCommand.internalNewMenuState(AnyMenuState oldState) MenuTextBootCommand.internalNewMenuState(AnyMenuState oldState) BootItemMenuCommand.newMenuState(AnyMenuState oldState)