Package | Description |
---|---|
org.jline.builtins | |
org.jline.keymap | |
org.jline.reader |
JLine 3.
|
org.jline.reader.impl | |
org.jline.reader.impl.completer |
JLine 3.
|
org.jline.terminal | |
org.jline.terminal.impl |
JLine 3.
|
org.jline.terminal.impl.jansi | |
org.jline.terminal.impl.jna.win | |
org.jline.utils |
JLine 3.
|
Modifier and Type | Field and Description |
---|---|
protected Terminal |
Less.terminal |
protected Terminal |
Nano.terminal |
Modifier and Type | Method and Description |
---|---|
static void |
Commands.less(Terminal terminal,
PrintStream out,
PrintStream err,
Path currentDir,
String[] argv) |
static void |
Commands.nano(Terminal terminal,
PrintStream out,
PrintStream err,
Path currentDir,
String[] argv) |
static void |
Commands.tmux(Terminal terminal,
PrintStream out,
PrintStream err,
Supplier<Object> getter,
Consumer<Object> setter,
Consumer<Terminal> runner,
String[] argv) |
Modifier and Type | Method and Description |
---|---|
static void |
Commands.tmux(Terminal terminal,
PrintStream out,
PrintStream err,
Supplier<Object> getter,
Consumer<Object> setter,
Consumer<Terminal> runner,
String[] argv) |
Constructor and Description |
---|
Less(Terminal terminal) |
Nano(Terminal terminal,
File root) |
Nano(Terminal terminal,
Path root) |
Tmux(Terminal terminal,
PrintStream err,
Consumer<Terminal> runner) |
Constructor and Description |
---|
Tmux(Terminal terminal,
PrintStream err,
Consumer<Terminal> runner) |
Modifier and Type | Method and Description |
---|---|
static String |
KeyMap.key(Terminal terminal,
InfoCmp.Capability capability) |
Modifier and Type | Method and Description |
---|---|
Terminal |
LineReader.getTerminal() |
Modifier and Type | Method and Description |
---|---|
LineReaderBuilder |
LineReaderBuilder.terminal(Terminal terminal) |
Modifier and Type | Field and Description |
---|---|
protected Terminal |
LineReaderImpl.terminal
The terminal to use
|
Modifier and Type | Method and Description |
---|---|
Terminal |
LineReaderImpl.getTerminal() |
Constructor and Description |
---|
LineReaderImpl(Terminal terminal) |
LineReaderImpl(Terminal terminal,
String appName) |
LineReaderImpl(Terminal terminal,
String appName,
Map<String,Object> variables) |
Modifier and Type | Method and Description |
---|---|
protected String |
FileNameCompleter.getDisplay(Terminal terminal,
Path p) |
Modifier and Type | Method and Description |
---|---|
Terminal |
TerminalBuilder.build() |
static Terminal |
TerminalBuilder.terminal()
Returns the default system terminal.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPosixTerminal |
class |
AbstractTerminal |
class |
AbstractWindowsTerminal |
class |
DumbTerminal |
class |
ExternalTerminal
Console implementation with embedded line disciplined.
|
class |
LineDisciplineTerminal
Abstract terminal with support for line discipline.
|
class |
PosixPtyTerminal |
class |
PosixSysTerminal |
Modifier and Type | Method and Description |
---|---|
static Cursor |
CursorSupport.getCursorPosition(Terminal terminal,
IntConsumer discarded) |
static boolean |
MouseSupport.hasMouseSupport(Terminal terminal) |
static MouseEvent |
MouseSupport.readMouse(Terminal terminal,
MouseEvent last) |
static boolean |
MouseSupport.trackMouse(Terminal terminal,
Terminal.MouseTracking tracking) |
Modifier and Type | Class and Description |
---|---|
class |
JansiWinSysTerminal |
Modifier and Type | Class and Description |
---|---|
class |
JnaWinSysTerminal |
Modifier and Type | Field and Description |
---|---|
protected Terminal |
Display.terminal |
Modifier and Type | Method and Description |
---|---|
String |
AttributedCharSequence.toAnsi(Terminal terminal) |
Constructor and Description |
---|
Display(Terminal terminal,
boolean fullscreen) |
Copyright © 2017. All rights reserved.