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.
|
Modifier and Type | Field | Description |
---|---|---|
protected CompoundHighlighter |
JXList.compoundHighlighter |
The pipeline holding the highlighters.
|
protected CompoundHighlighter |
JXTable.compoundHighlighter |
The CompoundHighlighter for the table.
|
protected CompoundHighlighter |
JXTree.compoundHighlighter |
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Field | Description |
---|---|---|
protected CompoundHighlighter |
TableColumnExt.compoundHighlighter |
The compound highlighter for the column.
|
Modifier and Type | Method | Description |
---|---|---|
protected CompoundHighlighter |
TableColumnExt.getCompoundHighlighter() |
Returns the CompoundHighlighter assigned to the table, null if none.
|