Uses of Interface
org.jdesktop.swingx.decorator.PipelineListener

Packages that use PipelineListener
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. 
 

Uses of PipelineListener in org.jdesktop.swingx.decorator
 

Methods in org.jdesktop.swingx.decorator that return PipelineListener
 PipelineListener[] FilterPipeline.getPipelineListeners()
          Returns an array of all the pipeline listeners registered on this FilterPipeline.
 

Methods in org.jdesktop.swingx.decorator with parameters of type PipelineListener
 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.