Uses of Class
org.jline.terminal.Attributes.OutputFlag
-
Packages that use Attributes.OutputFlag Package Description org.jline.builtins.ssh org.jline.terminal -
-
Uses of Attributes.OutputFlag in org.jline.builtins.ssh
Methods in org.jline.builtins.ssh with parameters of type Attributes.OutputFlag Modifier and Type Method Description private static int
Ssh. getFlag(Attributes attributes, Attributes.OutputFlag flag)
-
Uses of Attributes.OutputFlag in org.jline.terminal
Fields in org.jline.terminal with type parameters of type Attributes.OutputFlag Modifier and Type Field Description (package private) java.util.EnumSet<Attributes.OutputFlag>
Attributes. oflag
Methods in org.jline.terminal that return Attributes.OutputFlag Modifier and Type Method Description static Attributes.OutputFlag
Attributes.OutputFlag. valueOf(java.lang.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.Methods in org.jline.terminal that return types with arguments of type Attributes.OutputFlag Modifier and Type Method Description java.util.EnumSet<Attributes.OutputFlag>
Attributes. getOutputFlags()
Methods in org.jline.terminal with parameters of type Attributes.OutputFlag Modifier and Type Method Description boolean
Attributes. getOutputFlag(Attributes.OutputFlag flag)
void
Attributes. setOutputFlag(Attributes.OutputFlag flag, boolean value)
Method parameters in org.jline.terminal with type arguments of type Attributes.OutputFlag Modifier and Type Method Description void
Attributes. setOutputFlags(java.util.EnumSet<Attributes.OutputFlag> flags)
void
Attributes. setOutputFlags(java.util.EnumSet<Attributes.OutputFlag> flags, boolean value)
-