Uses of Interface
javax.swing.text.Highlighter
Packages that use 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
Classes in javax.swing.plaf.basic that implement HighlighterModifier and TypeClassDescriptionstatic class
Default implementation of the interfaceHighlighter
.Methods in javax.swing.plaf.basic that return HighlighterModifier and TypeMethodDescriptionprotected Highlighter
BasicTextUI.createHighlighter()
Creates the object to use for adding highlights. -
Uses of Highlighter in javax.swing.text
Classes in javax.swing.text that implement HighlighterModifier and TypeClassDescriptionclass
Implements the Highlighter interfaces.class
Implementation ofHighlighter
interface to mark up the background of leaf views with colored areas.Methods in javax.swing.text that return HighlighterModifier and TypeMethodDescriptionJTextComponent.getHighlighter()
Fetches the object responsible for making highlights.Methods in javax.swing.text with parameters of type HighlighterModifier and TypeMethodDescriptionvoid
JTextComponent.setHighlighter
(Highlighter h) Sets the highlighter to be used.