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