Uses of Class
com.thecoderscorner.menu.remote.commands.MenuChangeCommand
Packages that use MenuChangeCommand
-
Uses of MenuChangeCommand in com.thecoderscorner.menu.remote.commands
Methods in com.thecoderscorner.menu.remote.commands that return MenuChangeCommandModifier and TypeMethodDescriptionstatic MenuChangeCommandCommandFactory.newAbsoluteListChangeCommand(CorrelationId correlation, int itemId, List<String> values)Creates a new absolute change command given the menu item ID and the absolute change in value.static MenuChangeCommandCommandFactory.newAbsoluteMenuChangeCommand(CorrelationId correlation, int itemId, Object value)Creates a new absolute change command given the menu item ID and the absolute change in value.static MenuChangeCommandCommandFactory.newAbsoluteMenuChangeCommand(CorrelationId correlation, MenuItem item, Object value)Creates a new absolute change command given the menu item and the absolute change in value.static MenuChangeCommandCommandFactory.newDeltaChangeCommand(CorrelationId correlation, int itemId, int value)Creates a new delta change command given the menu item ID and the delta change in value.static MenuChangeCommandCommandFactory.newDeltaChangeCommand(CorrelationId correlation, MenuItem item, int value)Creates a new delta change command given the menu item and the delta change in value.