|
![]() Quark Platform Documentation Version 1.7.1_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openquark.gems.client.caleditor.AdvancedCALEditor.UnderlineHighlightPainter
public abstract static class AdvancedCALEditor.UnderlineHighlightPainter
This class draws a little squiggly underline as the highlight. It is used to indicate the location of code errors and ambiguities. NOTE: This class assumes that the highlight is on one line. It doesn't work for hightlights that span multiple lines.
| Constructor Summary | |
|---|---|
AdvancedCALEditor.UnderlineHighlightPainter()
|
|
| Method Summary | |
|---|---|
abstract Color |
getLineColor()
The color of the line to paint. |
void |
paint(Graphics g,
int p0,
int p1,
Shape bounds,
JTextComponent c)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdvancedCALEditor.UnderlineHighlightPainter()
| Method Detail |
|---|
public abstract Color getLineColor()
public void paint(Graphics g,
int p0,
int p1,
Shape bounds,
JTextComponent c)
paint in interface Highlighter.HighlightPainterHighlighter.HighlightPainter.paint(java.awt.Graphics, int, int, java.awt.Shape, javax.swing.text.JTextComponent)
|
![]() Quark Platform Documentation Version 1.7.1_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||