Package org.jdesktop.swingx.plaf
Class PromptTextUI.PainterHighlighter
java.lang.Object
org.jdesktop.swingx.plaf.PromptTextUI.PainterHighlighter
- All Implemented Interfaces:
Highlighter
- Enclosing class:
- PromptTextUI
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.swing.text.Highlighter
Highlighter.Highlight, Highlighter.HighlightPainter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHighlight(int p0, int p1, Highlighter.HighlightPainter p) voidchangeHighlight(Object tag, int p0, int p1) voidvoidvoidvoidvoidremoveHighlight(Object tag)
-
Constructor Details
-
PainterHighlighter
-
-
Method Details
-
addHighlight
public Object addHighlight(int p0, int p1, Highlighter.HighlightPainter p) throws BadLocationException - Specified by:
addHighlightin interfaceHighlighter- Throws:
BadLocationException
-
changeHighlight
- Specified by:
changeHighlightin interfaceHighlighter- Throws:
BadLocationException
-
deinstall
- Specified by:
deinstallin interfaceHighlighter
-
getHighlights
- Specified by:
getHighlightsin interfaceHighlighter
-
install
- Specified by:
installin interfaceHighlighter
-
paint
- Specified by:
paintin interfaceHighlighter
-
removeAllHighlights
public void removeAllHighlights()- Specified by:
removeAllHighlightsin interfaceHighlighter
-
removeHighlight
- Specified by:
removeHighlightin interfaceHighlighter
-