| Package | Description |
|---|---|
| uk.theretiredprogrammer.gpssurvey.ui |
| Modifier and Type | Method and Description |
|---|---|
ButtonActions |
ButtonActions.addLine(IRControlAction.Button button,
Action action)
Add a button with an action and no associated menu text.
|
ButtonActions |
ButtonActions.addLine(IRControlAction.Button button,
String text)
Add a button (without an action) and its associated menu text.
|
ButtonActions |
ButtonActions.addLine(IRControlAction.Button button,
String text,
Action action)
Add a button with an action and its associated menu text.
|
static ButtonActions |
MainCommonButtonActions.getActions()
Get the Button actions definition.
|
| Constructor and Description |
|---|
SelectUsingButtonScreen(String screenId,
uk.theretiredprogrammer.rpiembeddedlibrary.screen.SerialTFTDisplay display,
ButtonActions menu)
Constructor.
|
Copyright © 2017. All rights reserved.