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
Subclasses with type arguments of type Attributes.OutputFlag in org.jline.terminalModifier and TypeClassDescriptionstatic enumOutput flags that control how terminal output is processed.Methods in org.jline.terminal that return Attributes.OutputFlagModifier and TypeMethodDescriptionstatic Attributes.OutputFlagReturns 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 TypeMethodDescriptionbooleanAttributes.getOutputFlag(Attributes.OutputFlag flag) voidAttributes.setOutputFlag(Attributes.OutputFlag flag, boolean value) Method parameters in org.jline.terminal with type arguments of type Attributes.OutputFlagModifier and TypeMethodDescriptionvoidAttributes.setOutputFlags(EnumSet<Attributes.OutputFlag> flags) voidAttributes.setOutputFlags(EnumSet<Attributes.OutputFlag> flags, boolean value)