com.ibm.lpex.core
Interface LpexActionConstants
public interface LpexActionConstants
Editor action constants.
Note: 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 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
static final int ACTION_INVALID
- Id for an undefined LPEX action.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_UNDO
static final int ACTION_ECLIPSE_UNDO
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_REDO
static final int ACTION_ECLIPSE_REDO
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_CUT
static final int ACTION_ECLIPSE_CUT
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_COPY
static final int ACTION_ECLIPSE_COPY
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_PASTE
static final int ACTION_ECLIPSE_PASTE
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_DELETE
static final int ACTION_ECLIPSE_DELETE
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_SELECT_ALL
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
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
static final int ACTION_ECLIPSE_SHIFT_LEFT
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_PRINT
static final int ACTION_ECLIPSE_PRINT
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_PREFIX
static final int ACTION_ECLIPSE_PREFIX
- Action id reserved for compatibility with Eclipse platform actions.
- See Also:
- Constant Field Values
ACTION_ECLIPSE_STRIP_PREFIX
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
static final int ACTION_APPEND_TO_ACTION_ARGUMENT
- See Also:
- Constant Field Values
ACTION_BACK_SPACE
static final int ACTION_BACK_SPACE
- See Also:
- Constant Field Values
ACTION_BACK_SPACE_IN_LINE
static final int ACTION_BACK_SPACE_IN_LINE
- See Also:
- Constant Field Values
ACTION_BLOCK_COPY
static final int ACTION_BLOCK_COPY
- See Also:
- Constant Field Values
ACTION_BLOCK_DELETE
static final int ACTION_BLOCK_DELETE
- See Also:
- Constant Field Values
ACTION_BLOCK_FILL
static final int ACTION_BLOCK_FILL
- See Also:
- Constant Field Values
ACTION_BLOCK_LOWER_CASE
static final int ACTION_BLOCK_LOWER_CASE
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_ALL
static final int ACTION_BLOCK_MARK_ALL
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_BOTTOM
static final int ACTION_BLOCK_MARK_BOTTOM
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_CHARACTER
static final int ACTION_BLOCK_MARK_CHARACTER
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_DOWN
static final int ACTION_BLOCK_MARK_DOWN
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_ELEMENT
static final int ACTION_BLOCK_MARK_ELEMENT
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_ELEMENT_AT_MOUSE
static final int ACTION_BLOCK_MARK_ELEMENT_AT_MOUSE
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_END
static final int ACTION_BLOCK_MARK_END
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_HOME
static final int ACTION_BLOCK_MARK_HOME
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_LEFT
static final int ACTION_BLOCK_MARK_LEFT
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_NEXT_WORD
static final int ACTION_BLOCK_MARK_NEXT_WORD
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_PAGE_DOWN
static final int ACTION_BLOCK_MARK_PAGE_DOWN
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_PAGE_LEFT
static final int ACTION_BLOCK_MARK_PAGE_LEFT
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_PAGE_RIGHT
static final int ACTION_BLOCK_MARK_PAGE_RIGHT
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_PAGE_UP
static final int ACTION_BLOCK_MARK_PAGE_UP
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_PREV_WORD
static final int ACTION_BLOCK_MARK_PREV_WORD
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_RECTANGLE
static final int ACTION_BLOCK_MARK_RECTANGLE
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_RECTANGLE_AT_MOUSE
static final int ACTION_BLOCK_MARK_RECTANGLE_AT_MOUSE
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_RIGHT
static final int ACTION_BLOCK_MARK_RIGHT
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_TO_MOUSE
static final int ACTION_BLOCK_MARK_TO_MOUSE
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_TOP
static final int ACTION_BLOCK_MARK_TOP
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_UP
static final int ACTION_BLOCK_MARK_UP
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_WORD
static final int ACTION_BLOCK_MARK_WORD
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_WORD_AT_MOUSE
static final int ACTION_BLOCK_MARK_WORD_AT_MOUSE
- See Also:
- Constant Field Values
ACTION_BLOCK_MOVE
static final int ACTION_BLOCK_MOVE
- See Also:
- Constant Field Values
ACTION_BLOCK_OVERLAY
static final int ACTION_BLOCK_OVERLAY
- See Also:
- Constant Field Values
ACTION_BLOCK_SHIFT_LEFT
static final int ACTION_BLOCK_SHIFT_LEFT
- See Also:
- Constant Field Values
ACTION_BLOCK_SHIFT_RIGHT
static final int ACTION_BLOCK_SHIFT_RIGHT
- See Also:
- Constant Field Values
ACTION_BLOCK_UNMARK
static final int ACTION_BLOCK_UNMARK
- See Also:
- Constant Field Values
ACTION_BLOCK_UPPER_CASE
static final int ACTION_BLOCK_UPPER_CASE
- See Also:
- Constant Field Values
ACTION_BOTTOM
static final int ACTION_BOTTOM
- See Also:
- Constant Field Values
ACTION_CAPITALIZE_WORD
static final int ACTION_CAPITALIZE_WORD
- See Also:
- Constant Field Values
ACTION_CLEAR_PREFIX
static final int ACTION_CLEAR_PREFIX
- See Also:
- Constant Field Values
ACTION_COMMAND_LINE
static final int ACTION_COMMAND_LINE
- See Also:
- Constant Field Values
ACTION_COMPARE
static final int ACTION_COMPARE
- See Also:
- Constant Field Values
ACTION_COMPARE_ALL_BLANKS
static final int ACTION_COMPARE_ALL_BLANKS
- See Also:
- Constant Field Values
ACTION_COMPARE_CASE
static final int ACTION_COMPARE_CASE
- See Also:
- Constant Field Values
ACTION_COMPARE_CLEAR
static final int ACTION_COMPARE_CLEAR
- See Also:
- Constant Field Values
ACTION_COMPARE_COMMENTS
static final int ACTION_COMPARE_COMMENTS
- See Also:
- Constant Field Values
ACTION_COMPARE_LEADING_BLANKS
static final int ACTION_COMPARE_LEADING_BLANKS
- See Also:
- Constant Field Values
ACTION_COMPARE_NEXT
static final int ACTION_COMPARE_NEXT
- See Also:
- Constant Field Values
ACTION_COMPARE_PREVIOUS
static final int ACTION_COMPARE_PREVIOUS
- See Also:
- Constant Field Values
ACTION_COMPARE_REFRESH
static final int ACTION_COMPARE_REFRESH
- See Also:
- Constant Field Values
ACTION_COMPARE_SEQUENCE_NUMBERS
static final int ACTION_COMPARE_SEQUENCE_NUMBERS
- See Also:
- Constant Field Values
ACTION_COMPARE_TRAILING_BLANKS
static final int ACTION_COMPARE_TRAILING_BLANKS
- See Also:
- Constant Field Values
ACTION_CONTEXT_END
static final int ACTION_CONTEXT_END
- See Also:
- Constant Field Values
ACTION_CONTEXT_HOME
static final int ACTION_CONTEXT_HOME
- See Also:
- Constant Field Values
ACTION_COPY
static final int ACTION_COPY
- See Also:
- Constant Field Values
ACTION_CURSOR_TO_MOUSE
static final int ACTION_CURSOR_TO_MOUSE
- See Also:
- Constant Field Values
ACTION_CUT
static final int ACTION_CUT
- See Also:
- Constant Field Values
ACTION_DELETE
static final int ACTION_DELETE
- See Also:
- Constant Field Values
ACTION_DELETE_BLANK_LINES
static final int ACTION_DELETE_BLANK_LINES
- See Also:
- Constant Field Values
ACTION_DELETE_IN_LINE
static final int ACTION_DELETE_IN_LINE
- See Also:
- Constant Field Values
ACTION_DELETE_LINE
static final int ACTION_DELETE_LINE
- See Also:
- Constant Field Values
ACTION_DELETE_NEXT_WORD
static final int ACTION_DELETE_NEXT_WORD
- See Also:
- Constant Field Values
ACTION_DELETE_PREV_WORD
static final int ACTION_DELETE_PREV_WORD
- See Also:
- Constant Field Values
ACTION_DELETE_TO_LINE_START
static final int ACTION_DELETE_TO_LINE_START
- See Also:
- Constant Field Values
ACTION_DELETE_WHITE_SPACE
static final int ACTION_DELETE_WHITE_SPACE
- See Also:
- Constant Field Values
ACTION_DOWN
static final int ACTION_DOWN
- See Also:
- Constant Field Values
ACTION_DUPLICATE_LINE
static final int ACTION_DUPLICATE_LINE
- See Also:
- Constant Field Values
ACTION_END
static final int ACTION_END
- See Also:
- Constant Field Values
ACTION_ENTER_DECIMAL_SEPARATOR
static final int ACTION_ENTER_DECIMAL_SEPARATOR
- See Also:
- Constant Field Values
ACTION_EXCLUDE_SELECTION
static final int ACTION_EXCLUDE_SELECTION
- See Also:
- Constant Field Values
ACTION_EXEC_COMMAND
static final int ACTION_EXEC_COMMAND
- See Also:
- Constant Field Values
ACTION_EXPAND_HIDE_AT_MOUSE
static final int ACTION_EXPAND_HIDE_AT_MOUSE
- See Also:
- Constant Field Values
ACTION_FILTER_OVERFLOW
static final int ACTION_FILTER_OVERFLOW
- See Also:
- Constant Field Values
ACTION_FILTER_SELECTION
static final int ACTION_FILTER_SELECTION
- See Also:
- Constant Field Values
ACTION_FIND
static final int ACTION_FIND
- See Also:
- Constant Field Values
ACTION_FIND_AND_REPLACE
static final int ACTION_FIND_AND_REPLACE
- See Also:
- Constant Field Values
ACTION_FIND_AND_REPLACE_NEXT
static final int ACTION_FIND_AND_REPLACE_NEXT
- See Also:
- Constant Field Values
ACTION_FIND_AND_REPLACE_UP
static final int ACTION_FIND_AND_REPLACE_UP
- See Also:
- Constant Field Values
ACTION_FIND_BLOCK_END
static final int ACTION_FIND_BLOCK_END
- See Also:
- Constant Field Values
ACTION_FIND_BLOCK_START
static final int ACTION_FIND_BLOCK_START
- See Also:
- Constant Field Values
ACTION_FIND_LAST_CHANGE
static final int ACTION_FIND_LAST_CHANGE
- See Also:
- Constant Field Values
ACTION_FIND_MARK
static final int ACTION_FIND_MARK
- See Also:
- Constant Field Values
ACTION_FIND_MATCH
static final int ACTION_FIND_MATCH
- See Also:
- Constant Field Values
ACTION_FIND_NEXT
static final int ACTION_FIND_NEXT
- See Also:
- Constant Field Values
ACTION_FIND_QUICK_MARK
static final int ACTION_FIND_QUICK_MARK
- See Also:
- Constant Field Values
ACTION_FIND_SELECTION
static final int ACTION_FIND_SELECTION
- See Also:
- Constant Field Values
ACTION_FIND_UP
static final int ACTION_FIND_UP
- See Also:
- Constant Field Values
ACTION_GET
static final int ACTION_GET
- See Also:
- Constant Field Values
ACTION_HELP
static final int ACTION_HELP
- See Also:
- Constant Field Values
ACTION_HEX_EDIT_LINE
static final int ACTION_HEX_EDIT_LINE
- See Also:
- Constant Field Values
ACTION_HOME
static final int ACTION_HOME
- See Also:
- Constant Field Values
ACTION_INDENT_TEXT
static final int ACTION_INDENT_TEXT
- See Also:
- Constant Field Values
ACTION_INSERT_DECIMAL_SEPARATOR
static final int ACTION_INSERT_DECIMAL_SEPARATOR
- See Also:
- Constant Field Values
ACTION_INSERT_FILE_NAME
static final int ACTION_INSERT_FILE_NAME
- See Also:
- Constant Field Values
ACTION_INSERT_LEFT_BRACE
static final int ACTION_INSERT_LEFT_BRACE
- See Also:
- Constant Field Values
ACTION_INSERT_LTR_MARK
static final int ACTION_INSERT_LTR_MARK
- See Also:
- Constant Field Values
ACTION_INSERT_NOT
static final int ACTION_INSERT_NOT
- See Also:
- Constant Field Values
ACTION_INSERT_RIGHT_BRACE
static final int ACTION_INSERT_RIGHT_BRACE
- See Also:
- Constant Field Values
ACTION_INSERT_RTL_MARK
static final int ACTION_INSERT_RTL_MARK
- See Also:
- Constant Field Values
ACTION_INSERT_TAB
static final int ACTION_INSERT_TAB
- See Also:
- Constant Field Values
ACTION_INSERT_TO_TAB
static final int ACTION_INSERT_TO_TAB
- See Also:
- Constant Field Values
ACTION_JOIN
static final int ACTION_JOIN
- See Also:
- Constant Field Values
ACTION_KEY_RECORDER_PLAY
static final int ACTION_KEY_RECORDER_PLAY
- See Also:
- Constant Field Values
ACTION_KEY_RECORDER_START
static final int ACTION_KEY_RECORDER_START
- See Also:
- Constant Field Values
ACTION_KEY_RECORDER_STOP
static final int ACTION_KEY_RECORDER_STOP
- See Also:
- Constant Field Values
ACTION_KILL_LINE
static final int ACTION_KILL_LINE
- See Also:
- Constant Field Values
ACTION_KILL_REGION
static final int ACTION_KILL_REGION
- See Also:
- Constant Field Values
ACTION_LEFT
static final int ACTION_LEFT
- See Also:
- Constant Field Values
ACTION_LOCATE_LINE
static final int ACTION_LOCATE_LINE
- See Also:
- Constant Field Values
ACTION_LOCATE_SEQUENCE_LINE
static final int ACTION_LOCATE_SEQUENCE_LINE
- See Also:
- Constant Field Values
ACTION_LOWER_CASE_REGION
static final int ACTION_LOWER_CASE_REGION
- See Also:
- Constant Field Values
ACTION_LOWER_CASE_WORD
static final int ACTION_LOWER_CASE_WORD
- See Also:
- Constant Field Values
ACTION_MATCH
static final int ACTION_MATCH
- See Also:
- Constant Field Values
ACTION_NAME_MARK
static final int ACTION_NAME_MARK
- See Also:
- Constant Field Values
ACTION_NEW_LINE
static final int ACTION_NEW_LINE
- See Also:
- Constant Field Values
ACTION_NEXT_TAB_STOP
static final int ACTION_NEXT_TAB_STOP
- See Also:
- Constant Field Values
ACTION_NEXT_WORD
static final int ACTION_NEXT_WORD
- See Also:
- Constant Field Values
ACTION_NULL_ACTION
static final int ACTION_NULL_ACTION
- See Also:
- Constant Field Values
ACTION_ONE_SPACE
static final int ACTION_ONE_SPACE
- See Also:
- Constant Field Values
ACTION_OPEN_LINE
static final int ACTION_OPEN_LINE
- See Also:
- Constant Field Values
ACTION_PAGE_DOWN
static final int ACTION_PAGE_DOWN
- See Also:
- Constant Field Values
ACTION_PAGE_LEFT
static final int ACTION_PAGE_LEFT
- See Also:
- Constant Field Values
ACTION_PAGE_RIGHT
static final int ACTION_PAGE_RIGHT
- See Also:
- Constant Field Values
ACTION_PAGE_UP
static final int ACTION_PAGE_UP
- See Also:
- Constant Field Values
ACTION_PASTE
static final int ACTION_PASTE
- See Also:
- Constant Field Values
ACTION_PASTE_OVERLAY
static final int ACTION_PASTE_OVERLAY
- See Also:
- Constant Field Values
ACTION_PENDING_COMMAND
static final int ACTION_PENDING_COMMAND
- See Also:
- Constant Field Values
ACTION_POPUP_AT_CURSOR
static final int ACTION_POPUP_AT_CURSOR
- See Also:
- Constant Field Values
ACTION_POPUP_AT_MOUSE
static final int ACTION_POPUP_AT_MOUSE
- See Also:
- Constant Field Values
ACTION_PREFERENCES
static final int ACTION_PREFERENCES
- See Also:
- Constant Field Values
ACTION_PREFIX_BACK_SPACE
static final int ACTION_PREFIX_BACK_SPACE
- See Also:
- Constant Field Values
ACTION_PREFIX_DELETE
static final int ACTION_PREFIX_DELETE
- See Also:
- Constant Field Values
ACTION_PREFIX_END
static final int ACTION_PREFIX_END
- See Also:
- Constant Field Values
ACTION_PREFIX_HOME
static final int ACTION_PREFIX_HOME
- See Also:
- Constant Field Values
ACTION_PREFIX_LEFT
static final int ACTION_PREFIX_LEFT
- See Also:
- Constant Field Values
ACTION_PREFIX_RIGHT
static final int ACTION_PREFIX_RIGHT
- See Also:
- Constant Field Values
ACTION_PREFIX_TRUNCATE
static final int ACTION_PREFIX_TRUNCATE
- See Also:
- Constant Field Values
ACTION_PREV_TAB_STOP
static final int ACTION_PREV_TAB_STOP
- See Also:
- Constant Field Values
ACTION_PREV_WORD
static final int ACTION_PREV_WORD
- See Also:
- Constant Field Values
ACTION_PRINT
static final int ACTION_PRINT
- See Also:
- Constant Field Values
ACTION_PRINT_COMPARE
static final int ACTION_PRINT_COMPARE
- See Also:
- Constant Field Values
ACTION_PROCESS_PREFIX
static final int ACTION_PROCESS_PREFIX
- See Also:
- Constant Field Values
ACTION_REDO
static final int ACTION_REDO
- See Also:
- Constant Field Values
ACTION_RELOAD
static final int ACTION_RELOAD
- See Also:
- Constant Field Values
ACTION_RENAME
static final int ACTION_RENAME
- See Also:
- Constant Field Values
ACTION_RESTORE_PREFIX
static final int ACTION_RESTORE_PREFIX
- See Also:
- Constant Field Values
ACTION_RIGHT
static final int ACTION_RIGHT
- See Also:
- Constant Field Values
ACTION_SAVE
static final int ACTION_SAVE
- See Also:
- Constant Field Values
ACTION_SAVE_AS
static final int ACTION_SAVE_AS
- See Also:
- Constant Field Values
ACTION_SAVE_TO_WRITER
static final int ACTION_SAVE_TO_WRITER
- See Also:
- Constant Field Values
ACTION_SCROLL_BOTTOM
static final int ACTION_SCROLL_BOTTOM
- See Also:
- Constant Field Values
ACTION_SCROLL_CENTER
static final int ACTION_SCROLL_CENTER
- See Also:
- Constant Field Values
ACTION_SCROLL_DOWN
static final int ACTION_SCROLL_DOWN
- See Also:
- Constant Field Values
ACTION_SCROLL_MESSAGE_LEFT
static final int ACTION_SCROLL_MESSAGE_LEFT
- See Also:
- Constant Field Values
ACTION_SCROLL_MESSAGE_RIGHT
static final int ACTION_SCROLL_MESSAGE_RIGHT
- See Also:
- Constant Field Values
ACTION_SCROLL_TOP
static final int ACTION_SCROLL_TOP
- See Also:
- Constant Field Values
ACTION_SCROLL_UP
static final int ACTION_SCROLL_UP
- See Also:
- Constant Field Values
ACTION_SET_ACTION_ARGUMENT
static final int ACTION_SET_ACTION_ARGUMENT
- See Also:
- Constant Field Values
ACTION_SET_PARSER
static final int ACTION_SET_PARSER
- See Also:
- Constant Field Values
ACTION_SET_QUICK_MARK
static final int ACTION_SET_QUICK_MARK
- See Also:
- Constant Field Values
ACTION_SET_QUICK_MARK_ALL
static final int ACTION_SET_QUICK_MARK_ALL
- See Also:
- Constant Field Values
ACTION_SET_QUICK_MARK_WORD
static final int ACTION_SET_QUICK_MARK_WORD
- See Also:
- Constant Field Values
ACTION_SHOW_ALL
static final int ACTION_SHOW_ALL
- See Also:
- Constant Field Values
ACTION_SPLIT
static final int ACTION_SPLIT
- See Also:
- Constant Field Values
ACTION_SPLIT_AND_SHIFT
static final int ACTION_SPLIT_AND_SHIFT
- See Also:
- Constant Field Values
ACTION_SPLIT_LINE
static final int ACTION_SPLIT_LINE
- See Also:
- Constant Field Values
ACTION_TEXT_WINDOW
static final int ACTION_TEXT_WINDOW
- See Also:
- Constant Field Values
ACTION_TOGGLE_CASE_SENSITIVE
static final int ACTION_TOGGLE_CASE_SENSITIVE
- See Also:
- Constant Field Values
ACTION_TOGGLE_INSERT
static final int ACTION_TOGGLE_INSERT
- See Also:
- Constant Field Values
ACTION_TOGGLE_KEY_RECORDING
static final int ACTION_TOGGLE_KEY_RECORDING
- See Also:
- Constant Field Values
ACTION_TOGGLE_REGULAR_EXPRESSION
static final int ACTION_TOGGLE_REGULAR_EXPRESSION
- See Also:
- Constant Field Values
ACTION_TOP
static final int ACTION_TOP
- See Also:
- Constant Field Values
ACTION_TRANSPOSE_CHARACTERS
static final int ACTION_TRANSPOSE_CHARACTERS
- See Also:
- Constant Field Values
ACTION_TRANSPOSE_LINES
static final int ACTION_TRANSPOSE_LINES
- See Also:
- Constant Field Values
ACTION_TRANSPOSE_WORDS
static final int ACTION_TRANSPOSE_WORDS
- See Also:
- Constant Field Values
ACTION_TRUNCATE
static final int ACTION_TRUNCATE
- See Also:
- Constant Field Values
ACTION_UNDO
static final int ACTION_UNDO
- See Also:
- Constant Field Values
ACTION_UP
static final int ACTION_UP
- See Also:
- Constant Field Values
ACTION_UPPER_CASE_REGION
static final int ACTION_UPPER_CASE_REGION
- See Also:
- Constant Field Values
ACTION_UPPER_CASE_WORD
static final int ACTION_UPPER_CASE_WORD
- See Also:
- Constant Field Values
ACTION_VISUAL_EDIT_LINE
static final int ACTION_VISUAL_EDIT_LINE
- See Also:
- Constant Field Values
ACTION_WINDOW_BOTTOM
static final int ACTION_WINDOW_BOTTOM
- See Also:
- Constant Field Values
ACTION_WINDOW_TOP
static final int ACTION_WINDOW_TOP
- See Also:
- Constant Field Values
ACTION_WORD_END
static final int ACTION_WORD_END
- See Also:
- Constant Field Values
ACTION_WORD_START
static final int ACTION_WORD_START
- See Also:
- Constant Field Values
ACTION_YANK
static final int ACTION_YANK
- See Also:
- Constant Field Values
ACTION_YANK_PREVIOUS
static final int ACTION_YANK_PREVIOUS
- See Also:
- Constant Field Values
ACTION_BLOCK_MARK_ECLIPSE_ALL
static final int ACTION_BLOCK_MARK_ECLIPSE_ALL
- See Also:
- Constant Field Values
ACTION_USER
static final int ACTION_USER
- First id assigned to user-defined actions.
- See Also:
- Constant Field Values
Copyright © 2013 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.