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 TypeClassDescriptionclassAn extension ofRTextAreathat adds syntax highlighting of certain programming languages to its list of features.classAn extension ofRSyntaxTextAreathat 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 TypeClassDescriptionclassAn 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.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.