|
swingx Version 2005-08-19 |
|||||||||
| 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(Color cellBackground,
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 |
|---|
computeSelectedForeground, doMask, getHighlightColumnIndex, getMask, getTestColumnIndex, highlight, maskBackground, maskForeground, needsHighlight, setHighlightColumnIndex, setMask, setTestColumnIndex |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RolloverHighlighter(Color cellBackground,
Color cellForeground)
| Method Detail |
|---|
protected boolean test(ComponentAdapter adapter)
ConditionalHighlighter
test in class ConditionalHighlighter
|
swingx Version 2005-08-19 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||