com.limegroup.gnutella.gui
Interface ThemeObserver

All Known Implementing Classes:
com.limegroup.gnutella.gui.tabs.AbstractTab, AbstractTableMediator, ChatFrame, ChatRenderer, Ditherer, JTreeTable, LibraryMediator, LibraryTableDataLine, MediaButton, MediaPlayerComponent, MonitorView, OptionsMediator, PlayListGUI, ProgressBarRenderer, ResultPanel, SearchMediator, StatusLine

public interface ThemeObserver

This interface outlines the methods of classes that wish to be notified of theme changes. This is required, for example, when classes have include images that need to be updated when a theme is changed.


Method Summary
 void updateTheme()
          Update any required theme settings, such as colors or images.
 

Method Detail

updateTheme

public void updateTheme()
Update any required theme settings, such as colors or images.