com.l2fprod.common.swing.plaf.windows
Class WindowsLookAndFeelAddons

java.lang.Object
  extended by com.l2fprod.common.swing.plaf.LookAndFeelAddons
      extended by com.l2fprod.common.swing.plaf.basic.BasicLookAndFeelAddons
          extended by com.l2fprod.common.swing.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 java.lang.String HOMESTEAD_VISUAL_STYLE
           
static java.lang.String SILVER_VISUAL_STYLE
           
 
Constructor Summary
WindowsLookAndFeelAddons()
           
 
Method Summary
 
Methods inherited from class com.l2fprod.common.swing.plaf.LookAndFeelAddons
contribute, getAddon, getBestMatchAddonClassName, getSystemAddonClassName, getUI, initialize, isTrackingLookAndFeelChanges, loadDefaults, setAddon, setAddon, setAddon, setTrackingLookAndFeelChanges, uncontribute, uninitialize, 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 java.lang.String HOMESTEAD_VISUAL_STYLE
See Also:
Constant Field Values

SILVER_VISUAL_STYLE

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

WindowsLookAndFeelAddons

public WindowsLookAndFeelAddons()