| Package | Description |
|---|---|
| org.azyva.dragom.util |
| Modifier and Type | Method and Description |
|---|---|
static YesAlwaysNoUserResponse |
Util.getInfoYesAlwaysNoAbortUserResponse(org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPlugin userInteractionCallbackPlugin,
String prompt,
YesAlwaysNoUserResponse yesAlwaysNoUserResponseDefaultValue)
Facilitates letting the user input a YesAlwaysNoUserResponse with support for
"no" and "abort" responses.
|
static YesAlwaysNoUserResponse |
Util.getInfoYesAlwaysNoUserResponse(org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPlugin userInteractionCallbackPlugin,
String prompt,
YesAlwaysNoUserResponse yesAlwaysNoUserResponseDefaultValue)
Facilitates letting the user input a YesAlwaysNoUserResponse.
|
static YesAlwaysNoUserResponse |
Util.getInfoYesNoUserResponse(org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPlugin userInteractionCallbackPlugin,
String prompt,
YesAlwaysNoUserResponse yesAlwaysNoUserResponseDefaultValue)
This method is very similar to getInfoYesAlwaysNoUserResponse except that it
does not support the "Always" response.
|
static YesAlwaysNoUserResponse |
YesAlwaysNoUserResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YesAlwaysNoUserResponse[] |
YesAlwaysNoUserResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static YesAlwaysNoUserResponse |
Util.getInfoYesAlwaysNoAbortUserResponse(org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPlugin userInteractionCallbackPlugin,
String prompt,
YesAlwaysNoUserResponse yesAlwaysNoUserResponseDefaultValue)
Facilitates letting the user input a YesAlwaysNoUserResponse with support for
"no" and "abort" responses.
|
static YesAlwaysNoUserResponse |
Util.getInfoYesAlwaysNoUserResponse(org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPlugin userInteractionCallbackPlugin,
String prompt,
YesAlwaysNoUserResponse yesAlwaysNoUserResponseDefaultValue)
Facilitates letting the user input a YesAlwaysNoUserResponse.
|
static YesAlwaysNoUserResponse |
Util.getInfoYesNoUserResponse(org.azyva.dragom.execcontext.plugin.UserInteractionCallbackPlugin userInteractionCallbackPlugin,
String prompt,
YesAlwaysNoUserResponse yesAlwaysNoUserResponseDefaultValue)
This method is very similar to getInfoYesAlwaysNoUserResponse except that it
does not support the "Always" response.
|
Copyright © 2015–2016 AZYVA INC.. All rights reserved.