Quaqua 8.0 2011-10-02

ch.randelshofer.quaqua.leopard
Class Quaqua16LeopardLookAndFeel

java.lang.Object
  extended by javax.swing.LookAndFeel
      extended by javax.swing.plaf.basic.BasicLookAndFeel
          extended by ch.randelshofer.quaqua.LookAndFeelProxy15
              extended by ch.randelshofer.quaqua.BasicQuaquaLookAndFeel
                  extended by ch.randelshofer.quaqua.leopard.Quaqua15LeopardLookAndFeel
                      extended by ch.randelshofer.quaqua.leopard.Quaqua16LeopardLookAndFeel
All Implemented Interfaces:
java.io.Serializable

public class Quaqua16LeopardLookAndFeel
extends Quaqua15LeopardLookAndFeel

The Quaqua16LeopardLookAndFeel provides bug fixes and enhancements for Apple's Aqua Look and Feel for Java 1.6 on Mac OS X 10.5 (Leopard).

The Quaqua Look and Feel can not be used on other platforms than Mac OS X.

Usage

Please use the QuaquaManager to activate this look and feel in your application. Or use the generic QuaquaLookAndFeel. Both are designed to autodetect the appropriate Quaqua Look and Feel implementation.

Version:
1.0 2008-09-01 Created.
Author:
Werner Randelshofer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class ch.randelshofer.quaqua.BasicQuaquaLookAndFeel
commonDir, jaguarDir, leopardDir, lionDir, pantherDir, snowLeopardDir, tigerDir
 
Fields inherited from class ch.randelshofer.quaqua.LookAndFeelProxy15
target
 
Constructor Summary
Quaqua16LeopardLookAndFeel()
           
 
Method Summary
 javax.swing.LayoutStyle getLayoutStyle()
           
protected  void initDesignDefaults(javax.swing.UIDefaults table)
          Init design specific look and feel defaults.
 
Methods inherited from class ch.randelshofer.quaqua.leopard.Quaqua15LeopardLookAndFeel
getDescription, getName, getSupportsWindowDecorations, initClassDefaults, initFontDefaults, initSystemColorDefaults, isBrushedMetal, isUseScreenMenuBar
 
Methods inherited from class ch.randelshofer.quaqua.BasicQuaquaLookAndFeel
getBaseSystemFont, getDefaults, getID, initColorDefaults, initComponentDefaults, initGeneralDefaults, initInputMapDefaults, initResourceBundle, installKeyboardFocusManager, installMouseGrabber, installPopupFactory, isJaguarTabbedPane, isUIIncluded, makeBufferedImage, makeBufferedImage, makeButtonStateBorder, makeButtonStateIcon, makeButtonStateIcon, makeButtonStateIcon, makeFrameButtonStateIcon, makeIcon, makeIcon, makeIcon, makeIcons, makeIcons, makeImage, makeImageBevelBackgroundBorder, makeImageBevelBorder, makeImageBevelBorder, makeImageBevelBorder, makeImageBevelBorder, makeImageBevelBorder, makeImageBevelBorders, makeNativeIcon, makeNativeIcon, makeOverlaidButtonStateIcon, makeSliderThumbIcon, makeTextureColor, putDefaults, uninitialize, uninstallKeyboardFocusManager, uninstallMouseGrabber, uninstallPopupFactory
 
Methods inherited from class ch.randelshofer.quaqua.LookAndFeelProxy15
initialize, isNativeLookAndFeel, isSupportedLookAndFeel, provideErrorFeedback, setTarget
 
Methods inherited from class javax.swing.plaf.basic.BasicLookAndFeel
createAudioAction, getAudioActionMap, loadSystemColors, playSound
 
Methods inherited from class javax.swing.LookAndFeel
getDesktopPropertyValue, getDisabledIcon, getDisabledSelectedIcon, 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

Quaqua16LeopardLookAndFeel

public Quaqua16LeopardLookAndFeel()
Method Detail

getLayoutStyle

public javax.swing.LayoutStyle getLayoutStyle()
Overrides:
getLayoutStyle in class javax.swing.LookAndFeel

initDesignDefaults

protected void initDesignDefaults(javax.swing.UIDefaults table)
Description copied from class: BasicQuaquaLookAndFeel
Init design specific look and feel defaults.

Overrides:
initDesignDefaults in class Quaqua15LeopardLookAndFeel

Copyright 2003-2007 (c) Werner Randelshofer.
All rights reserved.