org.springframework.richclient.application.config
Class UIManagerConfigurer
java.lang.Object
org.springframework.richclient.application.config.UIManagerConfigurer
public class UIManagerConfigurer
- extends Object
Configuerer for specifying global UIManager defaults.
- Author:
- Keith Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIManagerConfigurer
public UIManagerConfigurer()
UIManagerConfigurer
public UIManagerConfigurer(boolean installPrePackagedDefaults)
doInstallCustomDefaults
protected void doInstallCustomDefaults()
throws Exception
- Template method subclasses may override to install custom look and feels
or UIManager defaults.
- Throws:
Exception
setProperties
public void setProperties(Properties properties)
setInstallCustomLookAndFeels
public void setInstallCustomLookAndFeels(String[] customLookAndFeels)
setLookAndFeel
public void setLookAndFeel(Class lookAndFeel)
setLookAndFeel
public void setLookAndFeel(String className)
setLookAndFeelWithName
public void setLookAndFeelWithName(String lookAndFeelName)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.