org.jdesktop.swingx.plaf.nimbus
Class NimbusLookAndFeel

java.lang.Object
  extended by javax.swing.LookAndFeel
      extended by javax.swing.plaf.basic.BasicLookAndFeel
          extended by javax.swing.plaf.synth.SynthLookAndFeel
              extended by org.jdesktop.swingx.plaf.nimbus.NimbusLookAndFeel
All Implemented Interfaces:
java.io.Serializable

public class NimbusLookAndFeel
extends javax.swing.plaf.synth.SynthLookAndFeel

The Nimbus Look and Feel.

Author:
Karl Tauber
See Also:
Serialized Form

Constructor Summary
NimbusLookAndFeel()
          Creates a new instance of NimbusLookAndFeel
 
Method Summary
 java.lang.String getDescription()
          Returns a textual description of this look and feel.
 java.lang.String getID()
          Return a string that identifies this look and feel.
 java.lang.String getName()
          Return a short string that identifies this look and feel.
 
Methods inherited from class javax.swing.plaf.synth.SynthLookAndFeel
createUI, getDefaults, getRegion, getStyle, getStyleFactory, initialize, isNativeLookAndFeel, isSupportedLookAndFeel, load, load, setStyleFactory, shouldUpdateStyleOnAncestorChanged, uninitialize, updateStyles
 
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, initClassDefaults, initComponentDefaults, initSystemColorDefaults, loadSystemColors, playSound
 
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, getDisabledIcon, getDisabledSelectedIcon, getLayoutStyle, 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

NimbusLookAndFeel

public NimbusLookAndFeel()
                  throws java.text.ParseException
Creates a new instance of NimbusLookAndFeel

Throws:
java.text.ParseException
Method Detail

getName

public java.lang.String getName()
Return a short string that identifies this look and feel.

Overrides:
getName in class javax.swing.plaf.synth.SynthLookAndFeel
Returns:
a short string identifying this look and feel.

getID

public java.lang.String getID()
Return a string that identifies this look and feel.

Overrides:
getID in class javax.swing.plaf.synth.SynthLookAndFeel
Returns:
a short string identifying this look and feel.

getDescription

public java.lang.String getDescription()
Returns a textual description of this look and feel.

Overrides:
getDescription in class javax.swing.plaf.synth.SynthLookAndFeel
Returns:
textual description of this look and feel.