Uses of Class
org.fife.ui.rtextarea.RTextAreaBase
Packages that use RTextAreaBase
Package
Description
A syntax-highlighting text editor.
A single-font text editor with many custom features.
-
Uses of RTextAreaBase in org.fife.ui.rsyntaxtextarea
Subclasses of RTextAreaBase in org.fife.ui.rsyntaxtextareaModifier and TypeClassDescriptionclass
An extension ofRTextArea
that adds syntax highlighting of certain programming languages to its list of features.class
An extension ofRSyntaxTextArea
that adds information about the file being edited, such as: Its name and location. -
Uses of RTextAreaBase in org.fife.ui.rtextarea
Subclasses of RTextAreaBase in org.fife.ui.rtextareaModifier and TypeClassDescriptionclass
An extension ofJTextArea
that 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.Fields in org.fife.ui.rtextarea declared as RTextAreaBaseMethods in org.fife.ui.rtextarea that return RTextAreaBaseModifier and TypeMethodDescriptionImageBackgroundPainterStrategy.getRTextAreaBase()
Returns the text area using this strategy.Constructors in org.fife.ui.rtextarea with parameters of type RTextAreaBaseModifierConstructorDescriptionConstructor.ImageBackgroundPainterStrategy
(RTextAreaBase textArea) Constructor.(package private)
RTAMouseListener
(RTextAreaBase textArea) Constructor.