Uses of Enum
com.googlecode.lanterna.gui2.TextBox.Style
Packages that use TextBox.Style
-
Uses of TextBox.Style in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 declared as TextBox.StyleMethods in com.googlecode.lanterna.gui2 that return TextBox.StyleModifier and TypeMethodDescriptionstatic TextBox.Style
Returns the enum constant of this type with the specified name.static TextBox.Style[]
TextBox.Style.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.googlecode.lanterna.gui2 with parameters of type TextBox.StyleModifierConstructorDescriptionTextBox
(TerminalSize preferredSize, TextBox.Style style) Creates a new emptyTextBox
with a specific size and styleTextBox
(TerminalSize preferredSize, String initialContent, TextBox.Style style) Main constructor of theTextBox
which decides size, initial content and styleTextBox
(String initialContent, TextBox.Style style) Creates aTextBox
that has an initial content and attempting to be big enough to display the whole text at once without scrollbars.