Uses of Enum Class
org.jline.reader.LineReader.RegionType
Packages that use LineReader.RegionType
Package
Description
JLine 3 Reader Package - Core components for building interactive command-line interfaces.
JLine 3 Reader Implementation Package.
-
Uses of LineReader.RegionType in org.jline.reader
Methods in org.jline.reader that return LineReader.RegionTypeModifier and TypeMethodDescriptionLineReader.getRegionActive()
Returns the type of the currently active region selection.static LineReader.RegionType
Returns the enum constant of this class with the specified name.static LineReader.RegionType[]
LineReader.RegionType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LineReader.RegionType in org.jline.reader.impl
Fields in org.jline.reader.impl declared as LineReader.RegionTypeMethods in org.jline.reader.impl that return LineReader.RegionType