|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectoracle.javatools.editor.ActionNames
The ActionNames class defines all the actions known to
the editor component and mappable in the various keymappings. For
now, all actions must be defined by this class. Some work will
be deferred to the future to make this list of names extensible.
Note that the editor kit and editor pane operate on internal names of the actions, those defined by the constants in this file, such as "cut-to-clipboard". They will not work if you try to invoke them with the translated name of the action.
| Field Summary | |
static java.lang.String |
BEEP
BeepAction Name of the action to create a beep. |
static java.lang.String |
BLOCK_INDENT
BlockIndentAction Name of the action for performing a block indent. |
static java.lang.String |
BLOCK_OUTDENT
BlockOutdentAction Name of the action for performing a block outdent. |
static java.lang.String |
CANCEL
CancelAction Name of the action for cancelling an operation in progress. |
static java.lang.String |
CARET_BACKWARD
BackwardAction Name of the action for moving the caret logically backward one position. |
static java.lang.String |
CARET_BEGIN
BeginAction Name of the action for moving the caret to the begining of the document. |
static java.lang.String |
CARET_BEGIN_LINE
BeginLineAction Name of the action for moving the caret to the begining of a line. |
static java.lang.String |
CARET_BEGIN_PARAGRAPH
BeginParagraphAction Name of the action for moving the caret to the begining of a paragraph. |
static java.lang.String |
CARET_BEGIN_WORD
BeginWordAction Name of the action for moving the caret to the begining of a word. |
static java.lang.String |
CARET_DOWN
DownAction Name of the action for moving the caret logically downward one position. |
static java.lang.String |
CARET_END
EndAction Name of the action for moving the caret to the end of the document. |
static java.lang.String |
CARET_END_LINE
EndLineAction Name of the action for moving the caret to the end of a line. |
static java.lang.String |
CARET_END_PARAGRAPH
EndParagraphAction Name of the action for moving the caret to the end of a paragraph. |
static java.lang.String |
CARET_END_WORD
EndWordAction Name of the action for moving the caret to the end of a word. |
static java.lang.String |
CARET_FORWARD
ForwardAction Name of the action for moving the caret logically forward one position. |
static java.lang.String |
CARET_NEXT_WORD_BREAK
NextWordAction Name of the action for moving the caret to the next word break, which can be either the start or end of a word. |
static java.lang.String |
CARET_NEXT_WORD_END
NextWordAction Name of the action for moving the caret to the next occurrence of a word end. |
static java.lang.String |
CARET_NEXT_WORD_START
NextWordAction Name of the action for moving the caret to the next occurrence of a word start. |
static java.lang.String |
CARET_PREVIOUS_WORD_BREAK
PreviousWordAction Name of the action for moving the caret to the previous word break, which can be either the start or end of a word. |
static java.lang.String |
CARET_PREVIOUS_WORD_END
PreviousWordAction Name of the action for moving the caret to the previous occurrence of a word end. |
static java.lang.String |
CARET_PREVIOUS_WORD_START
PreviousWordAction Name of the action for moving the caret to the previous occurrence of a word start. |
static java.lang.String |
CARET_UP
UpAction Name of the action for moving the caret logically upward one position. |
static java.lang.String |
COMPLETION_INSIGHT
CompletionInsight Name of the action for invoking completion insight assistance. |
static java.lang.String |
CONVERT_SELECTION_DOWNCASE
ConvertSelectionCaseAction Name of the action for converting the entire selection to lowercase. |
static java.lang.String |
CONVERT_SELECTION_UPCASE
ConvertSelectionCaseAction Name of the action for converting the entire selection to uppercase. |
static java.lang.String |
COPY_TO_CLIPBOARD
CopyAction Name of the action to copy the selected region and place the contents into the system clipboard. |
static java.lang.String |
CUT_TO_CLIPBOARD
CutAction Name of the action to cut the selected region and place the contents into the system clipboard. |
static java.lang.String |
DEFAULT_KEY_TYPED
DefaultKeyTypedAction Name of the action that is executed by default if a key typed event is received and there is no keymap entry. |
static java.lang.String |
DELETE_LINE
DeleteLineAction Name of the action for deleting the line the caret is currently on. |
static java.lang.String |
DELETE_NEXT
DeleteNextCharAction Name of the action to delete the character of content that follows the current caret position. |
static java.lang.String |
DELETE_NEXT_WORD_BREAK
DeleteNextWordAction Name of the action for deleting from cursor position until the next word break, which can be either the start or end of a word. |
static java.lang.String |
DELETE_NEXT_WORD_END
DeleteNextWordAction Name of the action for deleting from cursor position until the next occurrence of a word end. |
static java.lang.String |
DELETE_NEXT_WORD_START
DeleteUntilNextWordAction Name of the action for deleting from cursor position until the next occurrence of a word start. |
static java.lang.String |
DELETE_PREVIOUS
DeletePrevCharAction Name of the action to delete the character of content that precedes the current caret position. |
static java.lang.String |
DELETE_PREVIOUS_WORD_BREAK
DeletePreviousWordAction Name of the action for deleting from cursor position until the previous word break, which can be either the start or end of a word. |
static java.lang.String |
DELETE_PREVIOUS_WORD_END
DeletePreviousWordAction Name of the action for deleting from cursor position until the previous occurrence of a word end. |
static java.lang.String |
DELETE_PREVIOUS_WORD_START
DeletePreviousWordAction Name of the action for deleting from cursor position until the previous occurrence of a word start. |
static java.lang.String |
DELETE_UNTIL_EOL
DeleteUntilEOLAction Name of the action for deleting from cursor position until the end of line. |
static java.lang.String |
EMACS_APPEND_NEXT_KILL
EmacsAppendNextKillAction Name of the action which sets the editor into a mode where if the next command is a kill, it will append into the kill-ring. |
static java.lang.String |
EMACS_BACKWARD_KILL_WORD
EmacsBackwardKillWordAction Name of the action for killing until the previous start of a word and adding or prepending it to the Emacs kill ring. |
static java.lang.String |
EMACS_CAPITALIZE_WORD
CapitalizeWordAction Name of the action for capitalizing the next non-whitespace character, and converting to the next end of a word to all lowercase. |
static java.lang.String |
EMACS_CARET_BEGIN
EmacsBeginAction Name of the action for marking the current caret position, and moving the caret to the start of the buffer. |
static java.lang.String |
EMACS_CARET_END
EmacsEndAction Name of the action for marking the current caret position, and moving the caret to the end of the buffer. |
static java.lang.String |
EMACS_DELETE_HORIZONTAL_SPACE
EmacsDeleteHorizontalSpaceAction Name of the action for deleting all spaces and tabs surrounding the current cursor position. |
static java.lang.String |
EMACS_DOWNCASE_REGION
EmacsCaseRegionAction Name of the action for converting the region to all lowercase. |
static java.lang.String |
EMACS_DOWNCASE_WORD
EmacsDowncaseWordAction Name of the action for converting from the current position to the next end of a word to all lowercase. |
static java.lang.String |
EMACS_EXCHANGE_POINT_MARK
EmacsExchangePointMarkAction Name of the action for exchanging the point (current caret position) and an Emacs-style mark in the editor. |
static java.lang.String |
EMACS_KILL_LINE
EmacsKillLineAction Name of the action for killing the line and adding or appending it to the Emacs kill ring. |
static java.lang.String |
EMACS_KILL_REGION
EmacsKillRegionAction Name of the action for killing the region between the point and mark and adding or appending it to the Emacs kill ring. |
static java.lang.String |
EMACS_KILL_RING_SAVE
EmacsKillRegionAction Name of the action for copying the region between the point and mark and adding or appending it into the Emacs kill ring. |
static java.lang.String |
EMACS_KILL_SENTENCE
|
static java.lang.String |
EMACS_KILL_WORD
EmacsKillWordAction Name of the action for killing until the next start of a word and adding or appending it to the Emacs kill ring. |
static java.lang.String |
EMACS_MARK_PARAGRAPH
|
static java.lang.String |
EMACS_MARK_WHOLE_BUFFER
EmacsMarkBufferAction Name of the action for marking the end of the buffer, and moving the caret to the start of the buffer. |
static java.lang.String |
EMACS_MARK_WORD
|
static java.lang.String |
EMACS_SET_MARK
EmacsSetMarkAction Name of the action for setting an Emacs-style mark in the editor. |
static java.lang.String |
EMACS_UPCASE_REGION
EmacsCaseRegionAction Name of the action for converting the region to all uppercase. |
static java.lang.String |
EMACS_UPCASE_WORD
EmacsUpcaseWordAction Name of the action for converting from the current position to the next end of a word to all lowercase. |
static java.lang.String |
EMACS_YANK
EmacsYankAction Name of the action for yanking the text from the kill-ring. |
static java.lang.String |
EMACS_YANK_POP
EmacsYankAction Name of the action for popping the text from the kill-ring. |
static java.lang.String |
EXTENDED_PASTE_FROM_CLIPBOARD
ExtendedPasteAction Name of the action to paste the contents of stacked clipboard into the selected region, or before the caret if nothing is selected. |
static java.lang.String |
GOTO_MATCHING_BRACE
GotoMatchingBraceAction Name of the action to move the cursor to the matching brace (if brace matching is available.) |
static java.lang.String |
INSERT_BREAK
InsertBreakAction Name of the action to place a line/paragraph break into the document. |
static java.lang.String |
INSERT_TAB
InsertTabAction Name of the action to place a tab character into the document. |
static java.lang.String |
OPEN_LINE
OpenLineAction Name of the action for inserting a new line to the right of the current caret position. |
static java.lang.String |
PAGE_DOWN
PageDownAction Name of the action to page down vertically. |
static java.lang.String |
PAGE_UP
PageUpAction Name of the action to page up vertically. |
static java.lang.String |
PASTE_FROM_CLIPBOARD
PasteAction Name of the action to paste the contents of the system clipboard into the selected region, or before the caret if nothing is selected. |
static java.lang.String |
PLAYBACK_MACRO
MacroRecorderAction Name of the action for starting playback of a recorded macro. |
static java.lang.String |
RECENTER_LINE
RecenterLineAction Name of the action for recentering the line the caret is on vertically on screen. |
static java.lang.String |
REVERSE_TAB
ReverseTabAction Name of the action to move the caret backwards to the previous tab stop. |
static java.lang.String |
SCROLL_LINE_DOWN
ScrollLineDownAction Name of the action for scrolling the window down by one line (which moves the content upwards.) |
static java.lang.String |
SCROLL_LINE_UP
ScrollLineUpAction Name of the action for scrolling the window up by one line (which moves the content downwards.) |
static java.lang.String |
SCROLL_PAGE_DOWN
ScrollPageDownAction Name of the action for scrolling the window down by one page (moving content up.) |
static java.lang.String |
SCROLL_PAGE_UP
ScrollPageUpAction Name of the action for scrolling the window up by one page (moving content down.) |
static java.lang.String |
SELECT_ALL
SelectAllAction Name of the action for selecting the entire document. |
static java.lang.String |
SELECT_LINE
SelectLineAction Name of the action for selecting a line around the caret. |
static java.lang.String |
SELECT_PARAGRAPH
SelectParagraphAction Name of the action for selecting a paragraph around the caret. |
static java.lang.String |
SELECT_WORD
SelectWordAction Name of the action for selecting a word around the caret. |
static java.lang.String |
SELECTION_BACKWARD
BackwordAction Name of the action for extending the selection by moving the caret logically backward one position. |
static java.lang.String |
SELECTION_BEGIN
BeginAction Name of the action for moving the caret to the begining of the document, extending the selection. |
static java.lang.String |
SELECTION_BEGIN_LINE
BeginLineAction Name of the action for moving the caret to the begining of a line, extending the selection. |
static java.lang.String |
SELECTION_BEGIN_PARAGRAPH
BeginParagraphAction Name of the action for moving the caret to the begining of a paragraph, extending the selection. |
static java.lang.String |
SELECTION_BEGIN_WORD
BeginWordAction Name of the action for moving the caret to the begining of a word, extending the selection. |
static java.lang.String |
SELECTION_DOWN
DownAction Name of the action for moving the caret logically downward one position, extending the selection. |
static java.lang.String |
SELECTION_END
EndAction Name of the action for moving the caret to the end of the document, extending the selection. |
static java.lang.String |
SELECTION_END_LINE
EndLineAction Name of the action for moving the caret to the end of a line, extending the selection. |
static java.lang.String |
SELECTION_END_PARAGRAPH
EndParagraphAction Name of the action for moving the caret to the end of a paragraph, extending the selection. |
static java.lang.String |
SELECTION_END_WORD
EndWordAction Name of the action for moving the caret to the end of a word, extending the selection. |
static java.lang.String |
SELECTION_FORWARD
ForwardAction Name of the action for extending the selection by moving the caret logically forward one position. |
static java.lang.String |
SELECTION_MATCHING_BRACE
SelectionMatchingBraceAction Name of the action to select text to the matching brace (if brace matching is available.) |
static java.lang.String |
SELECTION_NEXT_WORD_BREAK
NextWordAction Name of the action for moving the selection to the next word break, which can be either the start or end of a word. |
static java.lang.String |
SELECTION_NEXT_WORD_END
NextWordAction Name of the action for moving the selection to the next occurrence of a word end, extending the selection. |
static java.lang.String |
SELECTION_NEXT_WORD_START
NextWordAction Name of the action for moving the selection to the next occurrence of a word start, extending the selection. |
static java.lang.String |
SELECTION_PAGE_DOWN
PageDownAction Name of the action to page down vertically, and move the selection. |
static java.lang.String |
SELECTION_PAGE_LEFT
PageLeftAction Name of the action to page left horizontally, and move the selection. |
static java.lang.String |
SELECTION_PAGE_RIGHT
PageRightAction Name of the action to page right horizontally, and move the selection. |
static java.lang.String |
SELECTION_PAGE_UP
PageUpAction Name of the action to page up vertically, and move the selection. |
static java.lang.String |
SELECTION_PREVIOUS_WORD_BREAK
PreviousWordAction Name of the action for moving the selection to the previous word break, which can be either the start or end of a word. |
static java.lang.String |
SELECTION_PREVIOUS_WORD_END
PreviousWordAction Name of the action for moving the selection to the previous occurrence of a word end, extending the selection. |
static java.lang.String |
SELECTION_PREVIOUS_WORD_START
PreviousWordAction Name of the action for moving the selection to the previous occurrence of a word start, extending the selection. |
static java.lang.String |
SELECTION_UP
UpAction Name of the action for moving the caret logically upward one position, extending the selection. |
static java.lang.String |
SET_LOCAL_TABSIZE2
SetLocalTabSizeAction Name of the action to set the tab size of the current editor locally to 2. |
static java.lang.String |
SET_LOCAL_TABSIZE4
SetLocalTabSizeAction Name of the action to set the tab size of the current editor locally to 4. |
static java.lang.String |
SET_LOCAL_TABSIZE8
SetLocalTabSizeAction Name of the action to set the tab size of the current editor locally to 8. |
static java.lang.String |
SET_READ_ONLY
ReadOnlyAction Name of the action to set the editor into read-only mode. |
static java.lang.String |
SET_WRITABLE
WritableAction Name of the action to set the editor into writeable mode. |
static java.lang.String |
SHOW_MATCHING_BRACES
ShowMatchingBraces Name of the action for manually requesting a matching brace match. |
static java.lang.String |
SMART_COMPLETION_INSIGHT
CompletionInsight Name of the action for invoking completion insight assistance. |
static java.lang.String |
SORT_SELECTED_LINES
SortSelectedLinesAction Name of the action to sort the selected lines. |
static java.lang.String |
TABIFY
TabifyAction Name of the action for converting leading spaces of a line to tabs if possible, preserving the ending column of the first non-whitespace of the line. |
static java.lang.String |
TOGGLE_COMMENTS
ToggleCommentsAction Name of the action for toggling the current line or selected lines between commented or uncommented using the language's single line comments (if defined). |
static java.lang.String |
TOGGLE_COMPONENT_ORIENTATION
ToggleComponentOrientationAction Name of the action for toggling the component's orientation. |
static java.lang.String |
TOGGLE_INSERT_MODE
ToggleInsertModeAction Name of the action for toggling between insert and overwrite mode. |
static java.lang.String |
TOGGLE_JAVA_COMMENTS
Deprecated. |
static java.lang.String |
TOGGLE_MACRO_RECORDING
MacroRecorderAction Name of the action for starting and stopping keystroke macro recording within editor. |
static java.lang.String |
TOOLTIP_INSIGHT
TooltipInsight Name of the action for invoking tooltip insight assistance. |
static java.lang.String |
TRANSPOSE_CHARS
TransposeCharsAction Name of the action for transposing two adjacent characters. |
static java.lang.String |
UNSELECT
UnselectAction Name of the action for removing selection. |
static java.lang.String |
UNTABIFY
UntabifyAction Name of the action for converting all hard tabs to spaces, adding enough spaces to preserve column positions of non-whitespace characters. |
| Constructor Summary | |
ActionNames()
|
|
| Method Summary | |
static java.lang.String[] |
getAllActionNames()
Fetch all action names that are available in the editor kit. |
static java.lang.String |
lookupTranslatedName(java.lang.String name)
Lookup the translated action name. |
static boolean |
validateActionName(java.lang.String actionName)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String CUT_TO_CLIPBOARD
Name of the action to cut the selected region and place the contents into the system clipboard.
public static final java.lang.String COPY_TO_CLIPBOARD
Name of the action to copy the selected region and place the contents into the system clipboard.
public static final java.lang.String PASTE_FROM_CLIPBOARD
Name of the action to paste the contents of the system clipboard into the selected region, or before the caret if nothing is selected.
public static final java.lang.String EXTENDED_PASTE_FROM_CLIPBOARD
Name of the action to paste the contents of stacked clipboard into the selected region, or before the caret if nothing is selected.
public static final java.lang.String CANCEL
Name of the action for cancelling an operation in progress.
public static final java.lang.String COMPLETION_INSIGHT
Name of the action for invoking completion insight assistance.
public static final java.lang.String SMART_COMPLETION_INSIGHT
Name of the action for invoking completion insight assistance.
public static final java.lang.String TOOLTIP_INSIGHT
Name of the action for invoking tooltip insight assistance.
public static final java.lang.String BLOCK_INDENT
Name of the action for performing a block indent.
public static final java.lang.String BLOCK_OUTDENT
Name of the action for performing a block outdent.
public static final java.lang.String CONVERT_SELECTION_UPCASE
Name of the action for converting the entire selection to uppercase.
public static final java.lang.String CONVERT_SELECTION_DOWNCASE
Name of the action for converting the entire selection to lowercase.
public static final java.lang.String DEFAULT_KEY_TYPED
Name of the action that is executed by default if a key typed event is received and there is no keymap entry.
public static final java.lang.String DELETE_LINE
Name of the action for deleting the line the caret is currently on.
public static final java.lang.String DELETE_NEXT
Name of the action to delete the character of content that follows the current caret position.
public static final java.lang.String DELETE_PREVIOUS
Name of the action to delete the character of content that precedes the current caret position.
public static final java.lang.String DELETE_UNTIL_EOL
Name of the action for deleting from cursor position until the end of line.
public static final java.lang.String DELETE_NEXT_WORD_START
Name of the action for deleting from cursor position until the next occurrence of a word start.
public static final java.lang.String DELETE_NEXT_WORD_END
Name of the action for deleting from cursor position until the next occurrence of a word end.
public static final java.lang.String DELETE_NEXT_WORD_BREAK
Name of the action for deleting from cursor position until the next word break, which can be either the start or end of a word.
public static final java.lang.String DELETE_PREVIOUS_WORD_START
Name of the action for deleting from cursor position until the previous occurrence of a word start.
public static final java.lang.String DELETE_PREVIOUS_WORD_END
Name of the action for deleting from cursor position until the previous occurrence of a word end.
public static final java.lang.String DELETE_PREVIOUS_WORD_BREAK
Name of the action for deleting from cursor position until the previous word break, which can be either the start or end of a word.
public static final java.lang.String INSERT_BREAK
Name of the action to place a line/paragraph break into the document. If there is a selection, it is removed before the break is added.
public static final java.lang.String INSERT_TAB
Name of the action to place a tab character into the document. If there is a selection, it is removed before the tab is added.
public static final java.lang.String OPEN_LINE
Name of the action for inserting a new line to the right of the current caret position.
public static final java.lang.String REVERSE_TAB
Name of the action to move the caret backwards to the previous tab stop.
public static final java.lang.String SORT_SELECTED_LINES
Name of the action to sort the selected lines.
public static final java.lang.String TABIFY
Name of the action for converting leading spaces of a line to tabs if possible, preserving the ending column of the first non-whitespace of the line.
public static final java.lang.String TOGGLE_COMMENTS
Name of the action for toggling the current line or selected lines between commented or uncommented using the language's single line comments (if defined).
public static final java.lang.String TOGGLE_JAVA_COMMENTS
Name of the action for toggling the current line or selected lines between as commented or uncommented using Java single line comments.
public static final java.lang.String TRANSPOSE_CHARS
Name of the action for transposing two adjacent characters.
public static final java.lang.String UNTABIFY
Name of the action for converting all hard tabs to spaces, adding enough spaces to preserve column positions of non-whitespace characters.
public static final java.lang.String BEEP
Name of the action to create a beep.
public static final java.lang.String SET_LOCAL_TABSIZE2
Name of the action to set the tab size of the current editor locally to 2.
public static final java.lang.String SET_LOCAL_TABSIZE4
Name of the action to set the tab size of the current editor locally to 4.
public static final java.lang.String SET_LOCAL_TABSIZE8
Name of the action to set the tab size of the current editor locally to 8.
public static final java.lang.String SET_READ_ONLY
Name of the action to set the editor into read-only mode.
public static final java.lang.String SET_WRITABLE
Name of the action to set the editor into writeable mode.
public static final java.lang.String TOGGLE_COMPONENT_ORIENTATION
Name of the action for toggling the component's orientation.
public static final java.lang.String TOGGLE_INSERT_MODE
Name of the action for toggling between insert and overwrite mode.
public static final java.lang.String PLAYBACK_MACRO
Name of the action for starting playback of a recorded macro.
public static final java.lang.String TOGGLE_MACRO_RECORDING
Name of the action for starting and stopping keystroke macro recording within editor.
public static final java.lang.String GOTO_MATCHING_BRACE
Name of the action to move the cursor to the matching brace (if brace matching is available.)
public static final java.lang.String SELECTION_MATCHING_BRACE
Name of the action to select text to the matching brace (if brace matching is available.)
public static final java.lang.String SHOW_MATCHING_BRACES
Name of the action for manually requesting a matching brace match.
public static final java.lang.String PAGE_UP
Name of the action to page up vertically.
public static final java.lang.String SELECTION_PAGE_UP
Name of the action to page up vertically, and move the selection.
public static final java.lang.String PAGE_DOWN
Name of the action to page down vertically.
public static final java.lang.String SELECTION_PAGE_DOWN
Name of the action to page down vertically, and move the selection.
public static final java.lang.String SELECTION_PAGE_LEFT
Name of the action to page left horizontally, and move the selection.
public static final java.lang.String SELECTION_PAGE_RIGHT
Name of the action to page right horizontally, and move the selection.
public static final java.lang.String CARET_FORWARD
Name of the action for moving the caret logically forward one position.
public static final java.lang.String SELECTION_FORWARD
Name of the action for extending the selection by moving the caret logically forward one position.
public static final java.lang.String CARET_BACKWARD
Name of the action for moving the caret logically backward one position.
public static final java.lang.String SELECTION_BACKWARD
Name of the action for extending the selection by moving the caret logically backward one position.
public static final java.lang.String CARET_UP
Name of the action for moving the caret logically upward one position.
public static final java.lang.String SELECTION_UP
Name of the action for moving the caret logically upward one position, extending the selection.
public static final java.lang.String CARET_DOWN
Name of the action for moving the caret logically downward one position.
public static final java.lang.String SELECTION_DOWN
Name of the action for moving the caret logically downward one position, extending the selection.
public static final java.lang.String CARET_BEGIN_WORD
Name of the action for moving the caret to the begining of a word.
public static final java.lang.String SELECTION_BEGIN_WORD
Name of the action for moving the caret to the begining of a word, extending the selection.
public static final java.lang.String CARET_END_WORD
Name of the action for moving the caret to the end of a word.
public static final java.lang.String SELECTION_END_WORD
Name of the action for moving the caret to the end of a word, extending the selection.
public static final java.lang.String CARET_PREVIOUS_WORD_START
Name of the action for moving the caret to the previous occurrence of a word start.
public static final java.lang.String CARET_PREVIOUS_WORD_END
Name of the action for moving the caret to the previous occurrence of a word end.
public static final java.lang.String CARET_PREVIOUS_WORD_BREAK
Name of the action for moving the caret to the previous word break, which can be either the start or end of a word. of a word end.
public static final java.lang.String SELECTION_PREVIOUS_WORD_START
Name of the action for moving the selection to the previous occurrence of a word start, extending the selection.
public static final java.lang.String SELECTION_PREVIOUS_WORD_END
Name of the action for moving the selection to the previous occurrence of a word end, extending the selection.
public static final java.lang.String SELECTION_PREVIOUS_WORD_BREAK
Name of the action for moving the selection to the previous word break, which can be either the start or end of a word.
public static final java.lang.String CARET_NEXT_WORD_START
Name of the action for moving the caret to the next occurrence of a word start.
public static final java.lang.String CARET_NEXT_WORD_END
Name of the action for moving the caret to the next occurrence of a word end.
public static final java.lang.String CARET_NEXT_WORD_BREAK
Name of the action for moving the caret to the next word break, which can be either the start or end of a word.
public static final java.lang.String SELECTION_NEXT_WORD_START
Name of the action for moving the selection to the next occurrence of a word start, extending the selection.
public static final java.lang.String SELECTION_NEXT_WORD_END
Name of the action for moving the selection to the next occurrence of a word end, extending the selection.
public static final java.lang.String SELECTION_NEXT_WORD_BREAK
Name of the action for moving the selection to the next word break, which can be either the start or end of a word.
public static final java.lang.String CARET_BEGIN_LINE
Name of the action for moving the caret to the begining of a line.
public static final java.lang.String SELECTION_BEGIN_LINE
Name of the action for moving the caret to the begining of a line, extending the selection.
public static final java.lang.String CARET_END_LINE
Name of the action for moving the caret to the end of a line.
public static final java.lang.String SELECTION_END_LINE
Name of the action for moving the caret to the end of a line, extending the selection.
public static final java.lang.String CARET_BEGIN_PARAGRAPH
Name of the action for moving the caret to the begining of a paragraph.
public static final java.lang.String SELECTION_BEGIN_PARAGRAPH
Name of the action for moving the caret to the begining of a paragraph, extending the selection.
public static final java.lang.String CARET_END_PARAGRAPH
Name of the action for moving the caret to the end of a paragraph.
public static final java.lang.String SELECTION_END_PARAGRAPH
Name of the action for moving the caret to the end of a paragraph, extending the selection.
public static final java.lang.String CARET_BEGIN
Name of the action for moving the caret to the begining of the document.
public static final java.lang.String SELECTION_BEGIN
Name of the action for moving the caret to the begining of the document, extending the selection.
public static final java.lang.String CARET_END
Name of the action for moving the caret to the end of the document.
public static final java.lang.String SELECTION_END
Name of the action for moving the caret to the end of the document, extending the selection.
public static final java.lang.String SELECT_WORD
Name of the action for selecting a word around the caret.
public static final java.lang.String SELECT_LINE
Name of the action for selecting a line around the caret.
public static final java.lang.String SELECT_PARAGRAPH
Name of the action for selecting a paragraph around the caret.
public static final java.lang.String SELECT_ALL
Name of the action for selecting the entire document.
public static final java.lang.String UNSELECT
Name of the action for removing selection.
public static final java.lang.String RECENTER_LINE
Name of the action for recentering the line the caret is on vertically on screen.
public static final java.lang.String SCROLL_LINE_UP
Name of the action for scrolling the window up by one line (which moves the content downwards.)
public static final java.lang.String SCROLL_LINE_DOWN
Name of the action for scrolling the window down by one line (which moves the content upwards.)
public static final java.lang.String SCROLL_PAGE_UP
Name of the action for scrolling the window up by one page (moving content down.)
public static final java.lang.String SCROLL_PAGE_DOWN
Name of the action for scrolling the window down by one page (moving content up.)
public static final java.lang.String EMACS_SET_MARK
Name of the action for setting an Emacs-style mark in the editor.
public static final java.lang.String EMACS_EXCHANGE_POINT_MARK
Name of the action for exchanging the point (current caret position) and an Emacs-style mark in the editor.
public static final java.lang.String EMACS_BACKWARD_KILL_WORD
public static final java.lang.String EMACS_KILL_WORD
Name of the action for killing until the next start of a word and adding or appending it to the Emacs kill ring.
public static final java.lang.String EMACS_KILL_LINE
Name of the action for killing the line and adding or appending it to the Emacs kill ring.
public static final java.lang.String EMACS_KILL_REGION
Name of the action for killing the region between the point and mark and adding or appending it to the Emacs kill ring.
public static final java.lang.String EMACS_KILL_RING_SAVE
Name of the action for copying the region between the point and mark and adding or appending it into the Emacs kill ring.
public static final java.lang.String EMACS_APPEND_NEXT_KILL
Name of the action which sets the editor into a mode where if the next command is a kill, it will append into the kill-ring.
public static final java.lang.String EMACS_YANK
Name of the action for yanking the text from the kill-ring.
public static final java.lang.String EMACS_YANK_POP
Name of the action for popping the text from the kill-ring.
public static final java.lang.String EMACS_CARET_BEGIN
Name of the action for marking the current caret position, and moving the caret to the start of the buffer.
public static final java.lang.String EMACS_CARET_END
Name of the action for marking the current caret position, and moving the caret to the end of the buffer.
public static final java.lang.String EMACS_MARK_WHOLE_BUFFER
Name of the action for marking the end of the buffer, and moving the caret to the start of the buffer.
public static final java.lang.String EMACS_CAPITALIZE_WORD
Name of the action for capitalizing the next non-whitespace character, and converting to the next end of a word to all lowercase.
public static final java.lang.String EMACS_DOWNCASE_REGION
Name of the action for converting the region to all lowercase.
public static final java.lang.String EMACS_DOWNCASE_WORD
Name of the action for converting from the current position to the next end of a word to all lowercase.
public static final java.lang.String EMACS_UPCASE_REGION
Name of the action for converting the region to all uppercase.
public static final java.lang.String EMACS_UPCASE_WORD
Name of the action for converting from the current position to the next end of a word to all lowercase.
public static final java.lang.String EMACS_DELETE_HORIZONTAL_SPACE
Name of the action for deleting all spaces and tabs surrounding the current cursor position.
public static final java.lang.String EMACS_KILL_SENTENCE
public static final java.lang.String EMACS_MARK_WORD
public static final java.lang.String EMACS_MARK_PARAGRAPH
| Constructor Detail |
public ActionNames()
| Method Detail |
public static java.lang.String[] getAllActionNames()
public static java.lang.String lookupTranslatedName(java.lang.String name)
name - the internal name of the action
public static boolean validateActionName(java.lang.String actionName)
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.