swing.addon.plaf.themelf
Class ThemeLookAndFeel

java.lang.Object
  |
  +--javax.swing.LookAndFeel
        |
        +--javax.swing.plaf.basic.BasicLookAndFeel
              |
              +--swing.addon.plaf.themelf.ThemeLF
                    |
                    +--swing.addon.plaf.themelf.ThemeLookAndFeel
All Implemented Interfaces:
java.io.Serializable

public class ThemeLookAndFeel
extends ThemeLF

See Also:
Serialized Form

Constructor Summary
ThemeLookAndFeel()
           
 
Methods inherited from class swing.addon.plaf.themelf.ThemeLF
getDefaultFont, getDefaults, getDescription, getID, getInstallationDirectory, getName, getThemes, initClassDefaults, initComponentDefaults, initSystemColorDefaults, isNativeLookAndFeel, isSupportedLookAndFeel
 
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
loadSystemColors
 
Methods inherited from class javax.swing.LookAndFeel
initialize, installBorder, installColors, installColorsAndFont, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, toString, uninitialize, uninstallBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThemeLookAndFeel

public ThemeLookAndFeel()