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