Package | Description |
---|---|
org.jline.terminal |
Modifier and Type | Method and 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 and Description |
---|---|
EnumMap<Attributes.ControlChar,Integer> |
Attributes.getControlChars() |
Modifier and Type | Method and Description |
---|---|
int |
Attributes.getControlChar(Attributes.ControlChar c) |
void |
Attributes.setControlChar(Attributes.ControlChar c,
int value) |
Modifier and Type | Method and Description |
---|---|
void |
Attributes.setControlChars(EnumMap<Attributes.ControlChar,Integer> chars) |
Copyright © 2019. All rights reserved.