Package jline

Interface ConsoleOperations

All Known Implementing Classes:
ConsoleReader, Terminal, UnixTerminal, UnsupportedTerminal, WindowsTerminal

public interface ConsoleOperations
Symbolic constants for Console operations and virtual key bindings.
Author:
Marc Prud'hommeaux
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final short
    Operation that aborts the current command (like searching)
    static final short
    Operation that
    static final char
     
    static final short
    Operation that toggles between uppercase and lowercase.
    static final short
    Operation that
    static final short
    Operation that clears whatever text is on the current line.
    static final short
    Operation that clears the screen.
    static final short
    Operation that performs completion operation on the current word.
    static final String
     
    static final char
     
    static final char
     
    static final char
     
    static final char
     
    static final char
     
    static final char
     
    static final char
     
    static final char
     
    static final char
     
    static final char
     
    static final char
     
    static final char
     
    static final char
     
    static final char
     
    static final short
    Operation that
    static final short
    Operation that deletes the previous character.
    static final short
    Operation that
    static final short
    Operation that deletes the previous word in the buffer.
    static final short
    Operation that moves the current History to the end.
    static final short
    Operation that
    static final short
    Operation that exits the command prompt.
    static final short
    Operation that toggles insert/overtype
    static final char
     
    static final short
    Operation that deletes the buffer from the current character to the end.
    static final short
    Operation that deletes the buffer from the cursor to the beginning.
    static final short
    Operation that moves to the beginning of the buffer.
    static final short
    Operation that moves to the end of the buffer.
    static final short
    Operation that issues a newline.
    static final short
    Operation that moves to the next character in the buffer.
    static final short
    Operation that sets the buffer to the next history item.
    static final short
    Operation that
    static final short
    Operation that moved to the next word.
    static final short
    Operation that pastes the contents of the clipboard into the line
    static final short
    Operation that
    static final short
    Operation that
    static final short
    Operation that moved to the previous character in the buffer.
    static final short
    Operation that sets the buffer to the previous history item.
    static final short
    Operation that moved to the previous whitespace.
    static final short
    Operation that
    static final short
    Operation that redisplays the current buffer.
    static final short
    Operation that repeats the character.
    static final short
    Operation that moves to the previous character in the buffer.
    static final short
    Operation that
    static final short
    Operation that
    static final short
    Operation that
    static final short
    Operation that
    static final char
     
    static final short
    Operation that searches forward in the command history.
    static final short
    Operation that searches backwards in the command history.
    static final short
    Operation that moves the current History to the beginning.
    static final short
    Operation that
    static final short
    Operation that
    static final short
    Operation that moved to the end of the current word.
    static final short
    Operation that
    static final short
    Operation that
    static final short
    Operation that undoes the previous operation.
    static final short
    Unknown operation.