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 classAction that knows how to special-case inserting a newline in a multi-line comment for languages like C and Java.protected static classPositions the caret at the beginning of the word.static classExpands or collapses the nearest fold.static classAction 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 classCollapses all comment folds.static classCollapses all folds.static classAction for copying text as styled text.static classAction for decreasing the font size of all fonts in the text area.static classAction for when un-indenting lines (either the current line if there is selection, or all selected lines if there is one).static classDeletes the previous word, but differentiates symbols from "words" to match the behavior of code editors.static classOverridden to use the programming language RSTA is displaying when computing words to complete.protected static classPositions the caret at the end of the word.static classExpands all folds.(package private) static classBase class for folding-related actions.static classAction for moving the caret to the "matching bracket" of the bracket at the caret position (either before or after).static classMoves the caret to the end of the document, taking into account code folding.static classAction for increasing the font size of all fonts in the text area.static classAction for when the user presses the Enter key.static classIf there is no selection, a character is inserted.static classInserts a quote character.static classAction for inserting tabs.static classAction to move the selection and/or caret.static classAction 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 classAction to move the selection and/or caret.static classSelects the word around the caret.static classAction that toggles whether the currently selected lines are commented.static classToggles the fold at the current caret position or line.Fields in org.fife.ui.rsyntaxtextarea declared as RecordableTextActionModifier and TypeFieldDescriptionprivate static RecordableTextActionRSyntaxTextArea.collapseAllCommentFoldsActionprivate static RecordableTextActionRSyntaxTextArea.collapseAllFoldsActionprivate static RecordableTextActionRSyntaxTextArea.expandAllFoldsActionprivate static RecordableTextActionRSyntaxTextArea.toggleCurrentFoldActionMethods in org.fife.ui.rsyntaxtextarea with parameters of type RecordableTextActionModifier and TypeMethodDescriptionprivate static voidRSyntaxTextArea.copyActionAttributes(RecordableTextAction from, RecordableTextAction to) -
Uses of RecordableTextAction in org.fife.ui.rtextarea
Subclasses of RecordableTextAction in org.fife.ui.rtextareaModifier and TypeClassDescriptionstatic classCreates a beep.static classMoves the caret to the beginning of the document.static classToggles the position of the caret between the beginning of the line, and the first non-whitespace character on the line.static classAction that begins recording a macro.protected static classPositions the caret at the beginning of the word.static classAction for displaying a popup with a list of recently pasted text snippets.static classAction for copying text.static classAction for cutting text.static classAction for decreasing the font size.static classThe action to use when no actions in the input/action map meet the key pressed.static classDeletes the current line(s).static classDeletes the character of content that follows the current caret position.static classDeletes the character of content that precedes the current caret position.static classAction that deletes the previous word in the text area.static classAction that deletes all text from the caret position to the end of the caret's line.static classFinds the most recent word in the document that matches the "word" up to the current caret position, and auto-completes the rest.static classMoves the caret to the end of the document.static classPositions the caret at the end of the line.static classAction that ends recording a macro.protected static classPositions the caret at the end of the word.static classAction for increasing the font size.static classAction for when the user presses the Enter key.static classAction taken when content is to be inserted.static classPlaces a tab character into the document.static classAction to invert the selection's case.static classAction to join the current line and the following line.static classAction that moves a line up or down.static classAction to make the selection lower-case.static classAction that moves the caret to the next (or previous) bookmark.static classSelects the next occurrence of the text last selected.static classAction to move the selection and/or caret.static classPositions the caret at the next word.(package private) static classPages one view to the left or right.static classAction for pasting text.static class"Plays back" the last macro recorded.static classSelect the previous occurrence of the text last selected.static classPositions the caret at the beginning of the previous word.static classRe-does the last action undone.static classScrolls the text area one line up or down, without changing the caret position.static classSelects the entire document.static classSelects the line around the caret.static classSelects the word around the caret.static classPuts the text area into read-only mode.static classPuts the text area into writable (from read-only) mode.static classThe action for inserting a time/date stamp.static classToggles whether the current line has a bookmark.static classThe action for the insert key toggling insert/overwrite modes.static classUndoes the last action done.static classRemoves the selection, if any.static classAction to make the selection upper-case.static classScrolls up/down vertically.Fields in org.fife.ui.rtextarea declared as RecordableTextActionModifier and TypeFieldDescriptionprotected static RecordableTextActionRTextArea.copyActionprotected static RecordableTextActionRTextArea.cutActionprivate static final RecordableTextAction[]RTextAreaEditorKit.defaultActionsThe actions thatRTextAreaEditorKitadds to those of the default editor kit.private static RecordableTextActionRTextArea.deleteActionprivate static RecordableTextActionRTextArea.pasteActionprivate static RecordableTextActionRTextArea.redoActionprivate static RecordableTextActionRTextArea.selectAllActionprivate static RecordableTextActionRTextArea.undoActionMethods in org.fife.ui.rtextarea that return RecordableTextActionModifier and TypeMethodDescriptionstatic RecordableTextActionRTextArea.getAction(int action) Provides a way to gain access to the editor actions on the right-click popup menu.