org.springframework.richclient.application.config
Class UIManagerConfigurer

java.lang.Object
  extended by org.springframework.richclient.application.config.UIManagerConfigurer

public class UIManagerConfigurer
extends Object

Configuerer for specifying global UIManager defaults.

Author:
Keith Donald

Constructor Summary
UIManagerConfigurer()
           
UIManagerConfigurer(boolean installPrePackagedDefaults)
           
 
Method Summary
protected  void doInstallCustomDefaults()
          Template method subclasses may override to install custom look and feels or UIManager defaults.
 void setInstallCustomLookAndFeels(String[] customLookAndFeels)
           
 void setLookAndFeel(Class lookAndFeel)
           
 void setLookAndFeel(String className)
           
 void setLookAndFeelWithName(String lookAndFeelName)
           
 void setProperties(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIManagerConfigurer

public UIManagerConfigurer()

UIManagerConfigurer

public UIManagerConfigurer(boolean installPrePackagedDefaults)
Method Detail

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.