Uses of Package
com.thecoderscorner.menu.domain
-
Classes in com.thecoderscorner.menu.domain used by com.thecoderscorner.menu.domain Class Description ActionMenuItem ActionMenuItem represents a menu item that is a one shot action, in that when triggered it just runs the callback on the embedded side.ActionMenuItemBuilder Constructs an ActionMenuItemBuilder using the standard builder pattern.AnalogMenuItem Represents an analog (numeric) menu item, it is always a zero based integer when retrieved from storage, but it can have an offset and divisor, so therefore is able to represent decimal values.AnalogMenuItemBuilder Constructs an AnalogMenuItem using the standard builder pattern.BooleanMenuItem A menu item that can only hold boolean values (true or false).BooleanMenuItem.BooleanNaming BooleanMenuItemBuilder Constructs a BooleanMenuItemBuilder using the standard builder pattern.EnumMenuItem A menu item implementation that represents one of a known set of choices, the choices are stored as an integer value, but each choice has a string representation as well.EnumMenuItemBuilder Constructs a BooleanMenuItemBuilder using the standard builder pattern.FloatMenuItem FloatMenuItem represents a menu item that uses a floating point value.FloatMenuItemBuilder Constructs a FloatMenuItem using the standard builder pattern.MenuItem The base class for all menu items, has the most basic operations available on it that are needed by pretty much all menu items.MenuItemBuilder RemoteMenuItem RemoteMenuItem represents a menu item conveying status information about a remote connection.RemoteMenuItemBuilder Constructs a SubMenuItemBuilder using the standard builder pattern.SubMenuItem SubMenuItem represents a menu item that has children.SubMenuItemBuilder Constructs a SubMenuItemBuilder using the standard builder pattern.TextMenuItem An implementation of menu item that can store text strings.TextMenuItemBuilder Constructs a TextMenuItemBuilder using the standard builder pattern. -
Classes in com.thecoderscorner.menu.domain used by com.thecoderscorner.menu.domain.state Class Description MenuItem The base class for all menu items, has the most basic operations available on it that are needed by pretty much all menu items.SubMenuItem SubMenuItem represents a menu item that has children. -
Classes in com.thecoderscorner.menu.domain used by com.thecoderscorner.menu.domain.util Class Description ActionMenuItem ActionMenuItem represents a menu item that is a one shot action, in that when triggered it just runs the callback on the embedded side.AnalogMenuItem Represents an analog (numeric) menu item, it is always a zero based integer when retrieved from storage, but it can have an offset and divisor, so therefore is able to represent decimal values.BooleanMenuItem A menu item that can only hold boolean values (true or false).EnumMenuItem A menu item implementation that represents one of a known set of choices, the choices are stored as an integer value, but each choice has a string representation as well.FloatMenuItem FloatMenuItem represents a menu item that uses a floating point value.MenuItem The base class for all menu items, has the most basic operations available on it that are needed by pretty much all menu items.RemoteMenuItem RemoteMenuItem represents a menu item conveying status information about a remote connection.SubMenuItem SubMenuItem represents a menu item that has children.TextMenuItem An implementation of menu item that can store text strings. -
Classes in com.thecoderscorner.menu.domain used by com.thecoderscorner.menu.remote Class Description MenuItem The base class for all menu items, has the most basic operations available on it that are needed by pretty much all menu items. -
Classes in com.thecoderscorner.menu.domain used by com.thecoderscorner.menu.remote.commands Class Description ActionMenuItem ActionMenuItem represents a menu item that is a one shot action, in that when triggered it just runs the callback on the embedded side.AnalogMenuItem Represents an analog (numeric) menu item, it is always a zero based integer when retrieved from storage, but it can have an offset and divisor, so therefore is able to represent decimal values.BooleanMenuItem A menu item that can only hold boolean values (true or false).EnumMenuItem A menu item implementation that represents one of a known set of choices, the choices are stored as an integer value, but each choice has a string representation as well.FloatMenuItem FloatMenuItem represents a menu item that uses a floating point value.MenuItem The base class for all menu items, has the most basic operations available on it that are needed by pretty much all menu items.RemoteMenuItem RemoteMenuItem represents a menu item conveying status information about a remote connection.SubMenuItem SubMenuItem represents a menu item that has children.TextMenuItem An implementation of menu item that can store text strings.