org.acm.seguin.pmd.swingui
Class PMDLookAndFeel

java.lang.Object
  extended by javax.swing.LookAndFeel
      extended by javax.swing.plaf.basic.BasicLookAndFeel
          extended by com.sun.java.swing.plaf.windows.WindowsLookAndFeel
              extended by org.acm.seguin.pmd.swingui.PMDLookAndFeel
All Implemented Interfaces:
java.io.Serializable

public class PMDLookAndFeel
extends com.sun.java.swing.plaf.windows.WindowsLookAndFeel

Since:
August 27, 2002
Version:
$Revision: 1.4 $, $Date: 2003/09/21 20:51:41 $
Author:
Donald A. Leckie
See Also:
Serialized Form

Constructor Summary
PMDLookAndFeel()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getID()
           
protected static javax.swing.ImageIcon getImageIcon(java.lang.String fileName)
           
 java.lang.String getName()
           
protected  void initClassDefaults(javax.swing.UIDefaults table)
           
protected  void initComponentDefaults(javax.swing.UIDefaults table)
           
protected  void initSystemColorDefaults(javax.swing.UIDefaults table)
           
 boolean isNativeLookAndFeel()
           
 boolean isSupportedLookAndFeel()
           
 
Methods inherited from class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
createAudioAction, getDisabledIcon, getLayoutStyle, initialize, isClassicWindows, isMnemonicHidden, provideErrorFeedback, setMnemonicHidden, uninitialize
 
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
getAudioActionMap, getDefaults, loadSystemColors, playSound
 
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, getDisabledSelectedIcon, getSupportsWindowDecorations, installBorder, installColors, installColorsAndFont, installProperty, loadKeyBindings, makeComponentInputMap, makeIcon, makeInputMap, makeKeyBindings, toString, uninstallBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PMDLookAndFeel

public PMDLookAndFeel()
Method Detail

getDescription

public java.lang.String getDescription()
Overrides:
getDescription in class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Returns:

getID

public java.lang.String getID()
Overrides:
getID in class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Returns:

getName

public java.lang.String getName()
Overrides:
getName in class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Returns:

isNativeLookAndFeel

public boolean isNativeLookAndFeel()
Overrides:
isNativeLookAndFeel in class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Returns:

isSupportedLookAndFeel

public boolean isSupportedLookAndFeel()
Overrides:
isSupportedLookAndFeel in class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Returns:

initClassDefaults

protected void initClassDefaults(javax.swing.UIDefaults table)
Overrides:
initClassDefaults in class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Parameters:
table -

initSystemColorDefaults

protected void initSystemColorDefaults(javax.swing.UIDefaults table)
Overrides:
initSystemColorDefaults in class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Parameters:
table -

initComponentDefaults

protected void initComponentDefaults(javax.swing.UIDefaults table)
Overrides:
initComponentDefaults in class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
Parameters:
table -

getImageIcon

protected static final javax.swing.ImageIcon getImageIcon(java.lang.String fileName)
Parameters:
fileName -
Returns: