de.hillenbrand.swing.plaf.metal
Class MetalLookAndFeel

java.lang.Object
  extended byjavax.swing.LookAndFeel
      extended byjavax.swing.plaf.basic.BasicLookAndFeel
          extended byjavax.swing.plaf.metal.MetalLookAndFeel
              extended byde.hillenbrand.swing.plaf.metal.MetalLookAndFeel
All Implemented Interfaces:
HLookAndFeelInformation, java.io.Serializable

public class MetalLookAndFeel
extends javax.swing.plaf.metal.MetalLookAndFeel
implements HLookAndFeelInformation

See Also:
Serialized Form

Constructor Summary
MetalLookAndFeel()
           
 
Method Summary
 java.lang.String getAuthor()
           
 java.lang.String getCopyright()
           
 java.lang.String getDescription()
           
 java.lang.String getDownloadUrl()
           
 java.lang.String getID()
           
 java.lang.String getName()
           
protected  void initClassDefaults(javax.swing.UIDefaults table)
           
protected  void initComponentDefaults(javax.swing.UIDefaults table)
           
static void main(java.lang.String[] args)
           
 void provideErrorFeedback(java.awt.Component component)
           
 
Methods inherited from class javax.swing.plaf.metal.MetalLookAndFeel
createDefaultTheme, getAcceleratorForeground, getAcceleratorSelectedForeground, getBlack, getControl, getControlDarkShadow, getControlDisabled, getControlHighlight, getControlInfo, getControlShadow, getControlTextColor, getControlTextFont, getDefaults, getDesktopColor, getFocusColor, getHighlightedTextColor, getInactiveControlTextColor, getInactiveSystemTextColor, getMenuBackground, getMenuDisabledForeground, getMenuForeground, getMenuSelectedBackground, getMenuSelectedForeground, getMenuTextFont, getPrimaryControl, getPrimaryControlDarkShadow, getPrimaryControlHighlight, getPrimaryControlInfo, getPrimaryControlShadow, getSeparatorBackground, getSeparatorForeground, getSubTextFont, getSupportsWindowDecorations, getSystemTextColor, getSystemTextFont, getTextHighlightColor, getUserTextColor, getUserTextFont, getWhite, getWindowBackground, getWindowTitleBackground, getWindowTitleFont, getWindowTitleForeground, getWindowTitleInactiveBackground, getWindowTitleInactiveForeground, initSystemColorDefaults, isNativeLookAndFeel, isSupportedLookAndFeel, setCurrentTheme
 
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, loadSystemColors, playSound
 
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, 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

MetalLookAndFeel

public MetalLookAndFeel()
Method Detail

getAuthor

public java.lang.String getAuthor()
Specified by:
getAuthor in interface HLookAndFeelInformation

getCopyright

public java.lang.String getCopyright()
Specified by:
getCopyright in interface HLookAndFeelInformation

getDescription

public java.lang.String getDescription()

getDownloadUrl

public java.lang.String getDownloadUrl()
Specified by:
getDownloadUrl in interface HLookAndFeelInformation

getID

public java.lang.String getID()

getName

public java.lang.String getName()

initClassDefaults

protected void initClassDefaults(javax.swing.UIDefaults table)

initComponentDefaults

protected void initComponentDefaults(javax.swing.UIDefaults table)

main

public static void main(java.lang.String[] args)

provideErrorFeedback

public void provideErrorFeedback(java.awt.Component component)