Uses of Enum Class
org.jline.terminal.Attributes.OutputFlag
Packages that use Attributes.OutputFlag
-
Uses of Attributes.OutputFlag in org.jline.terminal
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)