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