Uses of Class
jexer.TMessageBox
-
Packages that use TMessageBox Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TMessageBox in jexer
Subclasses of TMessageBox in jexer Modifier and Type Class Description class
TInputBox
TInputBox is a system-modal dialog with an OK button and a text input field.Methods in jexer that return TMessageBox Modifier and Type Method Description TMessageBox
TApplication. messageBox(java.lang.String title, java.lang.String caption)
Convenience function to spawn a message 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)
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.
-