Uses of Enum Class
org.jline.terminal.Attributes.ControlFlag
Packages that use Attributes.ControlFlag
Package
Description
JLine Terminal API - Core abstractions for terminal operations across different platforms.
-
Uses of Attributes.ControlFlag in org.jline.terminal
Methods in org.jline.terminal that return Attributes.ControlFlagModifier and TypeMethodDescriptionstatic Attributes.ControlFlag
Returns the enum constant of this class with the specified name.static Attributes.ControlFlag[]
Attributes.ControlFlag.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.ControlFlagMethods in org.jline.terminal with parameters of type Attributes.ControlFlagModifier and TypeMethodDescriptionboolean
Attributes.getControlFlag
(Attributes.ControlFlag flag) void
Attributes.setControlFlag
(Attributes.ControlFlag flag, boolean value) Method parameters in org.jline.terminal with type arguments of type Attributes.ControlFlagModifier and TypeMethodDescriptionvoid
Attributes.setControlFlags
(EnumSet<Attributes.ControlFlag> flags) void
Attributes.setControlFlags
(EnumSet<Attributes.ControlFlag> flags, boolean value)