Uses of Class
org.jdesktop.swingx.decorator.AbstractHighlighter
-
Packages that use AbstractHighlighter Package Description org.jdesktop.swingx.decorator Contains API used to implement coordinated sorting, filtering and highlighting of the extended Swing cell-rendering component classes JXTable, JXTreeTable, JXTree, and JXList.org.jdesktop.swingx.search -
-
Uses of AbstractHighlighter in org.jdesktop.swingx.decorator
Subclasses of AbstractHighlighter in org.jdesktop.swingx.decorator Modifier and Type Class Description classAlignmentHighlighterA Highlighter which sets the horizontal alignment.classBorderHighlighterA Highlighter that applies a border the the renderer component.classColorHighlighterA Highlighter to modify component colors.classCompoundHighlighterA class which manages the lists ofHighlighters.classEnabledHighlighterA Highlighter which sets the enabled property.classFontHighlighterA Highlighter which sets the Font of the component.static classHighlighterFactory.UIColorHighlighterA ColorHighlighter with UI-dependent background.classIconHighlighterHighlighter which decorates by setting the icon property of a JLabel.classPainterHighlighterHighlighter implementation which uses a Painter to decorate the component.classResetDTCRColorHighlighterThis is a hack around DefaultTableCellRenderer color "memory", see Issue #258-swingx.classShadingColorHighlighterExperimental replacement of HierarchicalColumnHighligher.classToolTipHighlighterA 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 AbstractHighlighter Modifier and Type Method Description protected 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 AbstractHighlighter Modifier and Type Method Description voidAbstractSearchable. setMatchHighlighter(AbstractHighlighter hl)Sets the AbstractHighlighter to use as match marker, if enabled.
-