public final class ActionNames
extends java.lang.Object
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.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_PSEUDO_NAME_PROPERTY
Use this key in
Action.putValue() to have your
ActionInvoker.invokeAction() invoked with the corresponding value. |
static java.lang.String |
BEEP
BeepAction
|
static java.lang.String |
BLOCK_INDENT
BlockIndentAction
|
static java.lang.String |
BLOCK_OUTDENT
BlockOutdentAction
|
static java.lang.String |
CANCEL
CancelAction
|
static java.lang.String |
CARET_BACKWARD
BackwardAction
|
static java.lang.String |
CARET_BEGIN
BeginAction
|
static java.lang.String |
CARET_BEGIN_LINE
BeginLineAction
|
static java.lang.String |
CARET_BEGIN_PARAGRAPH
BeginParagraphAction
|
static java.lang.String |
CARET_BEGIN_WORD
BeginWordAction
|
static java.lang.String |
CARET_DOWN
DownAction
|
static java.lang.String |
CARET_END
EndAction
|
static java.lang.String |
CARET_END_LINE
EndLineAction
|
static java.lang.String |
CARET_END_PARAGRAPH
EndParagraphAction
|
static java.lang.String |
CARET_END_WORD
EndWordAction
|
static java.lang.String |
CARET_FORWARD
ForwardAction
|
static java.lang.String |
CARET_NEXT_WORD_BREAK
NextWordAction
|
static java.lang.String |
CARET_NEXT_WORD_END
NextWordAction
|
static java.lang.String |
CARET_NEXT_WORD_START
NextWordAction
|
static java.lang.String |
CARET_PREVIOUS_WORD_BREAK
PreviousWordAction
|
static java.lang.String |
CARET_PREVIOUS_WORD_END
PreviousWordAction
|
static java.lang.String |
CARET_PREVIOUS_WORD_START
PreviousWordAction
|
static java.lang.String |
CARET_UP
UpAction
|
static java.lang.String |
COMPLETION_INSIGHT
CompletionInsight
|
static java.lang.String |
CONVERT_SELECTION_DOWNCASE
ConvertSelectionCaseAction
|
static java.lang.String |
CONVERT_SELECTION_UPCASE
ConvertSelectionCaseAction
|
static java.lang.String |
COPY_TO_CLIPBOARD
CopyAction
|
static java.lang.String |
CUT_TO_CLIPBOARD
CutAction
|
static java.lang.String |
DEFAULT_KEY_TYPED
DefaultKeyTypedAction
|
static java.lang.String |
DELETE_LINE
DeleteLineAction
|
static java.lang.String |
DELETE_NEXT
DeleteNextCharAction
|
static java.lang.String |
DELETE_NEXT_WORD_BREAK
DeleteNextWordAction
|
static java.lang.String |
DELETE_NEXT_WORD_END
DeleteNextWordAction
|
static java.lang.String |
DELETE_NEXT_WORD_START
DeleteUntilNextWordAction
|
static java.lang.String |
DELETE_PREVIOUS
DeletePrevCharAction
|
static java.lang.String |
DELETE_PREVIOUS_WORD_BREAK
DeletePreviousWordAction
|
static java.lang.String |
DELETE_PREVIOUS_WORD_END
DeletePreviousWordAction
|
static java.lang.String |
DELETE_PREVIOUS_WORD_START
DeletePreviousWordAction
|
static java.lang.String |
DELETE_UNTIL_EOL
DeleteUntilEOLAction
|
static java.lang.String |
DUPLICATE_SELECTION
DuplicateSelectionAction
|
static java.lang.String |
EMACS_APPEND_NEXT_KILL
EmacsAppendNextKillAction
|
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
|
static java.lang.String |
EMACS_CARET_BEGIN
EmacsBeginAction
|
static java.lang.String |
EMACS_CARET_END
EmacsEndAction
|
static java.lang.String |
EMACS_DELETE_HORIZONTAL_SPACE
EmacsDeleteHorizontalSpaceAction
|
static java.lang.String |
EMACS_DOWNCASE_REGION
EmacsCaseRegionAction
|
static java.lang.String |
EMACS_DOWNCASE_WORD
EmacsDowncaseWordAction
|
static java.lang.String |
EMACS_EXCHANGE_POINT_MARK
EmacsExchangePointMarkAction
|
static java.lang.String |
EMACS_KILL_LINE
EmacsKillLineAction
|
static java.lang.String |
EMACS_KILL_REGION
EmacsKillRegionAction
|
static java.lang.String |
EMACS_KILL_RING_SAVE
EmacsKillRegionAction
|
static java.lang.String |
EMACS_KILL_SENTENCE |
static java.lang.String |
EMACS_KILL_WORD
EmacsKillWordAction
|
static java.lang.String |
EMACS_MARK_PARAGRAPH |
static java.lang.String |
EMACS_MARK_WHOLE_BUFFER
EmacsMarkBufferAction
|
static java.lang.String |
EMACS_MARK_WORD |
static java.lang.String |
EMACS_SET_MARK
EmacsSetMarkAction
|
static java.lang.String |
EMACS_UPCASE_REGION
EmacsCaseRegionAction
|
static java.lang.String |
EMACS_UPCASE_WORD
EmacsUpcaseWordAction
|
static java.lang.String |
EMACS_YANK
EmacsYankAction
|
static java.lang.String |
EMACS_YANK_POP
EmacsYankAction
|
static java.lang.String |
EXTENDED_PASTE_FROM_CLIPBOARD
ExtendedPasteAction
|
static java.lang.String |
GOTO_MATCHING_BRACE
GotoMatchingBraceAction
|
static java.lang.String |
INSERT_BREAK
InsertBreakAction
|
static java.lang.String |
INSERT_TAB
InsertTabAction
|
static java.lang.String |
JOIN_LINE
JoinLineAction
|
static java.lang.String |
MOVE_DOWN
MoveDownAction
|
static java.lang.String |
MOVE_UP
MoveUpAction
|
static java.lang.String |
NEW_LINE
NewLineAction
|
static java.lang.String |
OPEN_LINE
OpenLineAction
|
static java.lang.String |
PAGE_DOWN
PageDownAction
|
static java.lang.String |
PAGE_UP
PageUpAction
|
static java.lang.String |
PASTE_FROM_CLIPBOARD
PasteAction
|
static java.lang.String |
PLAYBACK_MACRO
MacroRecorderAction
|
static java.lang.String |
RECENTER_LINE
RecenterLineAction
|
static java.lang.String |
REVERSE_TAB
ReverseTabAction
|
static java.lang.String |
SCROLL_LINE_DOWN
ScrollLineDownAction
|
static java.lang.String |
SCROLL_LINE_UP
ScrollLineUpAction
|
static java.lang.String |
SCROLL_PAGE_DOWN
ScrollPageDownAction
|
static java.lang.String |
SCROLL_PAGE_UP
ScrollPageUpAction
|
static java.lang.String |
SELECT_ALL
SelectAllAction
|
static java.lang.String |
SELECT_LINE
SelectLineAction
|
static java.lang.String |
SELECT_PARAGRAPH
SelectParagraphAction
|
static java.lang.String |
SELECT_WORD
SelectWordAction
|
static java.lang.String |
SELECTION_BACKWARD
BackwordAction
|
static java.lang.String |
SELECTION_BEGIN
BeginAction
|
static java.lang.String |
SELECTION_BEGIN_LINE
BeginLineAction
|
static java.lang.String |
SELECTION_BEGIN_PARAGRAPH
BeginParagraphAction
|
static java.lang.String |
SELECTION_BEGIN_WORD
BeginWordAction
|
static java.lang.String |
SELECTION_DOWN
DownAction
|
static java.lang.String |
SELECTION_END
EndAction
|
static java.lang.String |
SELECTION_END_LINE
EndLineAction
|
static java.lang.String |
SELECTION_END_PARAGRAPH
EndParagraphAction
|
static java.lang.String |
SELECTION_END_WORD
EndWordAction
|
static java.lang.String |
SELECTION_FORWARD
ForwardAction
|
static java.lang.String |
SELECTION_MATCHING_BRACE
SelectionMatchingBraceAction
|
static java.lang.String |
SELECTION_NEXT_WORD_BREAK
NextWordAction
|
static java.lang.String |
SELECTION_NEXT_WORD_END
NextWordAction
|
static java.lang.String |
SELECTION_NEXT_WORD_START
NextWordAction
|
static java.lang.String |
SELECTION_PAGE_DOWN
PageDownAction
|
static java.lang.String |
SELECTION_PAGE_LEFT
PageLeftAction
|
static java.lang.String |
SELECTION_PAGE_RIGHT
PageRightAction
|
static java.lang.String |
SELECTION_PAGE_UP
PageUpAction
|
static java.lang.String |
SELECTION_PREVIOUS_WORD_BREAK
PreviousWordAction
|
static java.lang.String |
SELECTION_PREVIOUS_WORD_END
PreviousWordAction
|
static java.lang.String |
SELECTION_PREVIOUS_WORD_START
PreviousWordAction
|
static java.lang.String |
SELECTION_UP
UpAction
|
static java.lang.String |
SET_LOCAL_TABSIZE2
SetLocalTabSizeAction
|
static java.lang.String |
SET_LOCAL_TABSIZE4
SetLocalTabSizeAction
|
static java.lang.String |
SET_LOCAL_TABSIZE8
SetLocalTabSizeAction
|
static java.lang.String |
SET_READ_ONLY
ReadOnlyAction
|
static java.lang.String |
SET_WRITABLE
WritableAction
|
static java.lang.String |
SHOW_MATCHING_BRACES
ShowMatchingBraces
|
static java.lang.String |
SMART_COMPLETION_INSIGHT
CompletionInsight
|
static java.lang.String |
SORT_SELECTED_LINES
SortSelectedLinesAction
|
static java.lang.String |
TABIFY
TabifyAction
|
static java.lang.String |
TOGGLE_COMMENTS
ToggleCommentsAction
|
static java.lang.String |
TOGGLE_COMPONENT_ORIENTATION
ToggleComponentOrientationAction
|
static java.lang.String |
TOGGLE_INSERT_MODE
ToggleInsertModeAction
|
static java.lang.String |
TOGGLE_JAVA_COMMENTS
Deprecated.
|
static java.lang.String |
TOGGLE_MACRO_RECORDING
MacroRecorderAction
|
static java.lang.String |
TOOLTIP_INSIGHT
TooltipInsight
|
static java.lang.String |
TRANSPOSE_CHARS
TransposeCharsAction
|
static java.lang.String |
TRIM_WHITESPACE
TrimWhitespaceAction
|
static java.lang.String |
UNSELECT
UnselectAction
|
static java.lang.String |
UNTABIFY
UntabifyAction
|
Constructor and Description |
---|
ActionNames() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 JOIN_LINE
Name of the action for joining 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 TRIM_WHITESPACE
Name of the action for removing all the whitespace at the end of every line in a file.
public static final java.lang.String DUPLICATE_SELECTION
Name of the action for taking the selection and immediately inserting a copy of it after the selection. Nothing is copied to the clip board.
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 NEW_LINE
Name of the action for inserting a new line at the end of the line containing 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 MOVE_UP
Name of the action for moving a selection or smart selection up by one line
public static final java.lang.String MOVE_DOWN
Name of the action for moving a selection or smart selection down by one line
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
public static final java.lang.String ACTION_PSEUDO_NAME_PROPERTY
Action.putValue()
to have your
ActionInvoker.invokeAction()
invoked with the corresponding value.
This is only usefull in the context of the IDE where the IdeAction have a random name like "*IDE*123"public static java.lang.String[] getAllActionNames()
public static java.lang.String lookupTranslatedName(java.lang.String name)
name
- the internal name of the actionpublic static boolean validateActionName(java.lang.String actionName)