Package org.jdesktop.swingx.decorator
Interface UIDependent
-
- All Known Implementing Classes:
CompoundHighlighter
,HighlighterFactory.UIColorHighlighter
,TableColumnExt
public interface UIDependent
Encapsulates state that depends on the UI and needs to be updated on LookAndFeel change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateUI()
method to call after the LookAndFeel changed.
-