Uses of Class
jexer.TApplication.BackendType
-
Packages that use TApplication.BackendType Package Description jexer Jexer - Java Text User Interface libraryjexer.demos Demonstration programs. -
-
Uses of TApplication.BackendType in jexer
Methods in jexer that return TApplication.BackendType Modifier and Type Method Description static TApplication.BackendType
TApplication.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. -
Uses of TApplication.BackendType in jexer.demos
Constructors in jexer.demos with parameters of type TApplication.BackendType Constructor Description DemoApplication(TApplication.BackendType backendType)
Public constructor.DesktopDemoApplication(TApplication.BackendType backendType)
Public constructor.
-