|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EditCommands
Defines the various commands handled by our text editing components.
| Field Summary | |
|---|---|
static int |
ACTION
A text editing command. |
static int |
BACKSPACE
A text editing command. |
static int |
CLEAR
A text editing command. |
static int |
COPY
A text editing command. |
static int |
CURSOR_DOWN
A text editing command. |
static int |
CURSOR_LEFT
A text editing command. |
static int |
CURSOR_RIGHT
A text editing command. |
static int |
CURSOR_UP
A text editing command. |
static int |
CUT
A text editing command. |
static int |
DELETE
A text editing command. |
static int |
END_OF_LINE
A text editing command. |
static int |
PASTE
A text editing command. |
static int |
REDO
A text editing command. |
static int |
RELEASE_FOCUS
A text editing command. |
static int |
START_OF_LINE
A text editing command. |
static int |
UNDO
A text editing command. |
static int |
WORD_LEFT
A text editing command. |
static int |
WORD_RIGHT
A text editing command. |
| Field Detail |
|---|
static final int ACTION
static final int BACKSPACE
static final int DELETE
static final int CURSOR_LEFT
static final int CURSOR_RIGHT
static final int CURSOR_UP
static final int CURSOR_DOWN
static final int WORD_LEFT
static final int WORD_RIGHT
static final int START_OF_LINE
static final int END_OF_LINE
static final int RELEASE_FOCUS
static final int CLEAR
static final int CUT
static final int COPY
static final int PASTE
static final int UNDO
static final int REDO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||