Uses of Class
org.jdesktop.swingx.decorator.CompoundHighlighter
Packages that use CompoundHighlighter
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
Contains API required by the extended JTable component, JXTable.
-
Uses of CompoundHighlighter in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as CompoundHighlighterModifier and TypeFieldDescriptionprivate CompoundHighlighter
JXComboBox.compoundHighlighter
protected CompoundHighlighter
JXList.compoundHighlighter
The pipeline holding the highlighters.protected CompoundHighlighter
JXTable.compoundHighlighter
The CompoundHighlighter for the table.protected CompoundHighlighter
JXTree.compoundHighlighter
Collection of active Highlighters.Methods in org.jdesktop.swingx that return CompoundHighlighterModifier and TypeMethodDescriptionprivate CompoundHighlighter
JXComboBox.getCompoundHighlighter()
Returns the CompoundHighlighter assigned to the table, null if none.protected CompoundHighlighter
JXList.getCompoundHighlighter()
Returns the CompoundHighlighter assigned to the table, null if none.protected CompoundHighlighter
JXTable.getCompoundHighlighter()
Returns the CompoundHighlighter assigned to the table, null if none.protected CompoundHighlighter
JXTree.getCompoundHighlighter()
Returns the CompoundHighlighter assigned to the table, null if none.Methods in org.jdesktop.swingx with parameters of type CompoundHighlighterModifier and TypeMethodDescriptionprivate void
JXComboBox.setCompoundHighlighter
(CompoundHighlighter pipeline) Assigns a CompoundHighlighter to the table, maybe null to remove all Highlighters. -
Uses of CompoundHighlighter in org.jdesktop.swingx.plaf.basic
Fields in org.jdesktop.swingx.plaf.basic declared as CompoundHighlighterModifier and TypeFieldDescriptionprivate CompoundHighlighter
BasicCalendarRenderingHandler.highlighter
-
Uses of CompoundHighlighter in org.jdesktop.swingx.table
Fields in org.jdesktop.swingx.table declared as CompoundHighlighterModifier and TypeFieldDescriptionprotected CompoundHighlighter
TableColumnExt.compoundHighlighter
The compound highlighter for the column.Methods in org.jdesktop.swingx.table that return CompoundHighlighterModifier and TypeMethodDescriptionprotected CompoundHighlighter
TableColumnExt.getCompoundHighlighter()
Returns the CompoundHighlighter assigned to the table, null if none.