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 class
RSyntaxTextArea
An extension ofRTextArea
that adds syntax highlighting of certain programming languages to its list of features.class
TextEditorPane
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.rtextarea Modifier and Type Class Description class
RTextArea
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 RTextAreaBase Modifier and Type Field Description private RTextAreaBase
ImageBackgroundPainterStrategy. textArea
Methods in org.fife.ui.rtextarea that return RTextAreaBase Modifier and Type Method Description RTextAreaBase
ImageBackgroundPainterStrategy. 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.
-