Uses of Class
com.thecoderscorner.menu.remote.commands.MenuChangeCommand
-
Packages that use MenuChangeCommand Package Description com.thecoderscorner.menu.remote.commands -
-
Uses of MenuChangeCommand in com.thecoderscorner.menu.remote.commands
Methods in com.thecoderscorner.menu.remote.commands that return MenuChangeCommand Modifier and Type Method Description static MenuChangeCommandCommandFactory. newAbsoluteListChangeCommand(CorrelationId correlation, int itemId, java.util.List<java.lang.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, java.lang.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, java.lang.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.
-