| Package | Description |
|---|---|
| org.jline.terminal |
| Modifier and Type | Method and Description |
|---|---|
static Attributes.LocalFlag |
Attributes.LocalFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attributes.LocalFlag[] |
Attributes.LocalFlag.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.LocalFlag> |
Attributes.getLocalFlags() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Attributes.getLocalFlag(Attributes.LocalFlag flag) |
void |
Attributes.setLocalFlag(Attributes.LocalFlag flag,
boolean value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Attributes.setLocalFlags(EnumSet<Attributes.LocalFlag> flags) |
void |
Attributes.setLocalFlags(EnumSet<Attributes.LocalFlag> flags,
boolean value) |
Copyright © 2019. All rights reserved.