org.jdesktop.swingx.decorator
Class AlternateRowHighlighter.UIAlternateRowHighlighter

java.lang.Object
  extended by org.jdesktop.swingx.decorator.AbstractHighlighter
      extended by org.jdesktop.swingx.decorator.LegacyHighlighter
          extended by org.jdesktop.swingx.decorator.AlternateRowHighlighter
              extended by org.jdesktop.swingx.decorator.AlternateRowHighlighter.UIAlternateRowHighlighter
All Implemented Interfaces:
Highlighter, LegacyHighlighter.UIHighlighter
Enclosing class:
AlternateRowHighlighter

Deprecated. use HighlighterFactory.UIColorHighlighter

public static class AlternateRowHighlighter.UIAlternateRowHighlighter
extends AlternateRowHighlighter
implements LegacyHighlighter.UIHighlighter


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jdesktop.swingx.decorator.AlternateRowHighlighter
AlternateRowHighlighter.UIAlternateRowHighlighter
 
Nested classes/interfaces inherited from class org.jdesktop.swingx.decorator.LegacyHighlighter
LegacyHighlighter.UIHighlighter
 
Field Summary
 
Fields inherited from class org.jdesktop.swingx.decorator.AlternateRowHighlighter
beige, classicLinePrinter, floralWhite, genericGrey, linePrinter, quickSilver
 
Fields inherited from class org.jdesktop.swingx.decorator.LegacyHighlighter
immutable, ledgerBackground, notePadBackground
 
Fields inherited from class org.jdesktop.swingx.decorator.AbstractHighlighter
listenerList
 
Constructor Summary
AlternateRowHighlighter.UIAlternateRowHighlighter()
          Deprecated.  
 
Method Summary
 void updateUI()
          Deprecated.  
 
Methods inherited from class org.jdesktop.swingx.decorator.AlternateRowHighlighter
computeUnselectedBackground, getEvenRowBackground, getLinesPerGroup, getOddRowBackground, isOddRow, setEvenRowBackground, setLinesPerGroup, setOddRowBackground
 
Methods inherited from class org.jdesktop.swingx.decorator.LegacyHighlighter
addChangeListener, applyBackground, applyForeground, computeBackground, computeForeground, computeSelectedBackground, computeSelectedBackground, computeSelectedForeground, computeSelectedForeground, computeUnselectedForeground, doHighlight, getBackground, getForeground, getSelectedBackground, getSelectedForeground, highlight, isImmutable, setBackground, setForeground, setSelectedBackground, setSelectedForeground
 
Methods inherited from class org.jdesktop.swingx.decorator.AbstractHighlighter
fireStateChanged, getChangeListeners, getHighlightPredicate, removeChangeListener, setHighlightPredicate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlternateRowHighlighter.UIAlternateRowHighlighter

public AlternateRowHighlighter.UIAlternateRowHighlighter()
Deprecated. 
Method Detail

updateUI

public void updateUI()
Deprecated. 
Specified by:
updateUI in interface LegacyHighlighter.UIHighlighter