Package com.jgoodies.uif.util

Consist of general helper classes

See:
          Description

Interface Summary
Mode An interface that describes a mode that is either enabled or disabled.
 

Class Summary
ComponentTreeUtils Consists only of static methods for operations on the Swing component tree.
ComponentUtils Consists only of static convenience methods around components.
CompoundIcon An Icon implementation that paints two icons as compound or overlaid icon using a specified alignment.
Modes A typesafe enumeration for a bunch of Modes useful for handling differences between platforms and looks.
NullIcon An implementation of the Icon interface that has a size but does not render any content.
Resizer Assists in getting aesthetic aspect ratios for panels and dialogs.
SafeWorker<T,V> Adds behavior to its superclass SwingWorker to properly handle exceptions thrown during the background execution.
ScreenUtils This class consists only of static convenience behavior for screen handling.
SystemUtils Provides convenience behavior to determine the operating system and a few other odds and ends.
TreeUtils Consists only of static methods for convenience tree operations.
UIFFocusTraversalPolicy A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.
WindowUtils Provides static convenience behavior to store and restore window bounds in a Preferences node and to ensure a minimum size for Swing windows.
WindowUtils.SizeChangeHandler A ComponentListener that handles size changes in Windows to ensure a minimum size.
 

Package com.jgoodies.uif.util Description

Consist of general helper classes.

Related Documentation

For more information see:

See Also:
com.jgoodies.uif.builder, com.jgoodies.uif.component


Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.