de.hillenbrand.swing.plaf.themelf
Class ThemeLF

java.lang.Object
  extended by javax.swing.LookAndFeel
      extended by javax.swing.plaf.basic.BasicLookAndFeel
          extended by de.hillenbrand.swing.plaf.themelf.ThemeLF
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ThemeLookAndFeel

public class ThemeLF
extends javax.swing.plaf.basic.BasicLookAndFeel

See Also:
Serialized Form

Constructor Summary
ThemeLF()
           
 
Method Summary
static javax.swing.plaf.FontUIResource getDefaultFont(java.lang.String s)
           
 javax.swing.UIDefaults getDefaults()
           
 java.lang.String getDescription()
           
 java.lang.String getID()
           
static java.lang.String getInstallationDirectory()
           
 java.lang.String getName()
           
static java.lang.String[] getThemes()
           
static ThemeLF_Resource getUI(java.lang.String id)
           
protected  void initClassDefaults(javax.swing.UIDefaults table)
          Initialize the uiClassID to BasicComponentUI mapping.
protected  void initComponentDefaults(javax.swing.UIDefaults table)
           
protected  void initSystemColorDefaults(javax.swing.UIDefaults table)
          Load the SystemColors into the defaults table.
 boolean isNativeLookAndFeel()
           
 boolean isSupportedLookAndFeel()
           
 
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, initialize, loadSystemColors, playSound, uninitialize
 
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, getDisabledIcon, getDisabledSelectedIcon, getSupportsWindowDecorations, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, provideErrorFeedback, toString, uninstallBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThemeLF

public ThemeLF()
Method Detail

getDefaultFont

public static final javax.swing.plaf.FontUIResource getDefaultFont(java.lang.String s)

getDefaults

public javax.swing.UIDefaults getDefaults()
Overrides:
getDefaults in class javax.swing.plaf.basic.BasicLookAndFeel

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class javax.swing.LookAndFeel

getID

public java.lang.String getID()
Specified by:
getID in class javax.swing.LookAndFeel

getInstallationDirectory

public static java.lang.String getInstallationDirectory()

getName

public java.lang.String getName()
Specified by:
getName in class javax.swing.LookAndFeel

getThemes

public static java.lang.String[] getThemes()

getUI

public static final ThemeLF_Resource getUI(java.lang.String id)

initClassDefaults

protected void initClassDefaults(javax.swing.UIDefaults table)
Initialize the uiClassID to BasicComponentUI mapping. The JComponent classes define their own uiClassID constants (see AbstractComponent.getUIClassID). This table must map those constants to a BasicComponentUI class of the appropriate type.

Overrides:
initClassDefaults in class javax.swing.plaf.basic.BasicLookAndFeel
See Also:
BasicLookAndFeel.getDefaults()

initComponentDefaults

protected void initComponentDefaults(javax.swing.UIDefaults table)
Overrides:
initComponentDefaults in class javax.swing.plaf.basic.BasicLookAndFeel

initSystemColorDefaults

protected void initSystemColorDefaults(javax.swing.UIDefaults table)
Load the SystemColors into the defaults table. The keys for SystemColor defaults are the same as the names of the public fields in SystemColor.

Overrides:
initSystemColorDefaults in class javax.swing.plaf.basic.BasicLookAndFeel

isNativeLookAndFeel

public boolean isNativeLookAndFeel()
Specified by:
isNativeLookAndFeel in class javax.swing.LookAndFeel

isSupportedLookAndFeel

public boolean isSupportedLookAndFeel()
Specified by:
isSupportedLookAndFeel in class javax.swing.LookAndFeel