Package | Description |
---|---|
jexer.event |
Events that are generated by both end-user I/O (keyboard/mouse) and other
UI elements (menu/resize).
|
Modifier and Type | Method and Description |
---|---|
TResizeEvent.Type |
TResizeEvent.getType()
Get resize type.
|
static TResizeEvent.Type |
TResizeEvent.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TResizeEvent.Type[] |
TResizeEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TResizeEvent(TResizeEvent.Type type,
int width,
int height)
Public contructor.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.