public static class HighlighterFactory.UIColorHighlighter extends ColorHighlighter implements UIDependent
listenerList| Constructor and Description |
|---|
HighlighterFactory.UIColorHighlighter()
Instantiates a ColorHighlighter with LF provided unselected
background and default predicate.
|
HighlighterFactory.UIColorHighlighter(HighlightPredicate odd)
Instantiates a ColorHighlighter with LF provided unselected
background and the given predicate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
updateUI()
method to call after the LookAndFeel changed.
|
applyBackground, applyForeground, doHighlight, getBackground, getForeground, getSelectedBackground, getSelectedForeground, setBackground, setForeground, setSelectedBackground, setSelectedForegroundaddChangeListener, areEqual, canHighlight, fireStateChanged, getChangeListeners, getHighlightPredicate, highlight, removeChangeListener, setHighlightPredicatepublic HighlighterFactory.UIColorHighlighter()
public HighlighterFactory.UIColorHighlighter(HighlightPredicate odd)
odd - the predicate to usepublic void updateUI()
UIDependentupdateUI in interface UIDependent