public static class HighlighterFactory.UIColorHighlighter extends ColorHighlighter implements UIDependent
listenerList
Constructor and Description |
---|
UIColorHighlighter()
Instantiates a ColorHighlighter with LF provided unselected
background and default predicate.
|
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, setSelectedForeground
addChangeListener, areEqual, canHighlight, fireStateChanged, getChangeListeners, getHighlightPredicate, highlight, removeChangeListener, setHighlightPredicate
public UIColorHighlighter()
public UIColorHighlighter(HighlightPredicate odd)
odd
- the predicate to usepublic void updateUI()
UIDependent
updateUI
in interface UIDependent