uic.themeconfig
Class ConfigDialog

java.lang.Object
  extended byuic.widgets.AbstractWindow
      extended byuic.widgets.StandardDialog
          extended byuic.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, BUTTON_USER1, BUTTON_USER2, BUTTON_USER3, CONFIG_ALLOW_ESC_CLOSE, OK_APPLY_CANCEL, OK_CANCEL, PROPERTY_ENABLE_APPLY, PROPERTY_ENABLE_OK, PROPERTY_ENABLE_USER1, PROPERTY_ENABLE_USER2, PROPERTY_ENABLE_USER3, PROPERTY_TEXT_USER1, PROPERTY_TEXT_USER2, PROPERTY_TEXT_USER3
 
Fields inherited from class uic.widgets.AbstractWindow
internalWindow
 
Method Summary
protected  void applyPressedSlot()
           
static void main(String[] args)
           
static UICTheme showConfigDialog(JFrame parent, UICTheme theme)
           
 TranslationInterface translate()
           
static void updateThemeOn(Window target, UICTheme theme)
           
 
Methods inherited from class uic.widgets.StandardDialog
addActionListener, addCommandButton, buttonPressedSlot, changeUser1ButtonTextSlot, changeUser2ButtonTextSlot, changeUser3ButtonTextSlot, createInternalWindow, createInternalWindow, enableApplyButtonSlot, enableOKButtonSlot, enableUser1ButtonSlot, enableUser2ButtonSlot, enableUser3ButtonSlot, hide, hide, removeActionListener, setComponent, show, showAndForget, showAndForget
 
Methods inherited from class uic.widgets.AbstractWindow
getBounds, getDialogSizePanel, getLocation, getRPContainer, getSize, positionDialog, positionDialog, 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 UICTheme showConfigDialog(JFrame parent,
                                        UICTheme theme)

applyPressedSlot

protected void applyPressedSlot()

updateThemeOn

public static void updateThemeOn(Window target,
                                 UICTheme theme)

main

public static void main(String[] args)

translate

public TranslationInterface translate()
Overrides:
translate in class StandardDialog


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