Uses of Class
jexer.TPanel.Direction
-
Packages that use TPanel.Direction Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TPanel.Direction in jexer
Methods in jexer that return TPanel.Direction Modifier and Type Method Description TPanel.DirectionTPanel. getTitleDirection()Get panel title direction.static TPanel.DirectionTPanel.Direction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TPanel.Direction[]TPanel.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jexer with parameters of type TPanel.Direction Modifier and Type Method Description voidTPanel. setTitleDirection(TPanel.Direction direction)Set panel title direction.
-