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.decorator |
Contains API used to implement coordinated sorting, filtering
and highlighting of the extended Swing cell-rendering component
classes JXTable, JXTreeTable, JXTree, and JXList.
|
Modifier and Type | Field | Description |
---|---|---|
protected FilterPipeline |
JXList.filters |
The pipeline holding the filters.
|
protected FilterPipeline |
JXTable.filters |
The FilterPipeline for the table.
|
protected FilterPipeline |
JXTree.filters |
Modifier and Type | Method | Description |
---|---|---|
FilterPipeline |
JXList.getFilters() |
|
FilterPipeline |
JXTable.getFilters() |
Returns the FilterPipeline for the table.
|
Modifier and Type | Method | Description |
---|---|---|
void |
JXList.setFilters(FilterPipeline pipeline) |
Sets the FilterPipeline for filtering the items of this list, maybe null
to remove all previously applied filters.
|
void |
JXTable.setFilters(FilterPipeline pipeline) |
Sets the FilterPipeline for filtering table rows, maybe null
to remove all previously applied filters.
|
void |
JXTreeTable.setFilters(FilterPipeline pipeline) |
overridden to do nothing.
|
Modifier and Type | Field | Description |
---|---|---|
protected FilterPipeline |
Filter.pipeline |
Modifier and Type | Method | Description |
---|---|---|
protected FilterPipeline |
Filter.getPipeline() |
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultSelectionMapper.setFilters(FilterPipeline pipeline) |
|
void |
SelectionMapper.setFilters(FilterPipeline pipeline) |
Install the new filter pipeline and map the newly filtered data
towards the view.
|
void |
SizeSequenceMapper.setFilters(FilterPipeline pipeline) |
Constructor | Description |
---|---|
DefaultSelectionMapper(FilterPipeline pipeline,
javax.swing.ListSelectionModel selection) |
PRE: selection != null;
|
SizeSequenceMapper(FilterPipeline pipeline) |
|
SizeSequenceMapper(FilterPipeline pipeline,
javax.swing.SizeSequence selection,
int defaultHeight) |