jline
public interface ConsoleOperations
See Also: KeyEvent
| Field Summary | |
|---|---|
| short | ADD
Operation that |
| char | BACKSPACE |
| short | CHANGE_CASE
Operation that toggles between uppercase and lowercase. |
| short | CHANGE_META
Operation that |
| static short | CLEAR_LINE
Operation that clears whatever text is on the current line. |
| short | CLEAR_SCREEN
Operation that clears the screen. |
| short | COMPLETE
Operation that performs completion operation on the current word. |
| String | CR |
| char | CTRL_A |
| char | CTRL_B |
| char | CTRL_C |
| char | CTRL_D |
| char | CTRL_E |
| char | CTRL_F |
| static char | CTRL_K |
| static char | CTRL_L |
| char | CTRL_N |
| static char | CTRL_OB |
| char | CTRL_P |
| static char | CTRL_QM |
| static char | DELETE |
| short | DELETE_META
Operation that |
| short | DELETE_NEXT_CHAR
Operation that deletes the previous character. |
| short | DELETE_PREV_CHAR
Operation that |
| short | DELETE_PREV_WORD
Operation that deletes the previous word in the buffer. |
| static short | END_OF_HISTORY
Operation that moves the current History to the end. |
| short | END_WORD
Operation that |
| short | EXIT
Operation that exits the command prompt. |
| short | INSERT
Operation that toggles insert/overtype |
| char | KEYBOARD_BELL |
| short | KILL_LINE
Operation that deletes the buffer from the current character to the end. |
| short | KILL_LINE_PREV
Operation that deletes the buffer from the cursor to the beginning. |
| short | MOVE_TO_BEG
Operation that moves to the beginning of the buffer. |
| short | MOVE_TO_END
Operation that moves to the end of the buffer. |
| short | NEWLINE
Operation that issues a newline. |
| short | NEXT_CHAR
Operation that moves to the next character in the buffer. |
| short | NEXT_HISTORY
Operation that sets the buffer to the next history item. |
| short | NEXT_SPACE_WORD
Operation that |
| short | NEXT_WORD
Operation that moved to the next word. |
| short | PASTE
Operation that pastes the contents of the clipboard into the line |
| short | PASTE_NEXT
Operation that |
| short | PASTE_PREV
Operation that |
| short | PREV_CHAR
Operation that moved to the previous character in the buffer. |
| short | PREV_HISTORY
Operation that sets the buffer to the previous history item. |
| short | PREV_SPACE_WORD
Operation that moved to the previous whitespace. |
| short | PREV_WORD
Operation that |
| short | REDISPLAY
Operation that redisplays the current buffer. |
| short | REPEAT_NEXT_CHAR
Operation that repeats the character. |
| short | REPEAT_PREV_CHAR
Operation that moves to the previous character in the buffer. |
| short | REPEAT_SEARCH_NEXT
Operation that |
| short | REPEAT_SEARCH_PREV
Operation that |
| short | REPLACE_CHAR
Operation that |
| short | REPLACE_MODE
Operation that |
| char | RESET_LINE |
| short | SEARCH_NEXT
Operation that searches forward in the command history. |
| short | SEARCH_PREV
Operation that searches backwards in the command history. |
| static short | START_OF_HISTORY
Operation that moves the current History to the beginning. |
| short | SUBSTITUTE_CHAR
Operation that |
| short | SUBSTITUTE_LINE
Operation that |
| short | TO_END_WORD
Operation that moved to the end of the current word. |
| short | TO_NEXT_CHAR
Operation that |
| short | TO_PREV_CHAR
Operation that |
| short | UNDO
Operation that undoes the previous operation. |
| short | UNKNOWN
Unknown operation. |