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