Package | Description |
---|---|
org.fife.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
org.fife.ui.rtextarea |
A single-font text editor with many custom features.
|
Modifier and Type | Class and Description |
---|---|
class |
RSyntaxTextArea
An extension of
RTextArea that adds syntax highlighting
of certain programming languages to its list of features. |
class |
TextEditorPane
An extension of
RSyntaxTextArea
that adds information about the file being edited, such as:
Its name and location. |
Modifier and Type | Class and Description |
---|---|
class |
RTextArea
An extension of
JTextArea 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. |
Modifier and Type | Method and Description |
---|---|
RTextAreaBase |
ImageBackgroundPainterStrategy.getRTextAreaBase()
Returns the text area using this strategy.
|
Constructor and Description |
---|
BufferedImageBackgroundPainterStrategy(RTextAreaBase ta)
Constructor.
|
ImageBackgroundPainterStrategy(RTextAreaBase textArea)
Constructor.
|
VolatileImageBackgroundPainterStrategy(RTextAreaBase ta)
Constructor.
|
Copyright © 2003–2015. All rights reserved.