|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.swingx.decorator.Highlighter
org.jdesktop.swingx.decorator.ConditionalHighlighter
org.jdesktop.swingx.decorator.RolloverHighlighter
public class RolloverHighlighter
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jdesktop.swingx.decorator.Highlighter |
|---|
Highlighter.UIHighlighter |
| Field Summary |
|---|
| Fields inherited from class org.jdesktop.swingx.decorator.ConditionalHighlighter |
|---|
highlightColumn, mask, testColumn |
| Fields inherited from class org.jdesktop.swingx.decorator.Highlighter |
|---|
changeEvent, immutable, ledgerBackground, listenerList, notePadBackground |
| Constructor Summary | |
|---|---|
RolloverHighlighter(java.awt.Color cellBackground,
java.awt.Color cellForeground)
|
|
| Method Summary | |
|---|---|
protected boolean |
test(ComponentAdapter adapter)
Tests if the cell identified by the specified adapter should actually be highlighted, and returns true if so; otherwise, it returns false. |
| Methods inherited from class org.jdesktop.swingx.decorator.ConditionalHighlighter |
|---|
computeBackground, computeForeground, computeSelectedForeground, doMask, getHighlightColumnIndex, getMask, getTestColumnIndex, highlight, maskBackground, maskForeground, needsHighlight, setHighlightColumnIndex, setMask, setTestColumnIndex |
| Methods inherited from class org.jdesktop.swingx.decorator.Highlighter |
|---|
addChangeListener, applyBackground, applyFont, applyForeground, computeSelectedBackground, doHighlight, fireStateChanged, getBackground, getChangeListeners, getForeground, getSelectedBackground, getSelectedForeground, isImmutable, removeChangeListener, setBackground, setForeground, setSelectedBackground, setSelectedForeground |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RolloverHighlighter(java.awt.Color cellBackground,
java.awt.Color cellForeground)
| Method Detail |
|---|
protected boolean test(ComponentAdapter adapter)
ConditionalHighlighter
test in class ConditionalHighlighter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||