Uses of Interface
javax.swing.text.Highlighter
Package
Description
Provides user interface objects built according to the Basic look and feel.
Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of Highlighter in javax.swing.plaf.basic
Modifier and TypeClassDescriptionstatic class
Default implementation of the interfaceHighlighter
.Modifier and TypeMethodDescriptionprotected Highlighter
BasicTextUI.createHighlighter()
Creates the object to use for adding highlights. -
Uses of Highlighter in javax.swing.text
Modifier and TypeClassDescriptionclass
Implements the Highlighter interfaces.class
Implementation ofHighlighter
interface to mark up the background of leaf views with colored areas.Modifier and TypeMethodDescriptionJTextComponent.getHighlighter()
Fetches the object responsible for making highlights.Modifier and TypeMethodDescriptionvoid
JTextComponent.setHighlighter
(Highlighter h) Sets the highlighter to be used.