uic.themeconfig
Class ColorConfigPanel

java.lang.Object
  extended byColorConfigPanelBase
      extended byuic.themeconfig.ColorConfigPanel
All Implemented Interfaces:
ConfigPanelInterface

public class ColorConfigPanel
extends ColorConfigPanelBase
implements ConfigPanelInterface

A config panel for the theme-colors.

Since:
1.1
See Also:
Serialized Form

Constructor Summary
ColorConfigPanel(UICTheme theme)
           
 
Method Summary
 void bSelectColor2PressedSlot(Color newColor)
           
 void bSelectColorPressedSlot(Color newColor)
           
 void colorsComboChangedSlot(int index)
           
 void colorSelectedSlot(String name, int id)
           
 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 profileSelectedSlot(uic.themeconfig.ColorConfigPanel.Schema newSelection)
           
 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

ColorConfigPanel

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

colorSelectedSlot

public void colorSelectedSlot(String name,
                              int id)

colorsComboChangedSlot

public void colorsComboChangedSlot(int index)

bSelectColor2PressedSlot

public void bSelectColor2PressedSlot(Color newColor)

bSelectColorPressedSlot

public void bSelectColorPressedSlot(Color newColor)

profileSelectedSlot

public void profileSelectedSlot(uic.themeconfig.ColorConfigPanel.Schema newSelection)

translate

public TranslationInterface translate()


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