com.jgoodies.uif.laf
Class LookChoiceStrategies

java.lang.Object
  extended by com.jgoodies.uif.laf.LookChoiceStrategies

public final class LookChoiceStrategies
extends Object

Provides predefined LookChoiceStrategy implementations. The available behavior is:

  Strategy
OS FIXED_3D FIXED_XP SYSTEM
Windows Plastic3D PlasticXP JGoodies Windows
Mac OS X Plastic3D PlasticXP Aqua
Other Plastic3D PlasticXP PlasticXP

Version:
$Revision: 1.6 $
Author:
Karsten Lentzsch
See Also:
LookChoiceStrategy

Field Summary
static LookChoiceStrategy FIXED_3D
          A strategy that always chooses the Plastic3D look.
static LookChoiceStrategy FIXED_XP
          A strategy that always chooses the PlasticXP look.
static LookChoiceStrategy SYSTEM
          A strategy that always chooses the system look.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYSTEM

public static final LookChoiceStrategy SYSTEM
A strategy that always chooses the system look.


FIXED_3D

public static final LookChoiceStrategy FIXED_3D
A strategy that always chooses the Plastic3D look.


FIXED_XP

public static final LookChoiceStrategy FIXED_XP
A strategy that always chooses the PlasticXP look.



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