MenuCommandMenuActionBootCommand, MenuAnalogBootCommand, MenuBooleanBootCommand, MenuEnumBootCommand, MenuFloatBootCommand, MenuRemoteBootCommand, MenuSubBootCommand, MenuTextBootCommandpublic abstract class BootItemMenuCommand<T extends MenuItem,V> extends Object implements MenuCommand
| Modifier | Constructor | Description |
|---|---|---|
protected |
BootItemMenuCommand(int subMenuId,
T menuItem,
V currentValue) |
| Modifier and Type | Method | Description |
|---|---|---|
V |
getCurrentValue() |
|
T |
getMenuItem() |
|
int |
getSubMenuId() |
|
protected abstract MenuState<V> |
internalNewMenuState(MenuState<V> oldState) |
|
MenuState<V> |
newMenuState(MenuState<V> oldState) |
|
String |
toString() |
getCommandTypeCopyright © 2018. All rights reserved.