Uses of Class
org.jline.terminal.Attributes.ControlFlag
-
Packages that use Attributes.ControlFlag Package Description org.jline.terminal JLine Terminal API - Core abstractions for terminal operations across different platforms. -
-
Uses of Attributes.ControlFlag in org.jline.terminal
Methods in org.jline.terminal that return Attributes.ControlFlag Modifier and Type Method Description static Attributes.ControlFlag
Attributes.ControlFlag. valueOf(java.lang.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.Methods in org.jline.terminal that return types with arguments of type Attributes.ControlFlag Modifier and Type Method Description java.util.EnumSet<Attributes.ControlFlag>
Attributes. getControlFlags()
Methods in org.jline.terminal with parameters of type Attributes.ControlFlag Modifier and Type Method Description boolean
Attributes. getControlFlag(Attributes.ControlFlag flag)
void
Attributes. setControlFlag(Attributes.ControlFlag flag, boolean value)
Method parameters in org.jline.terminal with type arguments of type Attributes.ControlFlag Modifier and Type Method Description void
Attributes. setControlFlags(java.util.EnumSet<Attributes.ControlFlag> flags)
void
Attributes. setControlFlags(java.util.EnumSet<Attributes.ControlFlag> flags, boolean value)
-