uic.themeconfig
Class ConfigDialogImpl

java.lang.Object
  extended byConfigDialogBase
      extended byuic.themeconfig.ConfigDialogImpl

public class ConfigDialogImpl
extends ConfigDialogBase

The configuration dialog with the list of config panels.

Since:
1.1
See Also:
Serialized Form

Constructor Summary
ConfigDialogImpl()
           
 
Method Summary
 void activate(int configPanel)
           
 void addConfigPanel(ConfigPanelInterface panel)
           
protected  void open(UICTheme theme)
           
 void save()
           
 TranslationInterface translate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigDialogImpl

public ConfigDialogImpl()
Method Detail

open

protected void open(UICTheme theme)

save

public void save()

addConfigPanel

public void addConfigPanel(ConfigPanelInterface panel)

activate

public void activate(int configPanel)

translate

public TranslationInterface translate()


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