Uses of Class
net.sf.okapi.common.exceptions.OkapiUserCanceledException
-
Packages that use OkapiUserCanceledException Package Description net.sf.okapi.common Classes commonly used across the whole Okapi Framework. -
-
Uses of OkapiUserCanceledException in net.sf.okapi.common
Methods in net.sf.okapi.common that throw OkapiUserCanceledException Modifier and Type Method Description booleanIUserPrompt. promptOKCancel(String message)Prompt the user to decide between "OK" and "Cancel".booleanUserPrompt. promptOKCancel(String message)booleanIUserPrompt. promptYesNoCancel(String message)Prompt the user to decide between "Yes", "No", and "Cancel".booleanUserPrompt. promptYesNoCancel(String message)
-