Package | Description |
---|---|
com.googlecode.lanterna.screen |
Modifier and Type | Method and Description |
---|---|
TabBehaviour |
Screen.getTabBehaviour()
Gets the behaviour for what to do about tab characters.
|
static TabBehaviour |
TabBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabBehaviour[] |
TabBehaviour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Screen.setTabBehaviour(TabBehaviour tabBehaviour)
Sets the behaviour for what to do about tab characters.
|
Copyright © 2014. All Rights Reserved.