| Package | Description |
|---|---|
| org.fife.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
| org.fife.ui.rtextarea |
A single-font text editor with many custom features.
|
| Class and Description |
|---|
| RecordableTextAction
The base action used by the actions defined in
RTextAreaEditorKit. |
| RTADefaultInputMap
The default input map for an
RTextArea. |
| 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. |
| RTextAreaEditorKit
An extension of
DefaultEditorKit that adds functionality found
in RTextArea. |
| RTextAreaEditorKit.DecreaseFontSizeAction
Action for decreasing the font size.
|
| RTextAreaEditorKit.IncreaseFontSizeAction
Action for increasing the font size.
|
| RTextAreaEditorKit.InsertBreakAction
Action for when the user presses the Enter key.
|
| RTextAreaUI
The UI used by instances of
RTextArea. |
| Class and Description |
|---|
| BackgroundPainterStrategy
Interface for classes that paint the background of an
RTextAreaBase. |
| Gutter
The gutter is the component on the left-hand side of the text area that
displays optional information such as line numbers and icons (for bookmarks,
debugging breakpoints, error markers, etc.).
|
| GutterIconInfo
Information about an icon displayed in a
Gutter. |
| IconGroup
This class encapsulates the location, properties, etc.
|
| ImageBackgroundPainterStrategy
A strategy for painting the background of an
RTextAreaBase
as an image. |
| Macro
A macro as recorded/played back by an
RTextArea. |
| RecordableTextAction
The base action used by the actions defined in
RTextAreaEditorKit. |
| 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. |
| RTextAreaUI
The UI used by instances of
RTextArea. |
| ToolTipSupplier
A ToolTipSupplier can create tool tip text for an RTextArea
on its behalf.
|
Copyright © 2009-2013 jtstand.com. All Rights Reserved.