uic.themeconfig
Interface ConfigPanelInterface

All Known Implementing Classes:
ColorConfigPanel, FontsPanel, OptionsPane

public interface ConfigPanelInterface

Each config panel that wants to be added to the config dialog should implement this.

Since:
1.1

Method Summary
 String getImageBase()
          Return the name of the image to which .png will be added as icon in the list.
 String getName()
          Return the name of the config panel as entry in the list.
 void save()
          Please save yourself :)
 

Method Detail

getName

public String getName()
Return the name of the config panel as entry in the list.


getImageBase

public String getImageBase()
Return the name of the image to which .png will be added as icon in the list.


save

public void save()
Please save yourself :)



Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence