Uses of Class
jexer.TTable.Border
-
Packages that use TTable.Border Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TTable.Border in jexer
Methods in jexer that return TTable.Border Modifier and Type Method Description static TTable.BorderTTable.Border. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TTable.Border[]TTable.Border. values()Returns an array containing the constants of this enum type, in the order they are declared.
-