Uses of Enum Class
org.jline.terminal.Attributes.InputFlag
Packages that use Attributes.InputFlag
Package
Description
JLine Terminal API - Core abstractions for terminal operations across different platforms.
-
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.InputFlagModifier and TypeMethodDescriptionAttributes.getInputFlags()Returns the set of input flags currently enabled.Methods in org.jline.terminal with parameters of type Attributes.InputFlagModifier and TypeMethodDescriptionbooleanAttributes.getInputFlag(Attributes.InputFlag flag) Checks if a specific input flag is enabled.voidAttributes.setInputFlag(Attributes.InputFlag flag, boolean value) Sets a specific input flag to the specified value.Method parameters in org.jline.terminal with type arguments of type Attributes.InputFlagModifier and TypeMethodDescriptionvoidAttributes.setInputFlags(EnumSet<Attributes.InputFlag> flags) Sets the input flags to the specified set of flags.voidAttributes.setInputFlags(EnumSet<Attributes.InputFlag> flags, boolean value) Sets multiple input flags to the same value.