Uses of Class
jexer.TMessageBox.Type
-
Packages that use TMessageBox.Type Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TMessageBox.Type in jexer
Methods in jexer that return TMessageBox.Type Modifier and Type Method Description static TMessageBox.Type
TMessageBox.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TMessageBox.Type[]
TMessageBox.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jexer with parameters of type TMessageBox.Type Modifier and Type Method Description TInputBox
TApplication. inputBox(java.lang.String title, java.lang.String caption, java.lang.String text, TMessageBox.Type type)
Convenience function to spawn an input box.TInputBox
TWidget. inputBox(java.lang.String title, java.lang.String caption, java.lang.String text, TMessageBox.Type type)
Convenience function to spawn an input box.TMessageBox
TApplication. messageBox(java.lang.String title, java.lang.String caption, TMessageBox.Type type)
Convenience function to spawn a message box.TMessageBox
TWidget. messageBox(java.lang.String title, java.lang.String caption, TMessageBox.Type type)
Convenience function to spawn a message box.Constructors in jexer with parameters of type TMessageBox.Type Constructor Description TInputBox(TApplication application, java.lang.String title, java.lang.String caption, java.lang.String text, TMessageBox.Type type)
Public constructor.TMessageBox(TApplication application, java.lang.String title, java.lang.String caption, TMessageBox.Type type)
Public constructor.TMessageBox(TApplication application, java.lang.String title, java.lang.String caption, TMessageBox.Type type, boolean yield)
Public constructor.
-