| Package | Description |
|---|---|
| org.jline.terminal |
| Modifier and Type | Method and Description |
|---|---|
static Attributes.ControlFlag |
Attributes.ControlFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attributes.ControlFlag[] |
Attributes.ControlFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Attributes.ControlFlag> |
Attributes.getControlFlags() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Attributes.getControlFlag(Attributes.ControlFlag flag) |
void |
Attributes.setControlFlag(Attributes.ControlFlag flag,
boolean value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Attributes.setControlFlags(EnumSet<Attributes.ControlFlag> flags) |
void |
Attributes.setControlFlags(EnumSet<Attributes.ControlFlag> flags,
boolean value) |
Copyright © 2020. All rights reserved.