Package editor
Class EditorHost.LabHighlighter
- java.lang.Object
-
- editor.EditorHost.LabHighlighter
-
- All Implemented Interfaces:
Highlighter.HighlightPainter
- Enclosing class:
- EditorHost
public static class EditorHost.LabHighlighter extends Object implements Highlighter.HighlightPainter
-
-
Field Summary
Fields Modifier and Type Field Description static EditorHost.LabHighlighter
TEXT
static EditorHost.LabHighlighter
USAGE
-
Constructor Summary
Constructors Constructor Description LabHighlighter(Color color)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(Graphics g, int p0, int p1, Shape bounds, JTextComponent c)
-
-
-
Field Detail
-
TEXT
public static final EditorHost.LabHighlighter TEXT
-
USAGE
public static EditorHost.LabHighlighter USAGE
-
-
Constructor Detail
-
LabHighlighter
public LabHighlighter(Color color)
-
-
Method Detail
-
paint
public void paint(Graphics g, int p0, int p1, Shape bounds, JTextComponent c)
- Specified by:
paint
in interfaceHighlighter.HighlightPainter
-
-