Uses of Class
org.jdesktop.swingx.decorator.AbstractHighlighter
Packages that use AbstractHighlighter
Package
Description
Contains API used to implement coordinated sorting, filtering
and highlighting of the extended Swing cell-rendering component
classes JXTable, JXTreeTable, JXTree, and JXList.
-
Uses of AbstractHighlighter in org.jdesktop.swingx.decorator
Subclasses of AbstractHighlighter in org.jdesktop.swingx.decoratorModifier and TypeClassDescriptionclassA Highlighter which sets the horizontal alignment.classA Highlighter that applies a border to the renderer component.classA Highlighter to modify component colors.classA Highlighter which applies the ComponentOrientation to the component.classA class which manages the lists ofHighlighters.classA Highlighter which sets the enabled property.classA Highlighter which sets the Font of the component.static classA ColorHighlighter with UI-dependent background.classHighlighter which decorates by setting the icon property of a JLabel.classHighlighter implementation which uses a Painter to decorate the component.classThis is a hack around DefaultTableCellRenderer color "memory", see Issue #258-swingx.classExperimental replacement of HierarchicalColumnHighligher.classA highlighter for setting a tool tip on the component. -
Uses of AbstractHighlighter in org.jdesktop.swingx.search
Methods in org.jdesktop.swingx.search that return AbstractHighlighterModifier and TypeMethodDescriptionprotected AbstractHighlighterAbstractSearchable.createMatchHighlighter()Creates and returns the Highlighter used as match marker.protected AbstractHighlighterAbstractSearchable.getConfiguredMatchHighlighter()Configures and returns the match highlighter for the current match.protected AbstractHighlighterAbstractSearchable.getMatchHighlighter()Returns the Hihglighter to use as match marker, lazyly created if null.Methods in org.jdesktop.swingx.search with parameters of type AbstractHighlighterModifier and TypeMethodDescriptionvoidAbstractSearchable.setMatchHighlighter(AbstractHighlighter hl) Sets the AbstractHighlighter to use as match marker, if enabled.