Uses of Class
com.jgoodies.uif.laf.LookConfigurations

Packages that use LookConfigurations
com.jgoodies.uif.laf Provides helper classes that assist in changing the Swing look & feel at runtime and in storing and restoring an l&f 
 

Uses of LookConfigurations in com.jgoodies.uif.laf
 

Methods in com.jgoodies.uif.laf that return LookConfigurations
static LookConfigurations ExtUIManager.getLookConfigurations()
          Returns a clone of the LookConfigurations object which is lazily initialized with default values.
 

Methods in com.jgoodies.uif.laf with parameters of type LookConfigurations
static void ExtUIManager.setLookConfigurations(LookConfigurations newLookConfigurations)
          Sets a new LookConfigurations object, stores them in the ApplicationContext's user preferences, sets the look and theme and finally updates all component tree UIs.
 



Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.