程序包 | 说明 |
---|---|
com.fr.design.gui.syntax.ui.rtextarea |
A single-font text editor with many custom features.
|
限定符和类型 | 接口和说明 |
---|---|
static interface |
RTextAreaHighlighter.LayeredHighlightInfo
Information about a layered highlight being painted by this highlighter.
|
限定符和类型 | 类和说明 |
---|---|
protected static class |
RTextAreaHighlighter.HighlightInfoImpl
A straightforward implementation of
HighlightInfo . |
protected static class |
RTextAreaHighlighter.LayeredHighlightInfoImpl
A straightforward implementation of
HighlightInfo for
painting layered highlights. |
限定符和类型 | 方法和说明 |
---|---|
protected void |
RTextAreaHighlighter.repaintListHighlight(RTextAreaHighlighter.HighlightInfo info) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
RTextAreaHighlighter.paintList(java.awt.Graphics g,
java.util.List<? extends RTextAreaHighlighter.HighlightInfo> highlights)
Paints a list of highlights.
|
protected void |
RTextAreaHighlighter.paintListLayered(java.awt.Graphics g,
int lineStart,
int lineEnd,
java.awt.Shape viewBounds,
javax.swing.text.JTextComponent editor,
javax.swing.text.View view,
java.util.List<? extends RTextAreaHighlighter.HighlightInfo> highlights) |