org.jdesktop.swingx.plaf
Interface UIDependent


public interface UIDependent

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

Author:
Jeanette Winzenburg

Method Summary
 void updateUI()
          Updates all internal visuals after changing a UI-delegate.
 

Method Detail

updateUI

void updateUI()
Updates all internal visuals after changing a UI-delegate.

See Also:
JComponent.updateUI()


Copyright © 2013. All Rights Reserved.