|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.swingx.decorator.AbstractHighlighter
org.jdesktop.swingx.decorator.ColorHighlighter
org.jdesktop.swingx.decorator.ShadingColorHighlighter
public class ShadingColorHighlighter
Experimental replacement of HierarchicalColumnHighligher. Darkens the component's background.
Field Summary |
---|
Fields inherited from class org.jdesktop.swingx.decorator.AbstractHighlighter |
---|
listenerList |
Constructor Summary | |
---|---|
ShadingColorHighlighter()
Instantiates a Highlighter with null colors using the default HighlightPredicate. |
|
ShadingColorHighlighter(HighlightPredicate predicate)
Instantiates a Highlighter with null colors using the specified HighlightPredicate. |
Method Summary | |
---|---|
protected void |
applyBackground(java.awt.Component renderer,
ComponentAdapter adapter)
Applies a suitable background for the renderer component within the specified adapter. |
protected java.awt.Color |
computeBackgroundSeed(java.awt.Color seed)
|
Methods inherited from class org.jdesktop.swingx.decorator.ColorHighlighter |
---|
applyForeground, doHighlight, getBackground, getForeground, getSelectedBackground, getSelectedForeground, setBackground, setForeground, setSelectedBackground, setSelectedForeground |
Methods inherited from class org.jdesktop.swingx.decorator.AbstractHighlighter |
---|
addChangeListener, areEqual, canHighlight, fireStateChanged, getChangeListeners, getHighlightPredicate, highlight, removeChangeListener, setHighlightPredicate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShadingColorHighlighter()
public ShadingColorHighlighter(HighlightPredicate predicate)
predicate
- the HighlightPredicate to use.Method Detail |
---|
protected void applyBackground(java.awt.Component renderer, ComponentAdapter adapter)
This implementation applies its a darkened background to an unselected adapter. Does nothing for selected cells.
applyBackground
in class ColorHighlighter
renderer
- the cell renderer component that is to be decoratedadapter
- the ComponentAdapter for this decorate operationprotected java.awt.Color computeBackgroundSeed(java.awt.Color seed)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |