uic.themeconfig
Class FontsPanel

java.lang.Object
  extended byFontsBase
      extended byuic.themeconfig.FontsPanel
All Implemented Interfaces:
ConfigPanelInterface

public class FontsPanel
extends FontsBase
implements ConfigPanelInterface

The font config panel. Lists all fonts the user can change.

Since:
1.1
See Also:
Serialized Form

Constructor Summary
FontsPanel(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

FontsPanel

public FontsPanel(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