| Home >> All >> com >> virtuosotechnologies >> lib >> [ util Javadoc ] |
com.virtuosotechnologies.lib.util: Javadoc index of package com.virtuosotechnologies.lib.util.
Package Samples:
com.virtuosotechnologies.lib.util
Classes:
EventBroadcastHelper: A helper class for broadcasting events. This class is meant to be used internally by any class that needs to broadcast events. It provides the following facilities: It manages a set of listeners, providing helper methods for adding and removing listeners. It optionally references listeners via weak references, so they can be garbage collected and do not need to be removed explicitly. It provides methods for broadcasting an event to all listeners. Typical usage will involve keeping a data member of type EventBroadcastHelper in your client class. Your add*Listener() and remove*Listener() methods ...
CollectingCompoundEdit: A CompoundEdit that implements UndoableEditListener. I'd use UndoManager for this, but sometimes we want to disable the limit feature.
EventAbortedException: This exception indicates that an event broadcast has been aborted by one of the listeners.
MultiDelegateClassLoader: A ClassLoader that delegates to a number of other class loaders
LocalizedStringBuilder: Helper class for building localized strings.
FileUtils: Various utilities for files and streams.
PrefsUtils: Various utilities for Java preferences.
ExceptionUtils: Various utilities for Java exceptions.
ObjectUtils: Various utilities for Java objects.
StringID: A immutable string ID class.
LocaleUtils: Locale-related utilities
| Home | Contact Us | Privacy Policy | Terms of Service |