Uses of Package
org.fife.ui.rtextarea
Packages that use org.fife.ui.rtextarea
Package
Description
A syntax-highlighting text editor.
An implementation of a focusable tooltip.
A single-font text editor with many custom features.
-
Classes in org.fife.ui.rtextarea used by org.fife.ui.rsyntaxtextareaClassDescriptionAn extension of
LayerPainterthat 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.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.).Renders icons in theGutter.The document implementation used by instances ofRTextArea.The base action used by the actions defined inRTextAreaEditorKit.The default input map for anRTextArea.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.This is the base class forRTextArea; basically it's just an extension ofjavax.swing.JTextAreaadding a bunch of properties.Listens for mouse events in this component.An extension ofDefaultEditorKitthat adds functionality found inRTextArea.Positions the caret at the beginning of the word.Action for decreasing the font size.The action to use when no actions in the input/action map meet the key pressed.Action that deletes the previous word in the text area.Finds the most recent word in the document that matches the "word" up to the current caret position, and auto-completes the rest.Moves the caret to the end of the document.Positions the caret at the end of the word.Action for increasing the font size.Action for when the user presses the Enter key.Positions the caret at the next word.Positions the caret at the beginning of the previous word.Selects the word around the caret.The highlighter implementation used byRTextAreas.The UI used by instances ofRTextArea.A "smart" highlight painter designed for use in RSyntaxTextArea. -
Classes in org.fife.ui.rtextarea used by org.fife.ui.rsyntaxtextarea.focusabletipClassDescriptionAn extension of
JTextAreathat 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. -
Classes in org.fife.ui.rtextarea used by org.fife.ui.rtextareaClassDescriptionInterface for classes that paint the background of an
RTextAreaBase.Provides various ways to render a caret such asConfigurableCaret..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.Listens for cuts and copies from instances ofRTextArea.Describes the current selection behavior.The strategy to use when rendering expanded folds in the gutter.A base class for icons in aFoldIndicator.Different rendering styles for the fold indicator inside aGutter.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.).Information about an icon displayed in aGutter.This class encapsulates the location, properties, etc. of an icon set used for an instance ofRTextArea.Renders icons in theGutter.A strategy for painting the background of anRTextAreaBaseas an image.Formats line numbers into a comprehensible String to be displayed to the user.Renders line numbers in the gutter.A macro as recorded/played back by anRTextArea.The base action used by the actions defined inRTextAreaEditorKit.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.This is the base class forRTextArea; basically it's just an extension ofjavax.swing.JTextAreaadding a bunch of properties.Listens for mouse events in this component.Information about a highlight being painted by this highlighter.A straightforward implementation ofHighlightInfo.Information about a layered highlight being painted by this highlighter.The UI used by instances ofRTextArea.This class manages undos/redos for a particular editor pane.Contains information about a find/replace operation.The result of a find, replace, or "mark all" operation.A ToolTipSupplier can create tool tip text for an RTextArea on its behalf.