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 classAbstractJFlexCTokenMaker.CStyleInsertBreakActionAction that knows how to special-case inserting a newline in a multi-line comment for languages like C and Java.protected static classRSyntaxTextAreaEditorKit.BeginWordActionPositions the caret at the beginning of the word.static classRSyntaxTextAreaEditorKit.ChangeFoldStateActionExpands or collapses the nearest fold.static classRSyntaxTextAreaEditorKit.CloseCurlyBraceActionAction that (optionally) aligns a closing curly brace with the line containing its matching opening curly brace.static classRSyntaxTextAreaEditorKit.CloseMarkupTagAction(Optionally) completes a closing markup tag.static classRSyntaxTextAreaEditorKit.CollapseAllCommentFoldsActionCollapses all comment folds.static classRSyntaxTextAreaEditorKit.CollapseAllFoldsActionCollapses all folds.static classRSyntaxTextAreaEditorKit.CopyCutAsStyledTextActionAction for copying text as styled text.static classRSyntaxTextAreaEditorKit.DecreaseFontSizeActionAction for decreasing the font size of all fonts in the text area.static classRSyntaxTextAreaEditorKit.DecreaseIndentActionAction for when un-indenting lines (either the current line if there is selection, or all selected lines if there is one).static classRSyntaxTextAreaEditorKit.DeletePrevWordActionDeletes the previous word, but differentiates symbols from "words" to match the behavior of code editors.static classRSyntaxTextAreaEditorKit.DumbCompleteWordActionOverridden to use the programming language RSTA is displaying when computing words to complete.protected static classRSyntaxTextAreaEditorKit.EndWordActionPositions the caret at the end of the word.static classRSyntaxTextAreaEditorKit.ExpandAllFoldsActionExpands all folds.(package private) static classRSyntaxTextAreaEditorKit.FoldRelatedActionBase class for folding-related actions.static classRSyntaxTextAreaEditorKit.GoToMatchingBracketActionAction for moving the caret to the "matching bracket" of the bracket at the caret position (either before or after).static classRSyntaxTextAreaEditorKit.GoToMatchingBracketAction.EndActionMoves the caret to the end of the document, taking into account code folding.static classRSyntaxTextAreaEditorKit.IncreaseFontSizeActionAction for increasing the font size of all fonts in the text area.static classRSyntaxTextAreaEditorKit.InsertBreakActionAction for when the user presses the Enter key.static classRSyntaxTextAreaEditorKit.InsertPairedCharacterActionIf there is no selection, a character is inserted.static classRSyntaxTextAreaEditorKit.InsertQuoteActionInserts a quote character.static classRSyntaxTextAreaEditorKit.InsertTabActionAction for inserting tabs.static classRSyntaxTextAreaEditorKit.NextWordActionAction to move the selection and/or caret.static classRSyntaxTextAreaEditorKit.PossiblyInsertTemplateActionAction 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 classRSyntaxTextAreaEditorKit.PreviousWordActionAction to move the selection and/or caret.static classRSyntaxTextAreaEditorKit.SelectWordActionSelects the word around the caret.static classRSyntaxTextAreaEditorKit.ToggleCommentActionAction that toggles whether the currently selected lines are commented.static classRSyntaxTextAreaEditorKit.ToggleCurrentFoldActionToggles 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 RecordableTextActionRSyntaxTextArea. collapseAllCommentFoldsActionprivate static RecordableTextActionRSyntaxTextArea. collapseAllFoldsActionprivate static RecordableTextActionRSyntaxTextArea. expandAllFoldsActionprivate static RecordableTextActionRSyntaxTextArea. toggleCurrentFoldActionMethods in org.fife.ui.rsyntaxtextarea with parameters of type RecordableTextAction Modifier and Type Method Description private static voidRSyntaxTextArea. 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 classRTextAreaEditorKit.BeepActionCreates a beep.static classRTextAreaEditorKit.BeginActionMoves the caret to the beginning of the document.static classRTextAreaEditorKit.BeginLineActionToggles the position of the caret between the beginning of the line, and the first non-whitespace character on the line.static classRTextAreaEditorKit.BeginRecordingMacroActionAction that begins recording a macro.protected static classRTextAreaEditorKit.BeginWordActionPositions the caret at the beginning of the word.static classRTextAreaEditorKit.ClipboardHistoryActionAction for displaying a popup with a list of recently pasted text snippets.static classRTextAreaEditorKit.CopyActionAction for copying text.static classRTextAreaEditorKit.CutActionAction for cutting text.static classRTextAreaEditorKit.DecreaseFontSizeActionAction for decreasing the font size.static classRTextAreaEditorKit.DefaultKeyTypedActionThe action to use when no actions in the input/action map meet the key pressed.static classRTextAreaEditorKit.DeleteLineActionDeletes the current line(s).static classRTextAreaEditorKit.DeleteNextCharActionDeletes the character of content that follows the current caret position.static classRTextAreaEditorKit.DeletePrevCharActionDeletes the character of content that precedes the current caret position.static classRTextAreaEditorKit.DeletePrevWordActionAction that deletes the previous word in the text area.static classRTextAreaEditorKit.DeleteRestOfLineActionAction that deletes all text from the caret position to the end of the caret's line.static classRTextAreaEditorKit.DumbCompleteWordActionFinds the most recent word in the document that matches the "word" up to the current caret position, and auto-completes the rest.static classRTextAreaEditorKit.EndActionMoves the caret to the end of the document.static classRTextAreaEditorKit.EndLineActionPositions the caret at the end of the line.static classRTextAreaEditorKit.EndRecordingMacroActionAction that ends recording a macro.protected static classRTextAreaEditorKit.EndWordActionPositions the caret at the end of the word.static classRTextAreaEditorKit.IncreaseFontSizeActionAction for increasing the font size.static classRTextAreaEditorKit.InsertBreakActionAction for when the user presses the Enter key.static classRTextAreaEditorKit.InsertContentActionAction taken when content is to be inserted.static classRTextAreaEditorKit.InsertTabActionPlaces a tab character into the document.static classRTextAreaEditorKit.InvertSelectionCaseActionAction to invert the selection's case.static classRTextAreaEditorKit.JoinLinesActionAction to join the current line and the following line.static classRTextAreaEditorKit.LineMoveActionAction that moves a line up or down.static classRTextAreaEditorKit.LowerSelectionCaseActionAction to make the selection lower-case.static classRTextAreaEditorKit.NextBookmarkActionAction that moves the caret to the next (or previous) bookmark.static classRTextAreaEditorKit.NextOccurrenceActionSelects the next occurrence of the text last selected.static classRTextAreaEditorKit.NextVisualPositionActionAction to move the selection and/or caret.static classRTextAreaEditorKit.NextWordActionPositions the caret at the next word.(package private) static classRTextAreaEditorKit.PageActionPages one view to the left or right.static classRTextAreaEditorKit.PasteActionAction for pasting text.static classRTextAreaEditorKit.PlaybackLastMacroAction"Plays back" the last macro recorded.static classRTextAreaEditorKit.PreviousOccurrenceActionSelect the previous occurrence of the text last selected.static classRTextAreaEditorKit.PreviousWordActionPositions the caret at the beginning of the previous word.static classRTextAreaEditorKit.RedoActionRe-does the last action undone.static classRTextAreaEditorKit.ScrollActionScrolls the text area one line up or down, without changing the caret position.static classRTextAreaEditorKit.SelectAllActionSelects the entire document.static classRTextAreaEditorKit.SelectLineActionSelects the line around the caret.static classRTextAreaEditorKit.SelectWordActionSelects the word around the caret.static classRTextAreaEditorKit.SetReadOnlyActionPuts the text area into read-only mode.static classRTextAreaEditorKit.SetWritableActionPuts the text area into writable (from read-only) mode.static classRTextAreaEditorKit.TimeDateActionThe action for inserting a time/date stamp.static classRTextAreaEditorKit.ToggleBookmarkActionToggles whether the current line has a bookmark.static classRTextAreaEditorKit.ToggleTextModeActionThe action for the insert key toggling insert/overwrite modes.static classRTextAreaEditorKit.UndoActionUndoes the last action done.static classRTextAreaEditorKit.UnselectActionRemoves the selection, if any.static classRTextAreaEditorKit.UpperSelectionCaseActionAction to make the selection upper-case.static classRTextAreaEditorKit.VerticalPageActionScrolls up/down vertically.Fields in org.fife.ui.rtextarea declared as RecordableTextAction Modifier and Type Field Description protected static RecordableTextActionRTextArea. copyActionprotected static RecordableTextActionRTextArea. cutActionprivate static 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 RecordableTextAction Modifier and Type Method Description static RecordableTextActionRTextArea. getAction(int action)Provides a way to gain access to the editor actions on the right-click popup menu.
-