Quaqua 5.4.1 2009-07-14

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 Based on a code example from: http://tams-www.informatik.uni-hamburg.de/applets/hades/webdemos/00-intro/02-imageprocessing/saturation.html
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.
Preferences Utility class for accessing Mac OS X System Preferences.
ResourceBundleUtil 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.
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
Worker 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.