org.jdesktop.swingx.plaf.windows
Class WindowsLookAndFeelAddons

java.lang.Object
  extended by org.jdesktop.swingx.plaf.LookAndFeelAddons
      extended by org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
          extended by org.jdesktop.swingx.plaf.windows.WindowsLookAndFeelAddons
Direct Known Subclasses:
WindowsClassicLookAndFeelAddons

public class WindowsLookAndFeelAddons
extends BasicLookAndFeelAddons

Adds new pluggable UI following the Windows XP look and feel.


Field Summary
static String HOMESTEAD_VISUAL_STYLE
           
static String SILVER_VISUAL_STYLE
           
 
Constructor Summary
WindowsLookAndFeelAddons()
           
 
Method Summary
 
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicLookAndFeelAddons
initialize, uninitialize
 
Methods inherited from class org.jdesktop.swingx.plaf.LookAndFeelAddons
contribute, getAddon, getBestMatchAddonClassName, getSystemAddonClassName, getUI, installBackgroundPainter, isTrackingLookAndFeelChanges, loadDefaults, setAddon, setAddon, setAddon, setTrackingLookAndFeelChanges, uncontribute, uninstallBackgroundPainter, unloadDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOMESTEAD_VISUAL_STYLE

public static final String HOMESTEAD_VISUAL_STYLE
See Also:
Constant Field Values

SILVER_VISUAL_STYLE

public static final String SILVER_VISUAL_STYLE
See Also:
Constant Field Values
Constructor Detail

WindowsLookAndFeelAddons

public WindowsLookAndFeelAddons()