Uses of Class
jexer.TApplication.BackendType
-
Packages that use TApplication.BackendType Package Description jexer Jexer - Java Text User Interface libraryjexer.demos Demonstration programs.xtwm.ui Main user interface. -
-
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. -
Uses of TApplication.BackendType in xtwm.ui
Constructors in xtwm.ui with parameters of type TApplication.BackendType Constructor Description XTWMApplication(TApplication.BackendType backendType)
Public constructor.XTWMApplication(TApplication.BackendType backendType, int minimumWidth, int minimumHeight, int fontSize)
Public constructor.
-