| Class | Description |
|---|---|
| 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.
|
| 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 | |
| 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.
|
| 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.
|
| Class | Description |
|---|---|
| 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.
|
| 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.
|
| TextMenuItem |
An implementation of menu item that can store text strings.
|
| 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.
|
| Class | Description |
|---|---|
| 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.
|
| 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.
|
| TextMenuItem |
An implementation of menu item that can store text strings.
|
Copyright © 2018. All rights reserved.