Constant | Description |
static int COLUMN_NEXT | Moves the caret to the next column. |
static int COLUMN_PREVIOUS | Moves the caret to the previous column. |
static int COPY | Copies the currently selected text to the clipboard. |
static int CUT | Cuts the currently selected text to the clipboard. |
static int DELETE_NEXT | Deletes the next character. |
static int DELETE_PREVIOUS | Deletes the previous character. |
static int DELETE_WORD_NEXT | Deletes the next word. |
static int DELETE_WORD_PREVIOUS | Deletes the previous word. |
static int LINE_DOWN | Moves the caret down one line. |
static int LINE_END | Moves the caret to the end of the current line. |
static int LINE_START | Moves the caret to the start of the current line. |
static int LINE_UP | Moves the caret up one line. |
static int PAGE_DOWN | Moves the caret down one page. |
static int PAGE_UP | Moves the caret up one page. |
static int PASTE | Pastes the text from the clipboard to the current caret position. |
static int SELECT_COLUMN_NEXT | Selects the character in the next column and moves the caret to the next column. |
static int SELECT_COLUMN_PREVIOUS | Selects the character in the previous column and moves the caret to the previous column. |
static int SELECT_LINE_DOWN | Moves the caret down one line, selecting the text between the previous caret position and the new caret position. |
static int SELECT_LINE_END | Moves the caret to the end of the current line, selecting the text between the previous caret position and the new caret position. |
static int SELECT_LINE_START | Moves the caret to the start of the current line, selecting the text between the previous caret position and the new caret position. |
static int SELECT_LINE_UP | Moves the caret up one line, selecting the text between the previous caret position and the new caret position. |
static int SELECT_PAGE_DOWN | Moves the caret down one page, selecting the text between the previous caret position and the new caret position. |
static int SELECT_PAGE_UP | Moves the caret up one page, selecting the text between the previous caret position and the new caret position. |
static int SELECT_TEXT_END | Moves the caret to the end of the text, selecting the text between the previous caret position and the new caret position. |
static int SELECT_TEXT_START | Moves the caret to the start of the text, selecting the text between the previous caret position and the new caret position. |
static int SELECT_WINDOW_END | Moves the caret to the end of the text currently displayed in the window, selecting the text between the previous caret position and the new caret position. |
static int SELECT_WINDOW_START | Moves the caret to the start of the text currently displayed in the window, selecting the text between the previous caret position and the new caret position. |
static int SELECT_WORD_NEXT | Moves the caret to the next word, selecting the text between the previous caret position and the new caret position. |
static int SELECT_WORD_PREVIOUS | Moves the caret to the previous word, selecting the text between the previous caret position and the new caret position. |
static int TEXT_END | Moves the caret to the end of the text. |
static int TEXT_START | Moves the caret to the start of the text. |
static int TOGGLE_OVERWRITE | Toggles the insert/overwrite flag. |
static int WINDOW_END | Moves the caret to the end of the text currently displayed in the window. |
static int WINDOW_START | Moves the caret to the start of the text currently displayed in the window. |
static int WORD_NEXT | Moves the caret to the next word. |
static int WORD_PREVIOUS | Moves the caret to the previous word. |