Uses of Class
jexer.TApplication.BackendType
-
Packages that use TApplication.BackendType Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TApplication.BackendType in jexer
Methods in jexer that return TApplication.BackendType Modifier and Type Method Description static TApplication.BackendTypeTApplication.BackendType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TApplication.BackendType[]TApplication.BackendType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jexer with parameters of type TApplication.BackendType Constructor Description TApplication(TApplication.BackendType backendType)Public constructor.TApplication(TApplication.BackendType backendType, int windowWidth, int windowHeight, int fontSize)Public constructor.
-