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 | Method and Description |
---|---|
protected PipelineListener |
JXTable.createPipelineListener()
creates the listener for changes in filters.
|
protected PipelineListener |
JXList.createPipelineListener()
creates the listener for changes in filters.
|
protected PipelineListener |
JXTable.getFilterPipelineListener()
returns the listener for changes in filters.
|
protected PipelineListener |
JXList.getFilterPipelineListener()
returns the listener for changes in filters.
|
Modifier and Type | Method and Description |
---|---|
PipelineListener[] |
FilterPipeline.getPipelineListeners()
Returns an array of all the pipeline listeners
registered on this
FilterPipeline . |
Modifier and Type | Method and Description |
---|---|
void |
FilterPipeline.addPipelineListener(PipelineListener l)
Adds a listener to the list that's notified each time there is a change
to this pipeline.
|
void |
FilterPipeline.removePipelineListener(PipelineListener l)
Removes a listener from the list that's notified each time there is a change
to this pipeline.
|