Uses of Interface
org.jdesktop.swingx.decorator.PipelineListener
-
Packages that use PipelineListener 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. -
-
Uses of PipelineListener in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return PipelineListener Modifier and Type Method Description protected PipelineListener
JXList. createPipelineListener()
creates the listener for changes in filters.protected PipelineListener
JXTable. createPipelineListener()
creates the listener for changes in filters.protected PipelineListener
JXList. getFilterPipelineListener()
returns the listener for changes in filters.protected PipelineListener
JXTable. getFilterPipelineListener()
returns the listener for changes in filters. -
Uses of PipelineListener in org.jdesktop.swingx.decorator
Methods in org.jdesktop.swingx.decorator that return PipelineListener Modifier and Type Method Description PipelineListener[]
FilterPipeline. getPipelineListeners()
Returns an array of all the pipeline listeners registered on thisFilterPipeline
.Methods in org.jdesktop.swingx.decorator with parameters of type PipelineListener Modifier and Type Method 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.
-