org.jdesktop.swingx.decorator
Interface UIDependent

All Known Implementing Classes:
CompoundHighlighter, DefaultXTreeCellEditor, HighlighterFactory.UIColorHighlighter, TableColumnExt

public interface UIDependent

Encapsulates state that depends on the UI and needs to be updated on LookAndFeel change.


Method Summary
 void updateUI()
          method to call after the LookAndFeel changed.
 

Method Detail

updateUI

void updateUI()
method to call after the LookAndFeel changed.