Quaqua 7.4.2 2011-07-05

ch.randelshofer.quaqua
Class QuaquaLookAndFeel

java.lang.Object
  extended by javax.swing.LookAndFeel
      extended by javax.swing.plaf.basic.BasicLookAndFeel
          extended by ch.randelshofer.quaqua.LookAndFeelProxy
              extended by ch.randelshofer.quaqua.QuaquaLookAndFeel
All Implemented Interfaces:
java.io.Serializable

public class QuaquaLookAndFeel
extends LookAndFeelProxy

The QuaquaLookAndFeel is an extension for Apple's Mac Look and Feel and to Apple's Aqua Look and Feel for Java 1.3 through 1.4 on Mac OS X 10.0 through 10.3.

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

This class acts as a proxy to the look and feel provided by QuaquaManager.getLookAndFeel.

This class may be less compatible than the look and feel instances provided by QuaquaManager, but it can be used in a chooser for look and feel's.

Usage

 import javax.swing.*;
 
 UIManager.setLookAndFeel("ch.randelshofer.quaqua.QuaquaLookAndFeel");
 

Version:
$Id: QuaquaLookAndFeel.java 361 2010-11-21 11:19:20Z wrandelshofer $
Author:
Werner Randelshofer, Hausmatt 10, CH-6405 Immensee, Switzerland
See Also:
Serialized Form

Field Summary
 
Fields inherited from class ch.randelshofer.quaqua.LookAndFeelProxy
target
 
Constructor Summary
QuaquaLookAndFeel()
          Creates a new instance of QuaquaLookAndFeel
 
Method Summary
 
Methods inherited from class ch.randelshofer.quaqua.LookAndFeelProxy
getDefaults, getDescription, getID, getLayoutStyle, getName, getSupportsWindowDecorations, initialize, isNativeLookAndFeel, isSupportedLookAndFeel, provideErrorFeedback, setTarget, uninitialize
 
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, 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

QuaquaLookAndFeel

public QuaquaLookAndFeel()
Creates a new instance of QuaquaLookAndFeel


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