Uses of Enum
org.jline.terminal.Attributes.ControlFlag
Packages that use Attributes.ControlFlag
-
Uses of Attributes.ControlFlag in org.jline.terminal
Fields in org.jline.terminal with type parameters of type Attributes.ControlFlagModifier and TypeFieldDescription(package private) final EnumSet<Attributes.ControlFlag>
Attributes.cflag
Methods in org.jline.terminal that return Attributes.ControlFlagModifier and TypeMethodDescriptionstatic Attributes.ControlFlag
Returns the enum constant of this type with the specified name.static Attributes.ControlFlag[]
Attributes.ControlFlag.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.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)