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

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


getImageBase

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


save

void save()
Please save yourself :)



Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence