java.lang.Object
de.grogra.ext.jedit.OverlySimpleHighlighter
- All Implemented Interfaces:
Highlighter
A simple highlighter that can be used by the autocompletor
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.swing.text.Highlighter
Highlighter.Highlight, Highlighter.HighlightPainter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddHighlight
(int p0, int p1, Highlighter.HighlightPainter p) void
changeHighlight
(Object tag, int p0, int p1) void
void
void
void
void
void
removeHighlight
(Object tag)
-
Constructor Details
-
OverlySimpleHighlighter
public OverlySimpleHighlighter()
-
-
Method Details
-
install
- Specified by:
install
in interfaceHighlighter
-
install
-
deinstall
- Specified by:
deinstall
in interfaceHighlighter
-
paint
- Specified by:
paint
in interfaceHighlighter
-
addHighlight
public Object addHighlight(int p0, int p1, Highlighter.HighlightPainter p) throws BadLocationException - Specified by:
addHighlight
in interfaceHighlighter
- Throws:
BadLocationException
-
removeHighlight
- Specified by:
removeHighlight
in interfaceHighlighter
-
removeAllHighlights
public void removeAllHighlights()- Specified by:
removeAllHighlights
in interfaceHighlighter
-
changeHighlight
- Specified by:
changeHighlight
in interfaceHighlighter
- Throws:
BadLocationException
-
getHighlights
- Specified by:
getHighlights
in interfaceHighlighter
-