Uses of Package
org.fife.ui.rtextarea
-
Packages that use org.fife.ui.rtextarea Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rtextarea A single-font text editor with many custom features. -
Classes in org.fife.ui.rtextarea used by org.fife.ui.rsyntaxtextarea Class Description ChangeableHighlightPainter An extension ofLayerPainterthat allows the user to change several of its properties: Its color/fill style (can use aGradientPaint, for example). Whether the edges of a painted highlight are rounded. Whether painted highlights have translucency.Gutter The gutter is the component on the left-hand side of the text area that displays optional information such as line numbers, fold regions, and icons (for bookmarks, debugging breakpoints, error markers, etc.).IconRowHeader Renders icons in theGutter.RDocument The document implementation used by instances ofRTextArea.RecordableTextAction The base action used by the actions defined inRTextAreaEditorKit.RTADefaultInputMap The default input map for anRTextArea.RTextArea An extension ofJTextAreathat adds the following features: Insert/Overwrite modes (can be toggled via the Insert key) A right-click popup menu with standard editing options Macro support "Mark all" functionality.RTextAreaBase This is the base class forRTextArea; basically it's just an extension ofjavax.swing.JTextAreaadding a bunch of properties.RTextAreaBase.RTAMouseListener Listens for mouse events in this component.RTextAreaEditorKit An extension ofDefaultEditorKitthat adds functionality found inRTextArea.RTextAreaEditorKit.BeginWordAction Positions the caret at the beginning of the word.RTextAreaEditorKit.DecreaseFontSizeAction Action for decreasing the font size.RTextAreaEditorKit.DeletePrevWordAction Action that deletes the previous word in the text area.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.RTextAreaEditorKit.EndAction Moves the caret to the end of the document.RTextAreaEditorKit.EndWordAction Positions the caret at the end of the word.RTextAreaEditorKit.IncreaseFontSizeAction Action for increasing the font size.RTextAreaEditorKit.InsertBreakAction Action for when the user presses the Enter key.RTextAreaEditorKit.NextWordAction Positions the caret at the next word.RTextAreaEditorKit.PreviousWordAction Positions the caret at the beginning of the previous word.RTextAreaEditorKit.SelectWordAction Selects the word around the caret.RTextAreaHighlighter The highlighter implementation used byRTextAreas.RTextAreaUI The UI used by instances ofRTextArea.SmartHighlightPainter A "smart" highlight painter designed for use in RSyntaxTextArea. -
Classes in org.fife.ui.rtextarea used by org.fife.ui.rtextarea Class Description BackgroundPainterStrategy Interface for classes that paint the background of anRTextAreaBase.CaretStyle Provides various ways to render a caret such asConfigurableCaret..ChangeableHighlightPainter An extension ofLayerPainterthat allows the user to change several of its properties: Its color/fill style (can use aGradientPaint, for example). Whether the edges of a painted highlight are rounded. Whether painted highlights have translucency.ClipboardHistory Listens for cuts and copies from instances ofRTextArea.Gutter The gutter is the component on the left-hand side of the text area that displays optional information such as line numbers, fold regions, and icons (for bookmarks, debugging breakpoints, error markers, etc.).GutterIconInfo Information about an icon displayed in aGutter.IconGroup This class encapsulates the location, properties, etc.IconRowHeader Renders icons in theGutter.ImageBackgroundPainterStrategy A strategy for painting the background of anRTextAreaBaseas an image.LineNumberList Renders line numbers in the gutter.Macro A macro as recorded/played back by anRTextArea.RecordableTextAction The base action used by the actions defined inRTextAreaEditorKit.RTextArea An extension ofJTextAreathat adds the following features: Insert/Overwrite modes (can be toggled via the Insert key) A right-click popup menu with standard editing options Macro support "Mark all" functionality.RTextAreaBase This is the base class forRTextArea; basically it's just an extension ofjavax.swing.JTextAreaadding a bunch of properties.RTextAreaBase.RTAMouseListener Listens for mouse events in this component.RTextAreaHighlighter.HighlightInfo Information about a highlight being painted by this highlighter.RTextAreaHighlighter.HighlightInfoImpl A straightforward implementation ofHighlightInfo.RTextAreaHighlighter.LayeredHighlightInfo Information about a layered highlight being painted by this highlighter.RTextAreaUI The UI used by instances ofRTextArea.RUndoManager This class manages undos/redos for a particular editor pane.SearchContext Contains information about a find/replace operation.SearchResult The result of a find, replace, or "mark all" operation.ToolTipSupplier A ToolTipSupplier can create tool tip text for an RTextArea on its behalf.