Package | Description |
---|---|
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 | Class | Description |
---|---|---|
class |
FilterPipeline.IdentityFilter |
|
class |
PatternFilter |
Pluggable pattern filter.
|
class |
ShuttleSorter |
Pluggable sorting filter.
|
class |
Sorter |
Pluggable sorting filter.
|
Modifier and Type | Method | Description |
---|---|---|
protected Filter |
Filter.getMappingFilter() |
Returns the filter to use for accessing input.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
FilterPipeline.filterChanged(Filter filter) |
Called when the specified filter has changed.
|
Constructor | Description |
---|---|
FilterPipeline(Filter... inList) |
Constructs a new
FilterPipeline populated with the specified
filters that are applied in the order they appear in the list. |