swingx
Version 2005-08-19

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

Packages that use Highlighter
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 Highlighter in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx with parameters of type Highlighter
 void JXTable.addHighlighter(Highlighter highlighter)
          Adds a Highlighter.
 void JXTable.removeHighlighter(Highlighter highlighter)
          Removes the Highlighter.
 

Uses of Highlighter in org.jdesktop.swingx.decorator
 

Subclasses of Highlighter in org.jdesktop.swingx.decorator
 class AlternateRowHighlighter
          AlternateRowHighlighter prepares a cell renderer to use different background colors for alternating rows in a data view.
static class AlternateRowHighlighter.UIAlternateRowHighlighter
           
 class ConditionalHighlighter
          ConditionalHighlighter.
 class HierarchicalColumnHighlighter
          HierarchicalColumnHighlighter
 class PatternHighlighter
          PatternHighlighter
 class RolloverHighlighter
           
 class SearchHighlighter
          Convenience Highlighter to test and highlight cells in searching.
 

Fields in org.jdesktop.swingx.decorator declared as Highlighter
static Highlighter AlternateRowHighlighter.beige
           
static Highlighter AlternateRowHighlighter.classicLinePrinter
           
static Highlighter AlternateRowHighlighter.floralWhite
           
static Highlighter Highlighter.ledgerBackground
          Deprecated. set the component's background color instead!
static Highlighter AlternateRowHighlighter.linePrinter
           
static Highlighter Highlighter.notePadBackground
          Deprecated. set the component's background color instead!
static Highlighter AlternateRowHighlighter.quickSilver
           
 

Fields in org.jdesktop.swingx.decorator with type parameters of type Highlighter
protected  List<Highlighter> HighlighterPipeline.highlighters
           
 

Methods in org.jdesktop.swingx.decorator that return Highlighter
 Highlighter[] HighlighterPipeline.getHighlighters()
           
 

Methods in org.jdesktop.swingx.decorator with parameters of type Highlighter
 void HighlighterPipeline.addHighlighter(Highlighter hl)
          Appends a highlighter to the pipeline.
 void HighlighterPipeline.addHighlighter(Highlighter hl, boolean prepend)
          Adds a highlighter to the pipeline.
 void HighlighterPipeline.removeHighlighter(Highlighter hl)
          Removes a highlighter from the pipeline.
 

Constructors in org.jdesktop.swingx.decorator with parameters of type Highlighter
HighlighterPipeline(Highlighter[] inList)
           
 


swingx
Version 2005-08-19