org.jdesktop.swingx.decorator
Class RolloverHighlighter
java.lang.Object
org.jdesktop.swingx.decorator.AbstractHighlighter
org.jdesktop.swingx.decorator.LegacyHighlighter
org.jdesktop.swingx.decorator.ConditionalHighlighter
org.jdesktop.swingx.decorator.RolloverHighlighter
- All Implemented Interfaces:
- Highlighter
Deprecated. use AbstractHighlighter with HighlightPredicate.ROLLOVER_ROW
public class RolloverHighlighter
- extends ConditionalHighlighter
Method Summary |
protected boolean |
test(ComponentAdapter adapter)
Deprecated. 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 org.jdesktop.swingx.decorator.LegacyHighlighter |
addChangeListener, applyBackground, applyForeground, computeBackground, computeForeground, computeSelectedBackground, computeSelectedBackground, computeSelectedForeground, computeUnselectedBackground, computeUnselectedForeground, doHighlight, getBackground, getForeground, getSelectedBackground, getSelectedForeground, isImmutable, setBackground, setForeground, setSelectedBackground, setSelectedForeground |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RolloverHighlighter
public RolloverHighlighter(Color cellBackground,
Color cellForeground)
- Deprecated.
test
protected boolean test(ComponentAdapter adapter)
- Deprecated.
- Description copied from class:
ConditionalHighlighter
- Tests if the cell identified by the specified adapter should actually be
highlighted, and returns true if so; otherwise, it returns false.
- Specified by:
test
in class ConditionalHighlighter
- Returns:
- true if the test succeeds; false otherwise