| Package | Description |
|---|---|
| org.jline.terminal |
| Modifier and Type | Method | Description |
|---|---|---|
static Attributes.ControlChar |
Attributes.ControlChar.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Attributes.ControlChar[] |
Attributes.ControlChar.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
EnumMap<Attributes.ControlChar,Integer> |
Attributes.getControlChars() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
Attributes.getControlChar(Attributes.ControlChar c) |
|
void |
Attributes.setControlChar(Attributes.ControlChar c,
int value) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Attributes.setControlChars(EnumMap<Attributes.ControlChar,Integer> chars) |
Copyright © 2020. All rights reserved.