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 classTInputBoxTInputBox 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 TMessageBoxTApplication. messageBox(java.lang.String title, java.lang.String caption)Convenience function to spawn a message box.TMessageBoxTApplication. messageBox(java.lang.String title, java.lang.String caption, TMessageBox.Type type)Convenience function to spawn a message box.TMessageBoxTWidget. messageBox(java.lang.String title, java.lang.String caption)Convenience function to spawn a message box.TMessageBoxTWidget. messageBox(java.lang.String title, java.lang.String caption, TMessageBox.Type type)Convenience function to spawn a message box.
-