Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.