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 classBorderHighlighterA Highlighter that applies a border the the renderer component.classColorHighlighterA Highlighter to modify component colors.classCompoundHighlighterA class which manages the lists ofHighlighters.static classHighlighterFactory.UIColorHighlighterA ColorHighlighter with UI-dependent background.classIconHighlighterHighlighter which decorates by setting the icon property of a label.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. -
Uses of AbstractHighlighter in org.jdesktop.swingx.search
Methods in org.jdesktop.swingx.search that return AbstractHighlighter Modifier and Type Method Description protected AbstractHighlighterTableSearchable. createMatchHighlighter()protected AbstractHighlighterTableSearchable. getConfiguredMatchHighlighter()protected AbstractHighlighterTableSearchable. getMatchHighlighter()
-