Uses of Class
org.fife.ui.rtextarea.RecordableTextAction

Packages that use RecordableTextAction
org.fife.ui.rsyntaxtextarea   
org.fife.ui.rtextarea   
 

Uses of RecordableTextAction in org.fife.ui.rsyntaxtextarea
 

Subclasses of RecordableTextAction in org.fife.ui.rsyntaxtextarea
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.CopyAsRtfAction
          Action for copying text as RTF.
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.EndAction
          Moves the caret to the end of the document, taking into account code folding.
protected static class RSyntaxTextAreaEditorKit.EndWordAction
          Positions the caret at the end of the word.
static class RSyntaxTextAreaEditorKit.ExpandAllFoldsAction
          Expands all folds.
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.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.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.
 

Uses of RecordableTextAction in org.fife.ui.rtextarea
 

Subclasses of RecordableTextAction in org.fife.ui.rtextarea
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.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.
 

Methods in org.fife.ui.rtextarea that return RecordableTextAction
static RecordableTextAction RTextArea.getAction(int action)
          Provides a way to gain access to the editor actions on the right-click popup menu.
 



Copyright © 2003-2012. All Rights Reserved.