org.springframework.richclient.application.config
Class JGoodiesLooksConfigurer

java.lang.Object
  extended by org.springframework.richclient.application.config.JGoodiesLooksConfigurer
All Implemented Interfaces:
InitializingBean

public class JGoodiesLooksConfigurer
extends Object
implements InitializingBean


Constructor Summary
JGoodiesLooksConfigurer()
           
JGoodiesLooksConfigurer(UIManagerConfigurer configurer)
           
 
Method Summary
 void afterPropertiesSet()
           
 void set3DEnabled(boolean threeDEnabled)
           
 void setDefaultIconSize(Dimension size)
           
 void setFontSizeHints(com.jgoodies.looks.FontPolicy fontPolicy)
           
 void setHighContrastFocusColorsEnabled(boolean highContrastEnabled)
           
 void setPopupDropShadowEnabled(boolean enabled)
           
 void setTabIconsEnabled(boolean enabled)
           
 void setTabStyle(String tabStyle)
           
 void setTheme(com.jgoodies.looks.plastic.PlasticTheme theme)
           
 void setUseNarrowButtons(boolean enabled)
           
 void setUseSystemFonts(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGoodiesLooksConfigurer

public JGoodiesLooksConfigurer()

JGoodiesLooksConfigurer

public JGoodiesLooksConfigurer(UIManagerConfigurer configurer)
Method Detail

setDefaultIconSize

public void setDefaultIconSize(Dimension size)

setTheme

public void setTheme(com.jgoodies.looks.plastic.PlasticTheme theme)

setPopupDropShadowEnabled

public void setPopupDropShadowEnabled(boolean enabled)

setTabIconsEnabled

public void setTabIconsEnabled(boolean enabled)

setUseNarrowButtons

public void setUseNarrowButtons(boolean enabled)

setUseSystemFonts

public void setUseSystemFonts(boolean enabled)

setFontSizeHints

public void setFontSizeHints(com.jgoodies.looks.FontPolicy fontPolicy)

set3DEnabled

public void set3DEnabled(boolean threeDEnabled)

setHighContrastFocusColorsEnabled

public void setHighContrastFocusColorsEnabled(boolean highContrastEnabled)

setTabStyle

public void setTabStyle(String tabStyle)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface InitializingBean
Throws:
Exception


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.