Package org.jdesktop.swingx.decorator
Interface UIDependent
-
- All Known Implementing Classes:
CompoundHighlighter,HighlighterFactory.UIColorHighlighter,TableColumnExt
public interface UIDependentEncapsulates 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 voidupdateUI()method to call after the LookAndFeel changed.
-