程序包 | 说明 |
---|---|
com.fr.design.data.datapane.sqlpane | |
com.fr.design.gui.autocomplete | |
com.fr.design.gui.syntax.ui.rsyntaxtextarea |
A syntax-highlighting text editor.
|
com.fr.design.gui.syntax.ui.rtextarea |
A single-font text editor with many custom features.
|
类和说明 |
---|
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. |
类和说明 |
---|
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. |
ToolTipSupplier
A ToolTipSupplier can create tool tip text for an RTextArea
on its behalf.
|
类和说明 |
---|
ChangeableHighlightPainter
An extension of
LayerPainter that allows the user to
change several of its properties:
Its color/fill style (can use a GradientPaint , for
example). |
Gutter
The gutter is the component on the left-hand side of the text area that
displays optional information such as line numbers, fold regions, and icons
(for bookmarks, debugging breakpoints, error markers, etc.).
|
IconRowHeader
Renders icons in the
Gutter . |
RDocument
The document implementation used by instances of
RTextArea . |
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.BeginWordAction
Positions the caret at the beginning of the word.
|
RTextAreaEditorKit.DecreaseFontSizeAction
Action for decreasing the font size.
|
RTextAreaEditorKit.DeletePrevWordAction
Action that deletes the previous word in the text area.
|
RTextAreaEditorKit.EndAction
Moves the caret to the end of the document.
|
RTextAreaEditorKit.EndWordAction
Positions the caret at the end of the word.
|
RTextAreaEditorKit.IncreaseFontSizeAction
Action for increasing the font size.
|
RTextAreaEditorKit.InsertBreakAction
Action for when the user presses the Enter key.
|
RTextAreaEditorKit.NextWordAction
Positions the caret at the next word.
|
RTextAreaEditorKit.PreviousWordAction
Positions the caret at the beginning of the previous word.
|
RTextAreaEditorKit.SelectWordAction
Selects the word around the caret.
|
RTextAreaHighlighter
The highlighter implementation used by
RTextArea s. |
RTextAreaUI
The UI used by instances of
RTextArea . |
SmartHighlightPainter
A "smart" highlight painter designed for use in RSyntaxTextArea.
|
类和说明 |
---|
BackgroundPainterStrategy
Interface for classes that paint the background of an
RTextAreaBase . |
ChangeableHighlightPainter
An extension of
LayerPainter that allows the user to
change several of its properties:
Its color/fill style (can use a GradientPaint , for
example). |
Gutter
The gutter is the component on the left-hand side of the text area that
displays optional information such as line numbers, fold regions, 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. of an icon set used
for an instance of
RTextArea . |
IconRowHeader
Renders icons in the
Gutter . |
ImageBackgroundPainterStrategy
A strategy for painting the background of an
RTextAreaBase
as an image. |
LineNumberList
Renders line numbers in the gutter.
|
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. |
RTextAreaHighlighter.HighlightInfo
Information about a highlight being painted by this highlighter.
|
RTextAreaHighlighter.HighlightInfoImpl
A straightforward implementation of
HighlightInfo . |
RTextAreaHighlighter.LayeredHighlightInfo
Information about a layered highlight being painted by this highlighter.
|
RTextAreaUI
The UI used by instances of
RTextArea . |
RUndoManager
This class manages undos/redos for a particular editor pane.
|
SearchContext
Contains information about a find/replace operation.
|
SearchResult
The result of a find, replace, or "mark all" operation.
|
ToolTipSupplier
A ToolTipSupplier can create tool tip text for an RTextArea
on its behalf.
|