Uses of Enum
com.googlecode.lanterna.gui2.TextBox.Style
Packages that use TextBox.Style
-
Uses of TextBox.Style in com.googlecode.lanterna.gui2
Subclasses with type arguments of type TextBox.Style in com.googlecode.lanterna.gui2Modifier and TypeClassDescriptionstatic enumEnum value to force aTextBoxto be either single line or multi line.Fields in com.googlecode.lanterna.gui2 declared as TextBox.StyleMethods in com.googlecode.lanterna.gui2 that return TextBox.StyleModifier and TypeMethodDescriptionstatic TextBox.StyleReturns 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 emptyTextBoxwith a specific size and styleTextBox(TerminalSize preferredSize, String initialContent, TextBox.Style style) Main constructor of theTextBoxwhich decides size, initial content and styleTextBox(String initialContent, TextBox.Style style) Creates aTextBoxthat has an initial content and attempting to be big enough to display the whole text at once without scrollbars.