Uses of Enum Class
org.jline.terminal.Attributes.InputFlag
Packages that use Attributes.InputFlag
-
Uses of Attributes.InputFlag in org.jline.terminal
Methods in org.jline.terminal that return Attributes.InputFlagModifier and TypeMethodDescriptionstatic Attributes.InputFlagReturns the enum constant of this class with the specified name.static Attributes.InputFlag[]Attributes.InputFlag.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.InputFlagMethods in org.jline.terminal with parameters of type Attributes.InputFlagModifier and TypeMethodDescriptionbooleanAttributes.getInputFlag(Attributes.InputFlag flag) voidAttributes.setInputFlag(Attributes.InputFlag flag, boolean value) Method parameters in org.jline.terminal with type arguments of type Attributes.InputFlagModifier and TypeMethodDescriptionvoidAttributes.setInputFlags(EnumSet<Attributes.InputFlag> flags) voidAttributes.setInputFlags(EnumSet<Attributes.InputFlag> flags, boolean value)