swingx
Version 2005-08-19

Uses of Class
org.jdesktop.swingx.decorator.HighlighterPipeline

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

Uses of HighlighterPipeline in org.jdesktop.swingx
 

Fields in org.jdesktop.swingx declared as HighlighterPipeline
protected  HighlighterPipeline JXTable.highlighters
          The HighlighterPipeline for the table.
protected  HighlighterPipeline JXTree.highlighters
           
protected  HighlighterPipeline JXList.highlighters
          The pipeline holding the highlighters.
 

Methods in org.jdesktop.swingx that return HighlighterPipeline
 HighlighterPipeline JXTable.getHighlighters()
          Returns the HighlighterPipeline assigned to the table, null if none.
 HighlighterPipeline JXTree.getHighlighters()
           
 HighlighterPipeline JXList.getHighlighters()
           
 

Methods in org.jdesktop.swingx with parameters of type HighlighterPipeline
 void JXTable.setHighlighters(HighlighterPipeline pipeline)
          Assigns a HighlighterPipeline to the table. bound property.
 void JXTree.setHighlighters(HighlighterPipeline pipeline)
          Assigns a HighlighterPipeline to the table.
 void JXList.setHighlighters(HighlighterPipeline pipeline)
          Assigns a HighlighterPipeline to the table.
 


swingx
Version 2005-08-19