Copyright 2012-02-25 Werner Randelshofer

Package ch.randelshofer.util

Provides utility classes.

See:
          Description

Class Summary
Applets Usefull methods for applets.
ArrayUtil This class contains various methods for manipulating arrays (such as sorting and searching).
AsyncActionListener Invokes the actionPerformed event using SwingUtilities.invokeLater.
ControllerTracker Tracks state changes in a Java Media Framework Controller.
EnumIterable<T> EnumIterable.
EnumIterator<T> Wraps an Enumeratin with the Iterator interface.
PropertyModel This subclass of java.util.Properties informs registered PropertyChange listeners about changes of the properties.
ResourceBundleUtil This is a convenience wrapper for accessing resources stored in a ResourceBundle.
Strings This class contains various methods for manipulating strings.
 

Package ch.randelshofer.util Description

Provides utility classes.


Copyright 2012-02-25 Werner Randelshofer