static class |
RTextAreaEditorKit.BeepAction |
Creates a beep.
|
static class |
RTextAreaEditorKit.BeginAction |
Moves the caret to the beginning of the document.
|
static class |
RTextAreaEditorKit.BeginLineAction |
Toggles the position of the caret between the beginning of the line,
and the first non-whitespace character on the line.
|
static class |
RTextAreaEditorKit.BeginRecordingMacroAction |
Action that begins recording a macro.
|
protected static class |
RTextAreaEditorKit.BeginWordAction |
Positions the caret at the beginning of the word.
|
static class |
RTextAreaEditorKit.ClipboardHistoryAction |
Action for displaying a popup with a list of recently pasted text
snippets.
|
static class |
RTextAreaEditorKit.CopyAction |
Action for copying text.
|
static class |
RTextAreaEditorKit.CutAction |
Action for cutting text.
|
static class |
RTextAreaEditorKit.DecreaseFontSizeAction |
Action for decreasing the font size.
|
static class |
RTextAreaEditorKit.DefaultKeyTypedAction |
The action to use when no actions in the input/action map meet the key
pressed.
|
static class |
RTextAreaEditorKit.DeleteLineAction |
Deletes the current line(s).
|
static class |
RTextAreaEditorKit.DeleteNextCharAction |
Deletes the character of content that follows the current caret
position.
|
static class |
RTextAreaEditorKit.DeletePrevCharAction |
Deletes the character of content that precedes the current caret
position.
|
static class |
RTextAreaEditorKit.DeletePrevWordAction |
Action that deletes the previous word in the text area.
|
static class |
RTextAreaEditorKit.DeleteRestOfLineAction |
Action that deletes all text from the caret position to the end of the
caret's line.
|
static class |
RTextAreaEditorKit.DumbCompleteWordAction |
Finds the most recent word in the document that matches the "word" up
to the current caret position, and auto-completes the rest.
|
static class |
RTextAreaEditorKit.EndAction |
Moves the caret to the end of the document.
|
static class |
RTextAreaEditorKit.EndLineAction |
Positions the caret at the end of the line.
|
static class |
RTextAreaEditorKit.EndRecordingMacroAction |
Action that ends recording a macro.
|
protected static class |
RTextAreaEditorKit.EndWordAction |
Positions the caret at the end of the word.
|
static class |
RTextAreaEditorKit.IncreaseFontSizeAction |
Action for increasing the font size.
|
static class |
RTextAreaEditorKit.InsertBreakAction |
Action for when the user presses the Enter key.
|
static class |
RTextAreaEditorKit.InsertContentAction |
Action taken when content is to be inserted.
|
static class |
RTextAreaEditorKit.InsertTabAction |
Places a tab character into the document.
|
static class |
RTextAreaEditorKit.InvertSelectionCaseAction |
Action to invert the selection's case.
|
static class |
RTextAreaEditorKit.JoinLinesAction |
Action to join the current line and the following line.
|
static class |
RTextAreaEditorKit.LineMoveAction |
Action that moves a line up or down.
|
static class |
RTextAreaEditorKit.LowerSelectionCaseAction |
Action to make the selection lower-case.
|
static class |
RTextAreaEditorKit.NextBookmarkAction |
Action that moves the caret to the next (or previous) bookmark.
|
static class |
RTextAreaEditorKit.NextOccurrenceAction |
Selects the next occurrence of the text last selected.
|
static class |
RTextAreaEditorKit.NextVisualPositionAction |
Action to move the selection and/or caret.
|
static class |
RTextAreaEditorKit.NextWordAction |
Positions the caret at the next word.
|
static class |
RTextAreaEditorKit.PasteAction |
Action for pasting text.
|
static class |
RTextAreaEditorKit.PlaybackLastMacroAction |
"Plays back" the last macro recorded.
|
static class |
RTextAreaEditorKit.PreviousOccurrenceAction |
Select the previous occurrence of the text last selected.
|
static class |
RTextAreaEditorKit.PreviousWordAction |
Positions the caret at the beginning of the previous word.
|
static class |
RTextAreaEditorKit.RedoAction |
Re-does the last action undone.
|
static class |
RTextAreaEditorKit.ScrollAction |
Scrolls the text area one line up or down, without changing
the caret position.
|
static class |
RTextAreaEditorKit.SelectAllAction |
Selects the entire document.
|
static class |
RTextAreaEditorKit.SelectLineAction |
Selects the line around the caret.
|
static class |
RTextAreaEditorKit.SelectWordAction |
Selects the word around the caret.
|
static class |
RTextAreaEditorKit.SetReadOnlyAction |
Puts the text area into read-only mode.
|
static class |
RTextAreaEditorKit.SetWritableAction |
Puts the text area into writable (from read-only) mode.
|
static class |
RTextAreaEditorKit.TimeDateAction |
The action for inserting a time/date stamp.
|
static class |
RTextAreaEditorKit.ToggleBookmarkAction |
Toggles whether the current line has a bookmark.
|
static class |
RTextAreaEditorKit.ToggleTextModeAction |
The action for the insert key toggling insert/overwrite modes.
|
static class |
RTextAreaEditorKit.UndoAction |
Undoes the last action done.
|
static class |
RTextAreaEditorKit.UnselectAction |
Removes the selection, if any.
|
static class |
RTextAreaEditorKit.UpperSelectionCaseAction |
Action to make the selection upper-case.
|
static class |
RTextAreaEditorKit.VerticalPageAction |
Scrolls up/down vertically.
|