Uses of Enum Class
org.jline.terminal.Attributes.LocalFlag
Packages that use Attributes.LocalFlag
Package
Description
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.LocalFlagModifier and TypeMethodDescriptionstatic Attributes.LocalFlagReturns the enum constant of this class with the specified name.static Attributes.LocalFlag[]Attributes.LocalFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.terminal that return types with arguments of type Attributes.LocalFlagMethods in org.jline.terminal with parameters of type Attributes.LocalFlagModifier and TypeMethodDescriptionbooleanAttributes.getLocalFlag(Attributes.LocalFlag flag) voidAttributes.setLocalFlag(Attributes.LocalFlag flag, boolean value) Method parameters in org.jline.terminal with type arguments of type Attributes.LocalFlagModifier and TypeMethodDescriptionvoidAttributes.setLocalFlags(EnumSet<Attributes.LocalFlag> flags) voidAttributes.setLocalFlags(EnumSet<Attributes.LocalFlag> flags, boolean value)