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

Packages that use HighlighterPipeline
org.jdesktop.jdnc Contains API and extended Swing components which provide common functionality required by data-centric, enterprise client applications. 
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.jdnc
 

Methods in org.jdesktop.jdnc that return HighlighterPipeline
 HighlighterPipeline JNTree.getHighlighters()
           
 HighlighterPipeline JNTable.getHighlighters()
           
 

Methods in org.jdesktop.jdnc with parameters of type HighlighterPipeline
 void JNTree.setHighlighters(HighlighterPipeline pipeline)
           
 void JNTable.setHighlighters(HighlighterPipeline pipeline)
           
 

Uses of HighlighterPipeline in org.jdesktop.swingx
 

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

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

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



Copyright © 2005 Sun Microsystems All Rights Reserved.