Uses of Class
org.jline.reader.LineReader.RegionType
-
Packages that use LineReader.RegionType Package Description org.jline.reader JLine 3 Reader Package - Core components for building interactive command-line interfaces.org.jline.reader.impl JLine 3 Reader Implementation Package. -
-
Uses of LineReader.RegionType in org.jline.reader
Methods in org.jline.reader that return LineReader.RegionType Modifier and Type Method Description LineReader.RegionType
LineReader. getRegionActive()
Returns the type of the currently active region selection.static LineReader.RegionType
LineReader.RegionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LineReader.RegionType[]
LineReader.RegionType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LineReader.RegionType in org.jline.reader.impl
Fields in org.jline.reader.impl declared as LineReader.RegionType Modifier and Type Field Description protected LineReader.RegionType
LineReaderImpl. regionActive
Methods in org.jline.reader.impl that return LineReader.RegionType Modifier and Type Method Description LineReader.RegionType
LineReaderImpl. getRegionActive()
-