Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
jexer.demos |
Demonstration programs.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
TApplication(TApplication.BackendType backendType)
Public constructor.
|
TApplication(TApplication.BackendType backendType,
int windowWidth,
int windowHeight,
int fontSize)
Public constructor.
|
Constructor and Description |
---|
DemoApplication(TApplication.BackendType backendType)
Public constructor.
|
DesktopDemoApplication(TApplication.BackendType backendType)
Public constructor.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.