Java javax.swing.text Highlighter fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.text Highlighter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.text Highlighter.

The text is from its open source code.

Method

ObjectaddHighlight(int p0, int p1, HighlightPainter p)
Adds a highlight to the view.
Highlight[]getHighlights()
Fetches the current list of highlights.
voidremoveAllHighlights()
Removes all highlights this highlighter is responsible for.
voidremoveHighlight(Object tag)
Removes a highlight from the view.