- get(Object) - Method in class org.jledit.collection.MultiMap
-
- get(String) - Method in class org.jledit.jline.TerminalLineSettings
-
- get() - Static method in class org.jledit.terminal.JlEditTerminalFactory
-
Returns a wrapped Terminal.
- get(Terminal) - Static method in class org.jledit.terminal.JlEditTerminalFactory
-
Wraps the existing Terminal.
- get(Terminal, boolean) - Static method in class org.jledit.terminal.JlEditTerminalFactory
-
Wraps a Terminal.
- getAfterColumn() - Method in class org.jledit.command.editor.AbstractUndoableCommand
-
- getAfterColumn() - Method in interface org.jledit.command.undo.UndoableCommand
-
The columns the cursor was pointing after the
Command execution.
- getAfterLine() - Method in class org.jledit.command.editor.AbstractUndoableCommand
-
- getAfterLine() - Method in interface org.jledit.command.undo.UndoableCommand
-
The line the cursor was pointing after the
Command execution.
- getBeforeColumn() - Method in class org.jledit.command.editor.AbstractUndoableCommand
-
- getBeforeColumn() - Method in interface org.jledit.command.undo.UndoableCommand
-
The columns the cursor was pointing before the
Command execution.
- getBeforeLine() - Method in class org.jledit.command.editor.AbstractUndoableCommand
-
- getBeforeLine() - Method in interface org.jledit.command.undo.UndoableCommand
-
The line the cursor was pointing before the
Command execution.
- getBoolean(String, boolean) - Static method in class org.jledit.jline.JlineConfiguration
-
- getCapacity() - Method in class org.jledit.collection.RollingStack
-
- getColumn() - Method in class org.jledit.AbstractConsoleEditor
-
- getColumn() - Method in class org.jledit.Coordinates
-
- getColumn() - Method in interface org.jledit.Editor
-
Returns the current column.
- getColumn() - Method in class org.jledit.StringEditor
-
- getConfig() - Method in class org.jledit.jline.TerminalLineSettings
-
- getConsole() - Method in class org.jledit.AbstractConsoleEditor
-
- getContent() - Method in class org.jledit.AbstractConsoleEditor
-
- getContent(int) - Method in class org.jledit.AbstractConsoleEditor
-
- getContent() - Method in interface org.jledit.Editor
-
Returns the content of the file.
- getContent(int) - Method in interface org.jledit.Editor
-
Returns the content of the file.
- getContent() - Method in class org.jledit.StringEditor
-
- getContent(int) - Method in class org.jledit.StringEditor
-
- getContentManager() - Method in class org.jledit.AbstractConsoleEditor
-
- getContentManager() - Method in interface org.jledit.Editor
-
- getContentManager() - Method in class org.jledit.StringEditor
-
- getContnet() - Static method in class org.jledit.utils.ClipboardUtils
-
Reads the String content of the Clipboard.
- getDelegate() - Method in class org.jledit.AbstractConsoleEditor
-
- getDirectConsole() - Method in class org.jledit.terminal.JlEditWindowsTerminal
-
Whether or not to allow the use of the JNI console interaction.
- getDisplayAs() - Method in class org.jledit.AbstractConsoleEditor
-
- getEditor() - Method in class org.jledit.command.editor.AbstractUndoableCommand
-
- getEncoding() - Method in class org.jledit.jline.InputStreamReader
-
Returns the name of the encoding used to convert bytes into characters.
- getEncoding() - Static method in class org.jledit.jline.JlineConfiguration
-
- getFileEncoding() - Static method in class org.jledit.jline.JlineConfiguration
-
- getFooterBackground() - Method in class org.jledit.theme.DefaultTheme
-
- getFooterBackground() - Method in interface org.jledit.theme.Theme
-
- getFooterForeground() - Method in class org.jledit.theme.DefaultTheme
-
- getFooterForeground() - Method in interface org.jledit.theme.Theme
-
- getFooterSize() - Method in class org.jledit.AbstractConsoleEditor
-
- getFooterSize() - Method in interface org.jledit.ConsoleEditor
-
Returns the size in lines of the footer.
- getHeaderBackground() - Method in class org.jledit.theme.DefaultTheme
-
- getHeaderBackground() - Method in interface org.jledit.theme.Theme
-
- getHeaderForeground() - Method in class org.jledit.theme.DefaultTheme
-
- getHeaderForeground() - Method in interface org.jledit.theme.Theme
-
- getHeaderSize() - Method in class org.jledit.AbstractConsoleEditor
-
- getHeaderSize() - Method in interface org.jledit.ConsoleEditor
-
Returns the size in lines of the header.
- getHeight() - Method in class org.jledit.terminal.JlEditUnixTerminal
-
Returns the value of stty rows>/tt> param.
- getHighLightBackground() - Method in class org.jledit.theme.DefaultTheme
-
- getHighLightBackground() - Method in interface org.jledit.theme.Theme
-
- getHighLightForeground() - Method in class org.jledit.theme.DefaultTheme
-
- getHighLightForeground() - Method in interface org.jledit.theme.Theme
-
- getInput() - Method in class org.jledit.EditorOperation
-
- getInteger(String, int) - Static method in class org.jledit.jline.JlineConfiguration
-
- getKeys() - Method in class org.jledit.AbstractConsoleEditor
-
- getLastSearch() - Static method in class org.jledit.command.editor.FindContext
-
- getLine() - Method in class org.jledit.AbstractConsoleEditor
-
- getLine() - Method in class org.jledit.Coordinates
-
- getLine() - Method in interface org.jledit.Editor
-
Returns the number of the current line.
- getLine() - Method in class org.jledit.StringEditor
-
- getLineSeparator() - Static method in class org.jledit.jline.JlineConfiguration
-
- getLong(String, long) - Static method in class org.jledit.jline.JlineConfiguration
-
- getOsName() - Static method in class org.jledit.jline.JlineConfiguration
-
- getPromptBackground() - Method in class org.jledit.theme.DefaultTheme
-
- getPromptBackground() - Method in interface org.jledit.theme.Theme
-
- getPromptForeground() - Method in class org.jledit.theme.DefaultTheme
-
- getPromptForeground() - Method in interface org.jledit.theme.Theme
-
- getProperties() - Static method in class org.jledit.jline.JlineConfiguration
-
- getProperty(String) - Method in class org.jledit.jline.TerminalLineSettings
-
Get the value of a stty property, including the management of a cache.
- getProperty(String, String) - Static method in class org.jledit.jline.TerminalLineSettings
-
Parses a stty output (provided by stty -a) and return the value of a given property.
- getSource() - Method in class org.jledit.AbstractConsoleEditor
-
- getSource() - Method in interface org.jledit.Editor
-
Returns the File being edited.
- getSource() - Method in class org.jledit.StringEditor
-
Returns the File being edited.
- getString(String, String) - Static method in class org.jledit.jline.JlineConfiguration
-
- getString(String) - Static method in class org.jledit.jline.JlineConfiguration
-
- getTerminal() - Method in class org.jledit.AbstractConsoleEditor
-
- getTerminal() - Method in interface org.jledit.ConsoleEditor
-
- getTheme() - Method in class org.jledit.AbstractConsoleEditor
-
- getTheme() - Method in interface org.jledit.ConsoleEditor
-
- getTitle() - Method in class org.jledit.AbstractConsoleEditor
-
- getTitle() - Method in interface org.jledit.ConsoleEditor
-
- getType() - Method in class org.jledit.EditorOperation
-
- getUndoContext() - Method in class org.jledit.AbstractConsoleEditor
-
- getUndoContext() - Method in class org.jledit.command.file.FileSaveCommand
-
- getUserHome() - Static method in class org.jledit.jline.JlineConfiguration
-
- getWidth() - Method in class org.jledit.terminal.JlEditUnixTerminal
-
Returns the value of stty columns param.
- GoToCommand - Class in org.jledit.command.editor
-
- GoToCommand(ConsoleEditor) - Constructor for class org.jledit.command.editor.GoToCommand
-
- GoToCommand(ConsoleEditor, int, int) - Constructor for class org.jledit.command.editor.GoToCommand
-
- 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.
- readOperation() - Method in class org.jledit.AbstractConsoleEditor
-
- 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() - Constructor for class org.jledit.command.undo.RedoCommand
-
- RedoCommand(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
-
- ReplaceCharcterCommand - Class in org.jledit.command.editor
-
- ReplaceCharcterCommand(ConsoleEditor, String) - Constructor for class org.jledit.command.editor.ReplaceCharcterCommand
-
- 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
-