Uses of Class
org.fife.ui.rtextarea.RecordableTextAction
-
Packages that use RecordableTextAction Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of RecordableTextAction in org.fife.ui.rsyntaxtextarea
Subclasses of RecordableTextAction in org.fife.ui.rsyntaxtextarea Modifier and Type Class Description protected class
AbstractJFlexCTokenMaker.CStyleInsertBreakAction
Action that knows how to special-case inserting a newline in a multi-line comment for languages like C and Java.protected static class
RSyntaxTextAreaEditorKit.BeginWordAction
Positions the caret at the beginning of the word.static class
RSyntaxTextAreaEditorKit.ChangeFoldStateAction
Expands or collapses the nearest fold.static class
RSyntaxTextAreaEditorKit.CloseCurlyBraceAction
Action that (optionally) aligns a closing curly brace with the line containing its matching opening curly brace.static class
RSyntaxTextAreaEditorKit.CloseMarkupTagAction
(Optionally) completes a closing markup tag.static class
RSyntaxTextAreaEditorKit.CollapseAllCommentFoldsAction
Collapses all comment folds.static class
RSyntaxTextAreaEditorKit.CollapseAllFoldsAction
Collapses all folds.static class
RSyntaxTextAreaEditorKit.CopyCutAsStyledTextAction
Action for copying text as styled text.static class
RSyntaxTextAreaEditorKit.DecreaseFontSizeAction
Action for decreasing the font size of all fonts in the text area.static class
RSyntaxTextAreaEditorKit.DecreaseIndentAction
Action for when un-indenting lines (either the current line if there is selection, or all selected lines if there is one).static class
RSyntaxTextAreaEditorKit.DeletePrevWordAction
Deletes the previous word, but differentiates symbols from "words" to match the behavior of code editors.static class
RSyntaxTextAreaEditorKit.DumbCompleteWordAction
Overridden to use the programming language RSTA is displaying when computing words to complete.protected static class
RSyntaxTextAreaEditorKit.EndWordAction
Positions the caret at the end of the word.static class
RSyntaxTextAreaEditorKit.ExpandAllFoldsAction
Expands all folds.(package private) static class
RSyntaxTextAreaEditorKit.FoldRelatedAction
Base class for folding-related actions.static class
RSyntaxTextAreaEditorKit.GoToMatchingBracketAction
Action for moving the caret to the "matching bracket" of the bracket at the caret position (either before or after).static class
RSyntaxTextAreaEditorKit.GoToMatchingBracketAction.EndAction
Moves the caret to the end of the document, taking into account code folding.static class
RSyntaxTextAreaEditorKit.IncreaseFontSizeAction
Action for increasing the font size of all fonts in the text area.static class
RSyntaxTextAreaEditorKit.InsertBreakAction
Action for when the user presses the Enter key.static class
RSyntaxTextAreaEditorKit.InsertPairedCharacterAction
If there is no selection, a character is inserted.static class
RSyntaxTextAreaEditorKit.InsertQuoteAction
Inserts a quote character.static class
RSyntaxTextAreaEditorKit.InsertTabAction
Action for inserting tabs.static class
RSyntaxTextAreaEditorKit.NextWordAction
Action to move the selection and/or caret.static class
RSyntaxTextAreaEditorKit.PossiblyInsertTemplateAction
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
RSyntaxTextAreaEditorKit.PreviousWordAction
Action to move the selection and/or caret.static class
RSyntaxTextAreaEditorKit.SelectWordAction
Selects the word around the caret.static class
RSyntaxTextAreaEditorKit.ToggleCommentAction
Action that toggles whether the currently selected lines are commented.static class
RSyntaxTextAreaEditorKit.ToggleCurrentFoldAction
Toggles the fold at the current caret position or line.Fields in org.fife.ui.rsyntaxtextarea declared as RecordableTextAction Modifier and Type Field Description private 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 RecordableTextAction Modifier and Type Method Description private static void
RSyntaxTextArea. copyActionAttributes(RecordableTextAction from, RecordableTextAction to)
-
Uses of RecordableTextAction in org.fife.ui.rtextarea
Subclasses of RecordableTextAction in org.fife.ui.rtextarea Modifier and Type Class Description 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.(package private) static class
RTextAreaEditorKit.PageAction
Pages one view to the left or right.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.Fields in org.fife.ui.rtextarea declared as RecordableTextAction Modifier and Type Field Description protected static RecordableTextAction
RTextArea. copyAction
protected static RecordableTextAction
RTextArea. cutAction
private static 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 RecordableTextAction Modifier and Type Method Description static RecordableTextAction
RTextArea. getAction(int action)
Provides a way to gain access to the editor actions on the right-click popup menu.
-