Uses of Class
org.fife.ui.rtextarea.RecordableTextAction
Packages that use RecordableTextAction
Package
Description
A syntax-highlighting text editor.
A single-font text editor with many custom features.
-
Uses of RecordableTextAction in org.fife.ui.rsyntaxtextarea
Subclasses of RecordableTextAction in org.fife.ui.rsyntaxtextareaModifier and TypeClassDescriptionprotected class
Action that knows how to special-case inserting a newline in a multi-line comment for languages like C and Java.protected static class
Positions the caret at the beginning of the word.static class
Expands or collapses the nearest fold.static class
Action that (optionally) aligns a closing curly brace with the line containing its matching opening curly brace.static class
(Optionally) completes a closing markup tag.static class
Collapses all comment folds.static class
Collapses all folds.static class
Action for copying text as styled text.static class
Action for decreasing the font size of all fonts in the text area.static class
Action for when un-indenting lines (either the current line if there is selection, or all selected lines if there is one).static class
Deletes the previous word, but differentiates symbols from "words" to match the behavior of code editors.static class
Overridden to use the programming language RSTA is displaying when computing words to complete.protected static class
Positions the caret at the end of the word.static class
Expands all folds.(package private) static class
Base class for folding-related actions.static class
Action for moving the caret to the "matching bracket" of the bracket at the caret position (either before or after).static class
Moves the caret to the end of the document, taking into account code folding.static class
Action for increasing the font size of all fonts in the text area.static class
Action for when the user presses the Enter key.static class
If there is no selection, a character is inserted.static class
Inserts a quote character.static class
Action for inserting tabs.static class
Action to move the selection and/or caret.static class
Action for when the user tries to insert a template (that is, they've typed a template ID and pressed the trigger character (a space) in an attempt to do the substitution).static class
Action to move the selection and/or caret.static class
Selects the word around the caret.static class
Action that toggles whether the currently selected lines are commented.static class
Toggles the fold at the current caret position or line.Fields in org.fife.ui.rsyntaxtextarea declared as RecordableTextActionModifier and TypeFieldDescriptionprivate static RecordableTextAction
RSyntaxTextArea.collapseAllCommentFoldsAction
private static RecordableTextAction
RSyntaxTextArea.collapseAllFoldsAction
private static RecordableTextAction
RSyntaxTextArea.expandAllFoldsAction
private static RecordableTextAction
RSyntaxTextArea.toggleCurrentFoldAction
Methods in org.fife.ui.rsyntaxtextarea with parameters of type RecordableTextActionModifier and TypeMethodDescriptionprivate static void
RSyntaxTextArea.copyActionAttributes
(RecordableTextAction from, RecordableTextAction to) -
Uses of RecordableTextAction in org.fife.ui.rtextarea
Subclasses of RecordableTextAction in org.fife.ui.rtextareaModifier and TypeClassDescriptionstatic class
Creates a beep.static class
Moves the caret to the beginning of the document.static class
Toggles the position of the caret between the beginning of the line, and the first non-whitespace character on the line.static class
Action that begins recording a macro.protected static class
Positions the caret at the beginning of the word.static class
Action for displaying a popup with a list of recently pasted text snippets.static class
Action for copying text.static class
Action for cutting text.static class
Action for decreasing the font size.static class
The action to use when no actions in the input/action map meet the key pressed.static class
Deletes the current line(s).static class
Deletes the character of content that follows the current caret position.static class
Deletes the character of content that precedes the current caret position.static class
Action that deletes the previous word in the text area.static class
Action that deletes all text from the caret position to the end of the caret's line.static class
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
Moves the caret to the end of the document.static class
Positions the caret at the end of the line.static class
Action that ends recording a macro.protected static class
Positions the caret at the end of the word.static class
Action for increasing the font size.static class
Action for when the user presses the Enter key.static class
Action taken when content is to be inserted.static class
Places a tab character into the document.static class
Action to invert the selection's case.static class
Action to join the current line and the following line.static class
Action that moves a line up or down.static class
Action to make the selection lower-case.static class
Action that moves the caret to the next (or previous) bookmark.static class
Selects the next occurrence of the text last selected.static class
Action to move the selection and/or caret.static class
Positions the caret at the next word.(package private) static class
Pages one view to the left or right.static class
Action for pasting text.static class
"Plays back" the last macro recorded.static class
Select the previous occurrence of the text last selected.static class
Positions the caret at the beginning of the previous word.static class
Re-does the last action undone.static class
Scrolls the text area one line up or down, without changing the caret position.static class
Selects the entire document.static class
Selects the line around the caret.static class
Selects the word around the caret.static class
Puts the text area into read-only mode.static class
Puts the text area into writable (from read-only) mode.static class
The action for inserting a time/date stamp.static class
Toggles whether the current line has a bookmark.static class
The action for the insert key toggling insert/overwrite modes.static class
Undoes the last action done.static class
Removes the selection, if any.static class
Action to make the selection upper-case.static class
Scrolls up/down vertically.Fields in org.fife.ui.rtextarea declared as RecordableTextActionModifier and TypeFieldDescriptionprotected static RecordableTextAction
RTextArea.copyAction
protected static RecordableTextAction
RTextArea.cutAction
private static final RecordableTextAction[]
RTextAreaEditorKit.defaultActions
The actions thatRTextAreaEditorKit
adds to those of the default editor kit.private static RecordableTextAction
RTextArea.deleteAction
private static RecordableTextAction
RTextArea.pasteAction
private static RecordableTextAction
RTextArea.redoAction
private static RecordableTextAction
RTextArea.selectAllAction
private static RecordableTextAction
RTextArea.undoAction
Methods in org.fife.ui.rtextarea that return RecordableTextActionModifier and TypeMethodDescriptionstatic RecordableTextAction
RTextArea.getAction
(int action) Provides a way to gain access to the editor actions on the right-click popup menu.