| Package | Description |
|---|---|
| uk.theretiredprogrammer.gpssurvey.input | |
| uk.theretiredprogrammer.gpssurvey.ui | |
| uk.theretiredprogrammer.gpssurvey.uiscreens |
| Modifier and Type | Method and Description |
|---|---|
static IRControlAction.Button |
IRControlAction.Button.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IRControlAction.Button[] |
IRControlAction.Button.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IRControlAction.actionOnButton(IRControlAction.Button button)
Button Action Handler.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SelectUsingButtonScreen.actionOnButton(IRControlAction.Button button)
Called on button press.
|
boolean |
ButtonActions.actionOnButton(IRControlAction.Button button)
Act on button.
|
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.
|
void |
View.processButtonInScreenContext(IRControlAction.Button button,
boolean useManualDepth)
Process a button based on current screen context.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConfirmAtReferenceLocationScreen.actionOnButton(IRControlAction.Button button)
Action Handler for buttons.
|
Copyright © 2017. All rights reserved.