ui
Interface OptionsPanel

All Known Implementing Classes:
BackgroundMonitorPanel, DirectoriesPanel, FileFilterPanel, iTunesSettingsPanel, StartupPanel

public interface OptionsPanel

A simple interface for JPanel objects within the Options Panel.


Method Summary
 void setPanel()
          The method that sets a panel to display any information to keep the panel up to date.
 

Method Detail

setPanel

void setPanel()
The method that sets a panel to display any information to keep the panel up to date. For example, in displaying options, checkboxes need to be displayed according to the options object.