Quaqua 8.0 2011-10-02

Package ch.randelshofer.quaqua.util

Contains utility classes which are used by the Quaqua Look and Feel.

See:
          Description

Interface Summary
NavigatableTabbedPaneUI NavigatableTabbedPaneUI.
ViewportPainter This interface is implemented by user interface delegates that wish to paint onto the content area of a JViewport.
 

Class Summary
ArrayUtil ArrayUtil.
BinaryPListParser Reads a binary PList file and returns it as a NanoXML XMLElement.
CachedPainter A base class used for icons or images that are expensive to paint.
ConcurrentDispatcher Processes Runnable objects concurrently on a pool of processor threads.
Debug Debug.
EventLoop An EventLoop can process events on a separate worker thread.
Fonts Fonts.
GroupBox GroupBox draws a Aqua-style group box similar to a native Cocoa NSBox.
HalfbrightFilter HalfbrightFilter reduces the brightness of an image by 50 percent.
Images Image processing methods.
Images.GraphiteFilter The graphite filter converts Mac OS X artwork from "Blue Appearance" to "Graphite Appearance" by desaturing the colors.
InsetsUtil Utilities for Insets.
IteratorEnumeration This Enumeration is a wrapper over an Iterator.
Methods Methods contains convenience methods for method invocations using java.lang.reflect.
QuaquaResourceBundleUtil This is a convenience wrapper for accessing resources stored in a ResourceBundle.
ScriptSystem Constants for the script systems supported by Unicode.
SequentialDispatcher Processes Runnable objects sequentially on a processor thread.
ShadowFilter ShadowFilter changes the color of an image to all black, and reduces the alpha channel to 50 percent.
SizeConstrainedPanel A JPanel which has a fixed preferred width or height.
Worker<T> This is an abstract class that you subclass to perform GUI-related work in a dedicated event dispatcher.
 

Package ch.randelshofer.quaqua.util Description

Contains utility classes which are used by the Quaqua Look and Feel.


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