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 int
Ssh.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.oflag
Methods in org.jline.terminal that return Attributes.OutputFlagModifier and TypeMethodDescriptionstatic Attributes.OutputFlag
Returns 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 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)