uic.themeconfig
Class ConfigDialog

java.lang.Object
  |
  +--uic.widgets.StandardDialog
        |
        +--uic.themeconfig.ConfigDialog

public class ConfigDialog
extends StandardDialog

The base dialog window.

Since:
1.1

Field Summary
 
Fields inherited from class uic.widgets.StandardDialog
BUTTON_APPLY, BUTTON_CANCEL, BUTTON_DEFAULTS, BUTTON_HELP, BUTTON_OK, internalDialog, OK_APPLY_CANCEL, OK_CANCEL
 
Method Summary
protected  void applyPressedSlot()
           
static void main(String[] args)
           
static uic.themes.UICTheme showConfigDialog(JFrame parent, uic.themes.UICTheme theme)
           
 uic.TranslationInterface translate()
          Overload this method to provide translations...
static void updateThemeOn(Window target, uic.themes.UICTheme theme)
           
 
Methods inherited from class uic.widgets.StandardDialog
addActionListener, addToolbar, buttonPressedSlot, getBounds, getLocation, getSize, positionDialog, setComponent, show, show, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showConfigDialog

public static uic.themes.UICTheme showConfigDialog(JFrame parent,
                                                   uic.themes.UICTheme theme)

applyPressedSlot

protected void applyPressedSlot()

updateThemeOn

public static void updateThemeOn(Window target,
                                 uic.themes.UICTheme theme)

main

public static void main(String[] args)

translate

public uic.TranslationInterface translate()
Description copied from class: StandardDialog
Overload this method to provide translations...

Overrides:
translate in class StandardDialog


Copyright © 2002,2003 Thomas Zander