Uses of Enum Class
org.jline.terminal.Attributes.OutputFlag
Packages that use Attributes.OutputFlag
Package
Description
JLine Terminal API - Core abstractions for terminal operations across different platforms.
-
Uses of Attributes.OutputFlag in org.jline.terminal
Methods in org.jline.terminal that return Attributes.OutputFlagModifier and TypeMethodDescriptionstatic Attributes.OutputFlag
Returns the enum constant of this class with the specified name.static Attributes.OutputFlag[]
Attributes.OutputFlag.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.OutputFlagMethods in org.jline.terminal with parameters of type Attributes.OutputFlagModifier and TypeMethodDescriptionboolean
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.OutputFlagModifier and TypeMethodDescriptionvoid
Attributes.setOutputFlags
(EnumSet<Attributes.OutputFlag> flags) void
Attributes.setOutputFlags
(EnumSet<Attributes.OutputFlag> flags, boolean value)