Uses of Class
org.fife.ui.rtextarea.RTextAreaBase
-
Packages that use RTextAreaBase Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of RTextAreaBase in org.fife.ui.rsyntaxtextarea
Subclasses of RTextAreaBase in org.fife.ui.rsyntaxtextarea Modifier and Type Class Description classRSyntaxTextAreaAn extension ofRTextAreathat adds syntax highlighting of certain programming languages to its list of features.classTextEditorPaneAn 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.rtextarea Modifier and Type Class Description classRTextAreaAn 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 RTextAreaBase Modifier and Type Field Description private RTextAreaBaseImageBackgroundPainterStrategy. textAreaMethods in org.fife.ui.rtextarea that return RTextAreaBase Modifier and Type Method Description RTextAreaBaseImageBackgroundPainterStrategy. getRTextAreaBase()Returns the text area using this strategy.Constructors in org.fife.ui.rtextarea with parameters of type RTextAreaBase Constructor Description BufferedImageBackgroundPainterStrategy(RTextAreaBase ta)Constructor.ImageBackgroundPainterStrategy(RTextAreaBase textArea)Constructor.RTAMouseListener(RTextAreaBase textArea)VolatileImageBackgroundPainterStrategy(RTextAreaBase ta)Constructor.
-