Uses of Class
org.jdesktop.swingx.decorator.CompoundHighlighter
-
Packages that use CompoundHighlighter Package Description org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications.org.jdesktop.swingx.table Contains API required by the extended JTable component, JXTable. -
-
Uses of CompoundHighlighter in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as CompoundHighlighter Modifier and Type Field Description protected CompoundHighlighterJXList. compoundHighlighterThe pipeline holding the highlighters.protected CompoundHighlighterJXTable. compoundHighlighterThe CompoundHighlighter for the table.protected CompoundHighlighterJXTree. compoundHighlighterCollection of active Highlighters.Methods in org.jdesktop.swingx that return CompoundHighlighter Modifier and Type Method Description protected CompoundHighlighterJXList. getCompoundHighlighter()Returns the CompoundHighlighter assigned to the table, null if none.protected CompoundHighlighterJXTable. getCompoundHighlighter()Returns the CompoundHighlighter assigned to the table, null if none.protected CompoundHighlighterJXTree. getCompoundHighlighter()Returns the CompoundHighlighter assigned to the table, null if none. -
Uses of CompoundHighlighter in org.jdesktop.swingx.table
Fields in org.jdesktop.swingx.table declared as CompoundHighlighter Modifier and Type Field Description protected CompoundHighlighterTableColumnExt. compoundHighlighterThe compound highlighter for the column.Methods in org.jdesktop.swingx.table that return CompoundHighlighter Modifier and Type Method Description protected CompoundHighlighterTableColumnExt. getCompoundHighlighter()Returns the CompoundHighlighter assigned to the table, null if none.
-