- getAllSubMenus() - Method in class com.thecoderscorner.menu.domain.state.MenuTree
-
- getApiVersion() - Method in class com.thecoderscorner.menu.remote.commands.MenuJoinCommand
-
- getBootType() - Method in class com.thecoderscorner.menu.remote.commands.MenuBootstrapCommand
-
- getChangeType() - Method in class com.thecoderscorner.menu.remote.commands.MenuChangeCommand
-
- getCode() - Method in enum com.thecoderscorner.menu.remote.commands.MenuCommandType
-
- getCommandType() - Method in class com.thecoderscorner.menu.remote.commands.MenuAnalogBootCommand
-
- getCommandType() - Method in class com.thecoderscorner.menu.remote.commands.MenuBooleanBootCommand
-
- getCommandType() - Method in class com.thecoderscorner.menu.remote.commands.MenuBootstrapCommand
-
- getCommandType() - Method in class com.thecoderscorner.menu.remote.commands.MenuChangeCommand
-
- getCommandType() - Method in interface com.thecoderscorner.menu.remote.commands.MenuCommand
-
The type of message received.
- getCommandType() - Method in class com.thecoderscorner.menu.remote.commands.MenuEnumBootCommand
-
- getCommandType() - Method in class com.thecoderscorner.menu.remote.commands.MenuHeartbeatCommand
-
- getCommandType() - Method in class com.thecoderscorner.menu.remote.commands.MenuJoinCommand
-
- getCommandType() - Method in class com.thecoderscorner.menu.remote.commands.MenuSubBootCommand
-
- getCommandType() - Method in class com.thecoderscorner.menu.remote.commands.MenuTextBootCommand
-
- getConnectionName() - Method in interface com.thecoderscorner.menu.remote.RemoteConnector
-
Gets the name of this connector locally (for example rs232-comport)
- getConnectionName() - Method in class com.thecoderscorner.menu.remote.rs232.Rs232RemoteConnector
-
- getConnector() - Method in class com.thecoderscorner.menu.remote.RemoteMenuController
-
get the underlying connectivity, rarely needed
- getCurrentValue() - Method in class com.thecoderscorner.menu.remote.commands.BootItemMenuCommand
-
- getDescription() - Method in enum com.thecoderscorner.menu.remote.protocol.ApiPlatform
-
- getDivisor() - Method in class com.thecoderscorner.menu.domain.AnalogMenuItem
-
The divisor used when displaying the item, for example value 50 with a divisor of 10 is 5.0
- getEepromAddress() - Method in class com.thecoderscorner.menu.domain.MenuItem
-
gets the eeprom storage address for this item.
- getEnumEntries() - Method in class com.thecoderscorner.menu.domain.EnumMenuItem
-
- getFunctionName() - Method in class com.thecoderscorner.menu.domain.MenuItem
-
Gets the function name for this item
- getId() - Method in class com.thecoderscorner.menu.domain.MenuItem
-
gets the ID for the menu item
- getKey() - Method in enum com.thecoderscorner.menu.remote.protocol.ApiPlatform
-
- getMajorVersion() - Method in class com.thecoderscorner.menu.remote.RemoteInformation
-
the major version of the remote host
- getMaxValue() - Method in class com.thecoderscorner.menu.domain.AnalogMenuItem
-
The maximum value (0 based integer) that this item can represent
- getMenuById(SubMenuItem, int) - Method in class com.thecoderscorner.menu.domain.state.MenuTree
-
- getMenuItem() - Method in class com.thecoderscorner.menu.remote.commands.BootItemMenuCommand
-
- getMenuItemId() - Method in class com.thecoderscorner.menu.remote.commands.MenuChangeCommand
-
- getMenuItems(MenuItem) - Method in class com.thecoderscorner.menu.domain.state.MenuTree
-
- getMenuState(MenuItem<T>) - Method in class com.thecoderscorner.menu.domain.state.MenuTree
-
- getMinorVersion() - Method in class com.thecoderscorner.menu.remote.RemoteInformation
-
the minor version of the remote host
- getMyName() - Method in class com.thecoderscorner.menu.remote.commands.MenuJoinCommand
-
- getName() - Method in class com.thecoderscorner.menu.domain.MenuItem
-
gets the name of the menu item
- getName() - Method in class com.thecoderscorner.menu.remote.RemoteInformation
-
the name of the remote
- getNaming() - Method in class com.thecoderscorner.menu.domain.BooleanMenuItem
-
returns the naming for this boolean, that describes how to render the true/false choice.
- getOffset() - Method in class com.thecoderscorner.menu.domain.AnalogMenuItem
-
The offset from 0 that is used when displaying the item, can be negative
- getParentItemId() - Method in class com.thecoderscorner.menu.remote.commands.MenuChangeCommand
-
- getPlatform() - Method in class com.thecoderscorner.menu.remote.commands.MenuJoinCommand
-
- getPlatform() - Method in class com.thecoderscorner.menu.remote.RemoteInformation
-
the platform type of the remote host
- getRemotePartyInfo() - Method in class com.thecoderscorner.menu.remote.RemoteMenuController
-
get the name of the device that we've connected to.
- getResult() - Method in class com.thecoderscorner.menu.domain.util.AbstractMenuItemVisitor
-
- getSubMenuById(int) - Method in class com.thecoderscorner.menu.domain.state.MenuTree
-
- getSubMenuId() - Method in class com.thecoderscorner.menu.remote.commands.BootItemMenuCommand
-
- getTextLength() - Method in class com.thecoderscorner.menu.domain.TextMenuItem
-
The maximum length allowable.
- getThis() - Method in class com.thecoderscorner.menu.domain.BooleanMenuItemBuilder
-
- getThis() - Method in class com.thecoderscorner.menu.domain.SubMenuItemBuilder
-
- getThis() - Method in class com.thecoderscorner.menu.domain.TextMenuItemBuilder
-
- getUnitName() - Method in class com.thecoderscorner.menu.domain.AnalogMenuItem
-
The unit name to appear directly after the value, for example a temprature item may be "oC"
where as a volume control could be "dB"
- getValue() - Method in class com.thecoderscorner.menu.domain.state.MenuState
-
gets the current value
- getValue() - Method in class com.thecoderscorner.menu.remote.commands.MenuChangeCommand
-
- getValue(String) - Method in class com.thecoderscorner.menu.remote.protocol.TagValTextParser
-
Gets the value associated with the key from the message.
- getValueAsInt(String) - Method in class com.thecoderscorner.menu.remote.protocol.TagValTextParser
-
Calls the getValue method first and the converts to an integer.
- getVersionFromProperties() - Static method in class com.thecoderscorner.menu.remote.protocol.ProtocolUtil
-
gets and caches the current version from the version properties file
- valueOf(String) - Static method in enum com.thecoderscorner.menu.domain.BooleanMenuItem.BooleanNaming
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.thecoderscorner.menu.domain.state.MenuTree.MoveType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.thecoderscorner.menu.remote.commands.MenuBootstrapCommand.BootType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.thecoderscorner.menu.remote.commands.MenuChangeCommand.ChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.thecoderscorner.menu.remote.commands.MenuCommandType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.thecoderscorner.menu.remote.protocol.ApiPlatform
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.thecoderscorner.menu.domain.BooleanMenuItem.BooleanNaming
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.thecoderscorner.menu.domain.state.MenuTree.MoveType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.thecoderscorner.menu.remote.commands.MenuBootstrapCommand.BootType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.thecoderscorner.menu.remote.commands.MenuChangeCommand.ChangeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.thecoderscorner.menu.remote.commands.MenuCommandType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.thecoderscorner.menu.remote.protocol.ApiPlatform
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visit(AnalogMenuItem) - Method in class com.thecoderscorner.menu.domain.util.AbstractMenuItemVisitor
-
- visit(AnalogMenuItem) - Method in interface com.thecoderscorner.menu.domain.util.MenuItemVisitor
-
- visit(BooleanMenuItem) - Method in class com.thecoderscorner.menu.domain.util.AbstractMenuItemVisitor
-
- visit(BooleanMenuItem) - Method in interface com.thecoderscorner.menu.domain.util.MenuItemVisitor
-
- visit(EnumMenuItem) - Method in class com.thecoderscorner.menu.domain.util.AbstractMenuItemVisitor
-
- visit(EnumMenuItem) - Method in interface com.thecoderscorner.menu.domain.util.MenuItemVisitor
-
- visit(SubMenuItem) - Method in class com.thecoderscorner.menu.domain.util.AbstractMenuItemVisitor
-
- visit(SubMenuItem) - Method in interface com.thecoderscorner.menu.domain.util.MenuItemVisitor
-
- visit(TextMenuItem) - Method in class com.thecoderscorner.menu.domain.util.AbstractMenuItemVisitor
-
- visit(TextMenuItem) - Method in interface com.thecoderscorner.menu.domain.util.MenuItemVisitor
-
- visitWithResult(MenuItem, AbstractMenuItemVisitor<T>) - Static method in class com.thecoderscorner.menu.domain.util.MenuItemHelper
-