- read() - Method in class org.jledit.AbstractConsoleEditor
-
Reads a character from the user input.
- read() - Method in interface org.jledit.InputReader
-
Reads a character from the user input.
- read() - Method in class org.jledit.jline.InputStreamReader
-
Reads a single character from this reader and returns it as an integer
with the two higher-order bytes set to 0.
- read(char[], int, int) - Method in class org.jledit.jline.InputStreamReader
-
Reads at most length characters from this reader and stores them
at position offset in the character array buf.
- read() - Method in class org.jledit.jline.NonBlockingInputStream
-
- read(long) - Method in class org.jledit.jline.NonBlockingInputStream
-
Attempts to read a character from the input stream for a specific
period of time.
- read(byte[], int, int) - Method in class org.jledit.jline.NonBlockingInputStream
-
This version of read() is very specific to jline's purposes, it
will always always return a single byte at a time, rather than filling
the entire buffer.
- READ_EXPIRED - Static variable in class org.jledit.AbstractConsoleEditor
-
- readBoolean() - Method in class org.jledit.AbstractConsoleEditor
-
Reads a boolean from the user input.
- readBoolean(String, Boolean) - Method in class org.jledit.AbstractConsoleEditor
-
Displays a message and reads a boolean from the user input.
- readBoolean() - Method in interface org.jledit.InputReader
-
Reads a boolean from the user input.
- readBoolean(String, Boolean) - Method in interface org.jledit.InputReader
-
Displaysa a message and reads a boolean from the user input.
- readLine() - Method in class org.jledit.AbstractConsoleEditor
-
Reads a line from the user input.
- readLine(String) - Method in class org.jledit.AbstractConsoleEditor
-
- readLine() - Method in interface org.jledit.InputReader
-
Reads a line from the user input.
- readLine(String) - Method in interface org.jledit.InputReader
-
Displays a message and prompts the user for input.
- ready() - Method in class org.jledit.jline.InputStreamReader
-
Indicates whether this reader is ready to be read without blocking.
- redo() - Method in class org.jledit.command.editor.AbstractUndoableCommand
-
- redo() - Method in interface org.jledit.command.undo.UndoableCommand
-
- RedoCommand - Class in org.jledit.command.undo
-
- RedoCommand(ConsoleEditor) - Constructor for class org.jledit.command.undo.RedoCommand
-
- RedoCommand(ConsoleEditor, UndoContext) - Constructor for class org.jledit.command.undo.RedoCommand
-
- redoPop() - Method in class org.jledit.command.undo.UndoContext
-
- redoPush(UndoableCommand) - Method in class org.jledit.command.undo.UndoContext
-
- redrawCoords() - Method in interface org.jledit.ConsoleEditor
-
Redraws the cursor coordinates if the flavor supports that.
- redrawCoords() - Method in class org.jledit.simple.SimpleConsoleEditor
-
Redraws the cursor coordinates if the flavor supports that.
- redrawFooter() - Method in interface org.jledit.ConsoleEditor
-
Redraws the footer of the editor (if exists).
- redrawFooter() - Method in class org.jledit.simple.SimpleConsoleEditor
-
Refreshes the footer that displays the current line and column.
- redrawHeader() - Method in interface org.jledit.ConsoleEditor
-
Redraws the header of the editor (if exists).
- redrawHeader() - Method in class org.jledit.simple.SimpleConsoleEditor
-
- redrawText() - Method in class org.jledit.AbstractConsoleEditor
-
- redrawText() - Method in interface org.jledit.ConsoleEditor
-
Redraws the text that fits inside the current frame.
- remove(Object) - Method in class org.jledit.collection.MultiMap
-
- reset() - Static method in class org.jledit.jline.JlineConfiguration
-
- Resources - Class in org.jledit.utils
-
- restore() - Method in class org.jledit.jline.TerminalLineSettings
-
- restore() - Method in class org.jledit.terminal.JlEditUnixTerminal
-
- restore() - Method in class org.jledit.terminal.JlEditWindowsTerminal
-
- restoreCursorPosition() - Method in class org.jledit.AbstractConsoleEditor
-
- restoreCursorPosition() - Method in interface org.jledit.ConsoleEditor
-
Moves the cursor to the last saved position.
- RollingStack<I> - Class in org.jledit.collection
-
A fixed size Stack implementation which removes oldest item when overflows.
- RollingStack() - Constructor for class org.jledit.collection.RollingStack
-
Constructor
- RollingStack(int) - Constructor for class org.jledit.collection.RollingStack
-
Constructor
- run() - Method in class org.jledit.jline.NonBlockingInputStream
-