Uses of Enum
org.jline.terminal.Attributes.LocalFlag
Packages that use Attributes.LocalFlag
-
Uses of Attributes.LocalFlag in org.jline.builtins.ssh
Methods in org.jline.builtins.ssh with parameters of type Attributes.LocalFlagModifier and TypeMethodDescriptionprivate static int
Ssh.getFlag
(Attributes attributes, Attributes.LocalFlag flag) -
Uses of Attributes.LocalFlag in org.jline.terminal
Fields in org.jline.terminal with type parameters of type Attributes.LocalFlagModifier and TypeFieldDescription(package private) final EnumSet
<Attributes.LocalFlag> Attributes.lflag
Methods in org.jline.terminal that return Attributes.LocalFlagModifier and TypeMethodDescriptionstatic Attributes.LocalFlag
Returns the enum constant of this type with the specified name.static Attributes.LocalFlag[]
Attributes.LocalFlag.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.LocalFlagMethods in org.jline.terminal with parameters of type Attributes.LocalFlagModifier and TypeMethodDescriptionboolean
Attributes.getLocalFlag
(Attributes.LocalFlag flag) void
Attributes.setLocalFlag
(Attributes.LocalFlag flag, boolean value) Method parameters in org.jline.terminal with type arguments of type Attributes.LocalFlagModifier and TypeMethodDescriptionvoid
Attributes.setLocalFlags
(EnumSet<Attributes.LocalFlag> flags) void
Attributes.setLocalFlags
(EnumSet<Attributes.LocalFlag> flags, boolean value)