uic.themeconfig
Class OptionsPane

java.lang.Object
  extended byOptionsPaneBase
      extended byuic.themeconfig.OptionsPane
All Implemented Interfaces:
ConfigPanelInterface

public class OptionsPane
extends OptionsPaneBase
implements ConfigPanelInterface

Since:
1.1
See Also:
Serialized Form

Constructor Summary
OptionsPane(UICTheme theme)
           
 
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 :)
 TranslationInterface translate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionsPane

public OptionsPane(UICTheme theme)
Method Detail

getName

public String getName()
Description copied from interface: ConfigPanelInterface
Return the name of the config panel as entry in the list.

Specified by:
getName in interface ConfigPanelInterface

getImageBase

public String getImageBase()
Description copied from interface: ConfigPanelInterface
Return the name of the image to which .png will be added as icon in the list.

Specified by:
getImageBase in interface ConfigPanelInterface

save

public void save()
Description copied from interface: ConfigPanelInterface
Please save yourself :)

Specified by:
save in interface ConfigPanelInterface

translate

public TranslationInterface translate()


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