com.ibm.lpex.core
Interface LpexActionConstants
- public interface LpexActionConstants
Editor action constants.
The action id constants are reserved for use by the editor, and differ
between LPEX releases.
To use the editor built-in actions, you should query (and possibly cache),
the id of an action before using it, for example:
int blockCopyId = lpexView.actionId("blockCopy");
lpexView.triggerAction(blockCopyId); |
- See Also:
- LpexView.actionId(String)
ACTION_INVALID
public static final int ACTION_INVALID
- Id for an undefined LPEX action.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_UNDO
public static final int ACTION_ECLIPSE_UNDO
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_REDO
public static final int ACTION_ECLIPSE_REDO
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_CUT
public static final int ACTION_ECLIPSE_CUT
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_COPY
public static final int ACTION_ECLIPSE_COPY
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_PASTE
public static final int ACTION_ECLIPSE_PASTE
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_DELETE
public static final int ACTION_ECLIPSE_DELETE
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_SELECT_ALL
public static final int ACTION_ECLIPSE_SELECT_ALL
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_SHIFT_RIGHT
public static final int ACTION_ECLIPSE_SHIFT_RIGHT
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_SHIFT_LEFT
public static final int ACTION_ECLIPSE_SHIFT_LEFT
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_PRINT
public static final int ACTION_ECLIPSE_PRINT
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_PREFIX
public static final int ACTION_ECLIPSE_PREFIX
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_STRIP_PREFIX
public static final int ACTION_ECLIPSE_STRIP_PREFIX
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_APPEND_TO_ACTION_ARGUMENT
public static final int ACTION_APPEND_TO_ACTION_ARGUMENT
- See Also:
- Constant Field Values
ACTION_BACK_SPACE
public static final int ACTION_BACK_SPACE
- See Also:
- Constant Field Values
ACTION_BACK_SPACE_IN_LINE
public static final int ACTION_BACK_SPACE_IN_LINE
- See Also:
- Constant Field Values
ACTION_BLOCK_COPY
public static final int ACTION_BLOCK_COPY
- See Also:
- Constant Field Values
ACTION_BLOCK_DELETE
public static final int ACTION_BLOCK_DELETE
- See Also:
- Constant Field Values
ACTION_BLOCK_FILL
public static final int ACTION_BLOCK_FILL
- See Also:
- Constant Field Values
ACTION_BLOCK_LOWER_CASE
public static final int ACTION_BLOCK_LOWER_CASE
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_ALL
public static final int ACTION_BLOCK_MARK_ALL
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_BOTTOM
public static final int ACTION_BLOCK_MARK_BOTTOM
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_CHARACTER
public static final int ACTION_BLOCK_MARK_CHARACTER
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_DOWN
public static final int ACTION_BLOCK_MARK_DOWN
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_ELEMENT
public static final int ACTION_BLOCK_MARK_ELEMENT
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_ELEMENT_AT_MOUSE
public static final int ACTION_BLOCK_MARK_ELEMENT_AT_MOUSE
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_END
public static final int ACTION_BLOCK_MARK_END
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_HOME
public static final int ACTION_BLOCK_MARK_HOME
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_LEFT
public static final int ACTION_BLOCK_MARK_LEFT
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_NEXT_WORD
public static final int ACTION_BLOCK_MARK_NEXT_WORD
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_PAGE_DOWN
public static final int ACTION_BLOCK_MARK_PAGE_DOWN
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_PAGE_LEFT
public static final int ACTION_BLOCK_MARK_PAGE_LEFT
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_PAGE_RIGHT
public static final int ACTION_BLOCK_MARK_PAGE_RIGHT
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_PAGE_UP
public static final int ACTION_BLOCK_MARK_PAGE_UP
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_PREV_WORD
public static final int ACTION_BLOCK_MARK_PREV_WORD
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_RECTANGLE
public static final int ACTION_BLOCK_MARK_RECTANGLE
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_RECTANGLE_AT_MOUSE
public static final int ACTION_BLOCK_MARK_RECTANGLE_AT_MOUSE
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_RIGHT
public static final int ACTION_BLOCK_MARK_RIGHT
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_TO_MOUSE
public static final int ACTION_BLOCK_MARK_TO_MOUSE
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_TOP
public static final int ACTION_BLOCK_MARK_TOP
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_UP
public static final int ACTION_BLOCK_MARK_UP
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_WORD
public static final int ACTION_BLOCK_MARK_WORD
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_WORD_AT_MOUSE
public static final int ACTION_BLOCK_MARK_WORD_AT_MOUSE
- See Also:
- Constant Field Values
ACTION_BLOCK_MOVE
public static final int ACTION_BLOCK_MOVE
- See Also:
- Constant Field Values
ACTION_BLOCK_OVERLAY
public static final int ACTION_BLOCK_OVERLAY
- See Also:
- Constant Field Values
ACTION_BLOCK_SHIFT_LEFT
public static final int ACTION_BLOCK_SHIFT_LEFT
- See Also:
- Constant Field Values
ACTION_BLOCK_SHIFT_RIGHT
public static final int ACTION_BLOCK_SHIFT_RIGHT
- See Also:
- Constant Field Values
ACTION_BLOCK_UNMARK
public static final int ACTION_BLOCK_UNMARK
- See Also:
- Constant Field Values
ACTION_BLOCK_UPPER_CASE
public static final int ACTION_BLOCK_UPPER_CASE
- See Also:
- Constant Field Values
ACTION_BOTTOM
public static final int ACTION_BOTTOM
- See Also:
- Constant Field Values
ACTION_CAPITALIZE_WORD
public static final int ACTION_CAPITALIZE_WORD
- See Also:
- Constant Field Values
ACTION_CLEAR_PREFIX
public static final int ACTION_CLEAR_PREFIX
- See Also:
- Constant Field Values
ACTION_COMMAND_LINE
public static final int ACTION_COMMAND_LINE
- See Also:
- Constant Field Values
ACTION_COMPARE
public static final int ACTION_COMPARE
- See Also:
- Constant Field Values
ACTION_COMPARE_CLEAR
public static final int ACTION_COMPARE_CLEAR
- See Also:
- Constant Field Values
ACTION_COMPARE_NEXT
public static final int ACTION_COMPARE_NEXT
- See Also:
- Constant Field Values
ACTION_COMPARE_PREVIOUS
public static final int ACTION_COMPARE_PREVIOUS
- See Also:
- Constant Field Values
ACTION_COMPARE_REFRESH
public static final int ACTION_COMPARE_REFRESH
- See Also:
- Constant Field Values
ACTION_CONTEXT_END
public static final int ACTION_CONTEXT_END
- See Also:
- Constant Field Values
ACTION_CONTEXT_HOME
public static final int ACTION_CONTEXT_HOME
- See Also:
- Constant Field Values
ACTION_COPY
public static final int ACTION_COPY
- See Also:
- Constant Field Values
ACTION_CURSOR_TO_MOUSE
public static final int ACTION_CURSOR_TO_MOUSE
- See Also:
- Constant Field Values
ACTION_CUT
public static final int ACTION_CUT
- See Also:
- Constant Field Values
ACTION_DELETE
public static final int ACTION_DELETE
- See Also:
- Constant Field Values
ACTION_DELETE_BLANK_LINES
public static final int ACTION_DELETE_BLANK_LINES
- See Also:
- Constant Field Values
ACTION_DELETE_IN_LINE
public static final int ACTION_DELETE_IN_LINE
- See Also:
- Constant Field Values
ACTION_DELETE_LINE
public static final int ACTION_DELETE_LINE
- See Also:
- Constant Field Values
ACTION_DELETE_NEXT_WORD
public static final int ACTION_DELETE_NEXT_WORD
- See Also:
- Constant Field Values
ACTION_DELETE_PREV_WORD
public static final int ACTION_DELETE_PREV_WORD
- See Also:
- Constant Field Values
ACTION_DELETE_TO_LINE_START
public static final int ACTION_DELETE_TO_LINE_START
- See Also:
- Constant Field Values
ACTION_DELETE_WHITE_SPACE
public static final int ACTION_DELETE_WHITE_SPACE
- See Also:
- Constant Field Values
ACTION_DOWN
public static final int ACTION_DOWN
- See Also:
- Constant Field Values
ACTION_DUPLICATE_LINE
public static final int ACTION_DUPLICATE_LINE
- See Also:
- Constant Field Values
ACTION_END
public static final int ACTION_END
- See Also:
- Constant Field Values
ACTION_EXCLUDE_SELECTION
public static final int ACTION_EXCLUDE_SELECTION
- See Also:
- Constant Field Values
ACTION_EXEC_COMMAND
public static final int ACTION_EXEC_COMMAND
- See Also:
- Constant Field Values
ACTION_EXPAND_HIDE_AT_MOUSE
public static final int ACTION_EXPAND_HIDE_AT_MOUSE
- See Also:
- Constant Field Values
ACTION_FILTER_SELECTION
public static final int ACTION_FILTER_SELECTION
- See Also:
- Constant Field Values
ACTION_FIND
public static final int ACTION_FIND
- See Also:
- Constant Field Values
ACTION_FIND_AND_REPLACE
public static final int ACTION_FIND_AND_REPLACE
- See Also:
- Constant Field Values
ACTION_FIND_AND_REPLACE_NEXT
public static final int ACTION_FIND_AND_REPLACE_NEXT
- See Also:
- Constant Field Values
ACTION_FIND_AND_REPLACE_UP
public static final int ACTION_FIND_AND_REPLACE_UP
- See Also:
- Constant Field Values
ACTION_FIND_BLOCK_END
public static final int ACTION_FIND_BLOCK_END
- See Also:
- Constant Field Values
ACTION_FIND_BLOCK_START
public static final int ACTION_FIND_BLOCK_START
- See Also:
- Constant Field Values
ACTION_FIND_LAST_CHANGE
public static final int ACTION_FIND_LAST_CHANGE
- See Also:
- Constant Field Values
ACTION_FIND_MARK
public static final int ACTION_FIND_MARK
- See Also:
- Constant Field Values
ACTION_FIND_MATCH
public static final int ACTION_FIND_MATCH
- See Also:
- Constant Field Values
ACTION_FIND_NEXT
public static final int ACTION_FIND_NEXT
- See Also:
- Constant Field Values
ACTION_FIND_QUICK_MARK
public static final int ACTION_FIND_QUICK_MARK
- See Also:
- Constant Field Values
ACTION_FIND_SELECTION
public static final int ACTION_FIND_SELECTION
- See Also:
- Constant Field Values
ACTION_FIND_UP
public static final int ACTION_FIND_UP
- See Also:
- Constant Field Values
ACTION_GET
public static final int ACTION_GET
- See Also:
- Constant Field Values
ACTION_HELP
public static final int ACTION_HELP
- See Also:
- Constant Field Values
ACTION_HEX_EDIT_LINE
public static final int ACTION_HEX_EDIT_LINE
- See Also:
- Constant Field Values
ACTION_HOME
public static final int ACTION_HOME
- See Also:
- Constant Field Values
ACTION_INDENT_TEXT
public static final int ACTION_INDENT_TEXT
- See Also:
- Constant Field Values
ACTION_INSERT_DECIMAL_SEPARATOR
public static final int ACTION_INSERT_DECIMAL_SEPARATOR
- See Also:
- Constant Field Values
ACTION_INSERT_FILE_NAME
public static final int ACTION_INSERT_FILE_NAME
- See Also:
- Constant Field Values
ACTION_INSERT_LEFT_BRACE
public static final int ACTION_INSERT_LEFT_BRACE
- See Also:
- Constant Field Values
ACTION_INSERT_NOT
public static final int ACTION_INSERT_NOT
- See Also:
- Constant Field Values
ACTION_INSERT_RIGHT_BRACE
public static final int ACTION_INSERT_RIGHT_BRACE
- See Also:
- Constant Field Values
ACTION_INSERT_TAB
public static final int ACTION_INSERT_TAB
- See Also:
- Constant Field Values
ACTION_INSERT_TO_TAB
public static final int ACTION_INSERT_TO_TAB
- See Also:
- Constant Field Values
ACTION_JOIN
public static final int ACTION_JOIN
- See Also:
- Constant Field Values
ACTION_KEY_RECORDER_PLAY
public static final int ACTION_KEY_RECORDER_PLAY
- See Also:
- Constant Field Values
ACTION_KEY_RECORDER_START
public static final int ACTION_KEY_RECORDER_START
- See Also:
- Constant Field Values
ACTION_KEY_RECORDER_STOP
public static final int ACTION_KEY_RECORDER_STOP
- See Also:
- Constant Field Values
ACTION_KILL_LINE
public static final int ACTION_KILL_LINE
- See Also:
- Constant Field Values
ACTION_KILL_REGION
public static final int ACTION_KILL_REGION
- See Also:
- Constant Field Values
ACTION_LEFT
public static final int ACTION_LEFT
- See Also:
- Constant Field Values
ACTION_LOCATE_LINE
public static final int ACTION_LOCATE_LINE
- See Also:
- Constant Field Values
ACTION_LOCATE_SEQUENCE_LINE
public static final int ACTION_LOCATE_SEQUENCE_LINE
- See Also:
- Constant Field Values
ACTION_LOWER_CASE_REGION
public static final int ACTION_LOWER_CASE_REGION
- See Also:
- Constant Field Values
ACTION_LOWER_CASE_WORD
public static final int ACTION_LOWER_CASE_WORD
- See Also:
- Constant Field Values
ACTION_MATCH
public static final int ACTION_MATCH
- See Also:
- Constant Field Values
ACTION_NAME_MARK
public static final int ACTION_NAME_MARK
- See Also:
- Constant Field Values
ACTION_NEW_LINE
public static final int ACTION_NEW_LINE
- See Also:
- Constant Field Values
ACTION_NEXT_TAB_STOP
public static final int ACTION_NEXT_TAB_STOP
- See Also:
- Constant Field Values
ACTION_NEXT_WORD
public static final int ACTION_NEXT_WORD
- See Also:
- Constant Field Values
ACTION_NULL_ACTION
public static final int ACTION_NULL_ACTION
- See Also:
- Constant Field Values
ACTION_ONE_SPACE
public static final int ACTION_ONE_SPACE
- See Also:
- Constant Field Values
ACTION_OPEN_LINE
public static final int ACTION_OPEN_LINE
- See Also:
- Constant Field Values
ACTION_PAGE_DOWN
public static final int ACTION_PAGE_DOWN
- See Also:
- Constant Field Values
ACTION_PAGE_LEFT
public static final int ACTION_PAGE_LEFT
- See Also:
- Constant Field Values
ACTION_PAGE_RIGHT
public static final int ACTION_PAGE_RIGHT
- See Also:
- Constant Field Values
ACTION_PAGE_UP
public static final int ACTION_PAGE_UP
- See Also:
- Constant Field Values
ACTION_PASTE
public static final int ACTION_PASTE
- See Also:
- Constant Field Values
ACTION_PASTE_OVERLAY
public static final int ACTION_PASTE_OVERLAY
- See Also:
- Constant Field Values
ACTION_POPUP_AT_CURSOR
public static final int ACTION_POPUP_AT_CURSOR
- See Also:
- Constant Field Values
ACTION_POPUP_AT_MOUSE
public static final int ACTION_POPUP_AT_MOUSE
- See Also:
- Constant Field Values
ACTION_PREFERENCES
public static final int ACTION_PREFERENCES
- See Also:
- Constant Field Values
ACTION_PREFIX_BACK_SPACE
public static final int ACTION_PREFIX_BACK_SPACE
- See Also:
- Constant Field Values
ACTION_PREFIX_DELETE
public static final int ACTION_PREFIX_DELETE
- See Also:
- Constant Field Values
ACTION_PREFIX_END
public static final int ACTION_PREFIX_END
- See Also:
- Constant Field Values
ACTION_PREFIX_HOME
public static final int ACTION_PREFIX_HOME
- See Also:
- Constant Field Values
ACTION_PREFIX_LEFT
public static final int ACTION_PREFIX_LEFT
- See Also:
- Constant Field Values
ACTION_PREFIX_RIGHT
public static final int ACTION_PREFIX_RIGHT
- See Also:
- Constant Field Values
ACTION_PREFIX_TRUNCATE
public static final int ACTION_PREFIX_TRUNCATE
- See Also:
- Constant Field Values
ACTION_PREV_TAB_STOP
public static final int ACTION_PREV_TAB_STOP
- See Also:
- Constant Field Values
ACTION_PREV_WORD
public static final int ACTION_PREV_WORD
- See Also:
- Constant Field Values
ACTION_PRINT
public static final int ACTION_PRINT
- See Also:
- Constant Field Values
ACTION_PROCESS_PREFIX
public static final int ACTION_PROCESS_PREFIX
- See Also:
- Constant Field Values
ACTION_REDO
public static final int ACTION_REDO
- See Also:
- Constant Field Values
ACTION_RELOAD
public static final int ACTION_RELOAD
- See Also:
- Constant Field Values
ACTION_RENAME
public static final int ACTION_RENAME
- See Also:
- Constant Field Values
ACTION_RESTORE_PREFIX
public static final int ACTION_RESTORE_PREFIX
- See Also:
- Constant Field Values
ACTION_RIGHT
public static final int ACTION_RIGHT
- See Also:
- Constant Field Values
ACTION_SAVE
public static final int ACTION_SAVE
- See Also:
- Constant Field Values
ACTION_SAVE_AS
public static final int ACTION_SAVE_AS
- See Also:
- Constant Field Values
ACTION_SAVE_TO_WRITER
public static final int ACTION_SAVE_TO_WRITER
- See Also:
- Constant Field Values
ACTION_SCROLL_BOTTOM
public static final int ACTION_SCROLL_BOTTOM
- See Also:
- Constant Field Values
ACTION_SCROLL_CENTER
public static final int ACTION_SCROLL_CENTER
- See Also:
- Constant Field Values
ACTION_SCROLL_DOWN
public static final int ACTION_SCROLL_DOWN
- See Also:
- Constant Field Values
ACTION_SCROLL_MESSAGE_LEFT
public static final int ACTION_SCROLL_MESSAGE_LEFT
- See Also:
- Constant Field Values
ACTION_SCROLL_MESSAGE_RIGHT
public static final int ACTION_SCROLL_MESSAGE_RIGHT
- See Also:
- Constant Field Values
ACTION_SCROLL_TOP
public static final int ACTION_SCROLL_TOP
- See Also:
- Constant Field Values
ACTION_SCROLL_UP
public static final int ACTION_SCROLL_UP
- See Also:
- Constant Field Values
ACTION_SET_ACTION_ARGUMENT
public static final int ACTION_SET_ACTION_ARGUMENT
- See Also:
- Constant Field Values
ACTION_SET_PARSER
public static final int ACTION_SET_PARSER
- See Also:
- Constant Field Values
ACTION_SET_QUICK_MARK
public static final int ACTION_SET_QUICK_MARK
- See Also:
- Constant Field Values
ACTION_SET_QUICK_MARK_ALL
public static final int ACTION_SET_QUICK_MARK_ALL
- See Also:
- Constant Field Values
ACTION_SET_QUICK_MARK_WORD
public static final int ACTION_SET_QUICK_MARK_WORD
- See Also:
- Constant Field Values
ACTION_SHOW_ALL
public static final int ACTION_SHOW_ALL
- See Also:
- Constant Field Values
ACTION_SPLIT
public static final int ACTION_SPLIT
- See Also:
- Constant Field Values
ACTION_SPLIT_AND_SHIFT
public static final int ACTION_SPLIT_AND_SHIFT
- See Also:
- Constant Field Values
ACTION_SPLIT_LINE
public static final int ACTION_SPLIT_LINE
- See Also:
- Constant Field Values
ACTION_TEXT_WINDOW
public static final int ACTION_TEXT_WINDOW
- See Also:
- Constant Field Values
ACTION_TOGGLE_CASE_SENSITIVE
public static final int ACTION_TOGGLE_CASE_SENSITIVE
- See Also:
- Constant Field Values
ACTION_TOGGLE_INSERT
public static final int ACTION_TOGGLE_INSERT
- See Also:
- Constant Field Values
ACTION_TOGGLE_KEY_RECORDING
public static final int ACTION_TOGGLE_KEY_RECORDING
- See Also:
- Constant Field Values
ACTION_TOGGLE_REGULAR_EXPRESSION
public static final int ACTION_TOGGLE_REGULAR_EXPRESSION
- See Also:
- Constant Field Values
ACTION_TOP
public static final int ACTION_TOP
- See Also:
- Constant Field Values
ACTION_TRANSPOSE_CHARACTERS
public static final int ACTION_TRANSPOSE_CHARACTERS
- See Also:
- Constant Field Values
ACTION_TRANSPOSE_LINES
public static final int ACTION_TRANSPOSE_LINES
- See Also:
- Constant Field Values
ACTION_TRANSPOSE_WORDS
public static final int ACTION_TRANSPOSE_WORDS
- See Also:
- Constant Field Values
ACTION_TRUNCATE
public static final int ACTION_TRUNCATE
- See Also:
- Constant Field Values
ACTION_UNDO
public static final int ACTION_UNDO
- See Also:
- Constant Field Values
ACTION_UP
public static final int ACTION_UP
- See Also:
- Constant Field Values
ACTION_UPPER_CASE_REGION
public static final int ACTION_UPPER_CASE_REGION
- See Also:
- Constant Field Values
ACTION_UPPER_CASE_WORD
public static final int ACTION_UPPER_CASE_WORD
- See Also:
- Constant Field Values
ACTION_WINDOW_BOTTOM
public static final int ACTION_WINDOW_BOTTOM
- See Also:
- Constant Field Values
ACTION_WINDOW_TOP
public static final int ACTION_WINDOW_TOP
- See Also:
- Constant Field Values
ACTION_WORD_END
public static final int ACTION_WORD_END
- See Also:
- Constant Field Values
ACTION_WORD_START
public static final int ACTION_WORD_START
- See Also:
- Constant Field Values
ACTION_YANK
public static final int ACTION_YANK
- See Also:
- Constant Field Values
ACTION_YANK_PREVIOUS
public static final int ACTION_YANK_PREVIOUS
- See Also:
- Constant Field Values
ACTION_USER
public static final int ACTION_USER
- First id assigned to user-defined actions.
- See Also:
- Constant Field Values