Uses of Enum Class
org.jline.console.Printer.TableRows
Packages that use Printer.TableRows
Package
Description
JLine Console package provides a framework for building interactive command-line applications.
-
Uses of Printer.TableRows in org.jline.console
Subclasses with type arguments of type Printer.TableRows in org.jline.consoleModifier and TypeClassDescriptionstatic enumEnumeration specifying which rows in a table should be highlighted.Methods in org.jline.console that return Printer.TableRowsModifier and TypeMethodDescriptionstatic Printer.TableRowsReturns the enum constant of this class with the specified name.static Printer.TableRows[]Printer.TableRows.values()Returns an array containing the constants of this enum class, in the order they are declared.