|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompoundHighlighter | |
|---|---|
| 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 | |
|---|---|
protected CompoundHighlighter |
JXTree.compoundHighlighter
Collection of active Highlighters. |
protected CompoundHighlighter |
JXTable.compoundHighlighter
The CompoundHighlighter for the table. |
protected CompoundHighlighter |
JXList.compoundHighlighter
The pipeline holding the highlighters. |
| Methods in org.jdesktop.swingx that return CompoundHighlighter | |
|---|---|
protected CompoundHighlighter |
JXTree.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 |
JXList.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 | |
|---|---|
protected CompoundHighlighter |
TableColumnExt.compoundHighlighter
The compound highlighter for the column. |
| Methods in org.jdesktop.swingx.table that return CompoundHighlighter | |
|---|---|
protected CompoundHighlighter |
TableColumnExt.getCompoundHighlighter()
Returns the CompoundHighlighter assigned to the table, null if none. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||