Uses of Class
org.jline.reader.LineReader.RegionType
-
Packages that use LineReader.RegionType Package Description org.jline.reader JLine 3.org.jline.reader.impl -
-
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()
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()
-