Uses of Class
jexer.TMessageBox.Result
-
Packages that use TMessageBox.Result Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TMessageBox.Result in jexer
Fields in jexer declared as TMessageBox.Result Modifier and Type Field Description protected TMessageBox.Result
TMessageBox. result
Which button was clicked: OK, CANCEL, YES, or NO.Methods in jexer that return TMessageBox.Result Modifier and Type Method Description TMessageBox.Result
TMessageBox. getResult()
Get the result.static TMessageBox.Result
TMessageBox.Result. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TMessageBox.Result[]
TMessageBox.Result. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-