Uses of Interface
com.jgoodies.uif.laf.LookChoiceStrategy

Packages that use LookChoiceStrategy
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 LookChoiceStrategy in com.jgoodies.uif.laf
 

Fields in com.jgoodies.uif.laf declared as LookChoiceStrategy
static LookChoiceStrategy LookChoiceStrategies.FIXED_3D
          A strategy that always chooses the Plastic3D look.
static LookChoiceStrategy LookChoiceStrategies.FIXED_XP
          A strategy that always chooses the PlasticXP look.
static LookChoiceStrategy LookChoiceStrategies.SYSTEM
          A strategy that always chooses the system look.
 

Methods in com.jgoodies.uif.laf that return LookChoiceStrategy
static LookChoiceStrategy ExtUIManager.getLookChoiceStrategy()
          Returns the current LookChoiceStrategy.
 

Methods in com.jgoodies.uif.laf with parameters of type LookChoiceStrategy
static void ExtUIManager.setLookChoiceStrategy(LookChoiceStrategy strategy)
          Sets a LookChoiceStrategy that will be used to lookup the very first look, if no look has been stored.
 



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