Uses of Class
com.thecoderscorner.menu.domain.state.MenuState
Packages that use MenuState
Package
Description
-
Uses of MenuState in com.thecoderscorner.menu.domain
Methods in com.thecoderscorner.menu.domain that return MenuStateModifier and TypeMethodDescriptionActionMenuItem.newMenuState(Boolean value, boolean changed, boolean active)AnalogMenuItem.newMenuState(Integer value, boolean changed, boolean active)returns a new state object that represents the current value for the menu.BooleanMenuItem.newMenuState(Boolean value, boolean changed, boolean active)returns a new menu state object, suitable for storing the current valueEditableLargeNumberMenuItem.newMenuState(BigDecimal value, boolean changed, boolean active)EditableTextMenuItem.newMenuState(String value, boolean changed, boolean active)Returns a new String current value that can be used as the current value in the MenutreeEnumMenuItem.newMenuState(Integer value, boolean changed, boolean active)FloatMenuItem.newMenuState(Float value, boolean changed, boolean active)MenuItem.newMenuState(T value, boolean changed, boolean active)Rgb32MenuItem.newMenuState(PortableColor value, boolean changed, boolean active)RuntimeListMenuItem.newMenuState(List<String> value, boolean changed, boolean active)ScrollChoiceMenuItem.newMenuState(CurrentScrollPosition value, boolean changed, boolean active)SubMenuItem.newMenuState(Boolean value, boolean changed, boolean active) -
Uses of MenuState in com.thecoderscorner.menu.domain.state
Subclasses of MenuState in com.thecoderscorner.menu.domain.stateModifier 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.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 that return MenuStateModifier and TypeMethodDescription<T> MenuState<T>MenuTree.getMenuState(MenuItem<T> item)Gets the menu state that's associated with a given menu item.Methods in com.thecoderscorner.menu.domain.state with parameters of type MenuStateModifier and TypeMethodDescription<T> voidMenuTree.changeItem(MenuItem<T> item, MenuState<T> menuState)Change the value that's associated with a menu item. -
Uses of MenuState in com.thecoderscorner.menu.remote.commands
Methods in com.thecoderscorner.menu.remote.commands that return MenuStateModifier and TypeMethodDescriptionBootItemMenuCommand.internalNewMenuState(MenuState<V> oldState)MenuActionBootCommand.internalNewMenuState(MenuState<Boolean> oldState)MenuAnalogBootCommand.internalNewMenuState(MenuState<Integer> oldState)MenuBooleanBootCommand.internalNewMenuState(MenuState<Boolean> oldState)MenuEnumBootCommand.internalNewMenuState(MenuState<Integer> oldState)MenuFloatBootCommand.internalNewMenuState(MenuState<Float> oldState)MenuLargeNumBootCommand.internalNewMenuState(MenuState<BigDecimal> oldState)MenuRgb32BootCommand.internalNewMenuState(MenuState<PortableColor> oldState)MenuRuntimeListBootCommand.internalNewMenuState(MenuState<List<String>> oldState)MenuScrollChoiceBootCommand.internalNewMenuState(MenuState<CurrentScrollPosition> oldState)MenuSubBootCommand.internalNewMenuState(MenuState<Boolean> oldState)MenuTextBootCommand.internalNewMenuState(MenuState<String> oldState)BootItemMenuCommand.newMenuState(MenuState<V> oldState)Methods in com.thecoderscorner.menu.remote.commands with parameters of type MenuStateModifier and TypeMethodDescriptionBootItemMenuCommand.internalNewMenuState(MenuState<V> oldState)MenuActionBootCommand.internalNewMenuState(MenuState<Boolean> oldState)MenuAnalogBootCommand.internalNewMenuState(MenuState<Integer> oldState)MenuBooleanBootCommand.internalNewMenuState(MenuState<Boolean> oldState)MenuEnumBootCommand.internalNewMenuState(MenuState<Integer> oldState)MenuFloatBootCommand.internalNewMenuState(MenuState<Float> oldState)MenuLargeNumBootCommand.internalNewMenuState(MenuState<BigDecimal> oldState)MenuRgb32BootCommand.internalNewMenuState(MenuState<PortableColor> oldState)MenuRuntimeListBootCommand.internalNewMenuState(MenuState<List<String>> oldState)MenuScrollChoiceBootCommand.internalNewMenuState(MenuState<CurrentScrollPosition> oldState)MenuSubBootCommand.internalNewMenuState(MenuState<Boolean> oldState)MenuTextBootCommand.internalNewMenuState(MenuState<String> oldState)BootItemMenuCommand.newMenuState(MenuState<V> oldState)