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