Uses of Enum
org.jline.terminal.Attributes.OutputFlag
Packages that use Attributes.OutputFlag
-
Uses of Attributes.OutputFlag in org.jline.builtins.ssh
Methods in org.jline.builtins.ssh with parameters of type Attributes.OutputFlagModifier and TypeMethodDescriptionprivate static intSsh.getFlag(Attributes attributes, Attributes.OutputFlag flag) -
Uses of Attributes.OutputFlag in org.jline.terminal
Fields in org.jline.terminal with type parameters of type Attributes.OutputFlagModifier and TypeFieldDescription(package private) final EnumSet<Attributes.OutputFlag> Attributes.oflagMethods in org.jline.terminal that return Attributes.OutputFlagModifier and TypeMethodDescriptionstatic Attributes.OutputFlagReturns the enum constant of this type with the specified name.static Attributes.OutputFlag[]Attributes.OutputFlag.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.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)