| Package | Description |
|---|---|
| net.sf.okapi.common |
Classes commonly used across the whole Okapi Framework.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserPrompt.promptOKCancel(String message) |
boolean |
IUserPrompt.promptOKCancel(String message)
Prompt the user to decide between "OK" and "Cancel".
|
boolean |
UserPrompt.promptYesNoCancel(String message) |
boolean |
IUserPrompt.promptYesNoCancel(String message)
Prompt the user to decide between "Yes", "No", and "Cancel".
|
Copyright © 2021. All rights reserved.