Package | Description |
---|---|
org.fife.ui.rtextarea |
A single-font text editor with many custom features.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
RTextAreaHighlighter.LayeredHighlightInfo
Information about a layered highlight being painted by this highlighter.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
RTextAreaHighlighter.HighlightInfoImpl
A straightforward implementation of
HighlightInfo . |
protected static class |
RTextAreaHighlighter.LayeredHighlightInfoImpl
A straightforward implementation of
HighlightInfo for
painting layered highlights. |
Modifier and Type | Method and Description |
---|---|
protected void |
RTextAreaHighlighter.repaintListHighlight(RTextAreaHighlighter.HighlightInfo info) |
Modifier and Type | Method and Description |
---|---|
protected void |
RTextAreaHighlighter.paintListLayered(Graphics g,
int lineStart,
int lineEnd,
Shape viewBounds,
JTextComponent editor,
View view,
List<? extends RTextAreaHighlighter.HighlightInfo> highlights) |
Copyright © 2003–2015. All rights reserved.