| Home >> All >> org >> jempeg >> [ util Javadoc ] |
org.jempeg.util: Javadoc index of package org.jempeg.util.
Package Samples:
org.jempeg.util
Classes:
ActionSource: ActionSource is can handle firing actionPerformed events to ActionListeners. This is used by any class that wants to fire these events so that the action firing code doesn't have be rewritten in each class.
DocumentActionAdapter: Receives documentListener events and fires action performs from this. This is used to signal some listener that some element on a panel changed (without the listener having to know that it was a document)
Debug: Debug provides a toggle-able debug output interface. Debug output defaults to off, but can be turned on by setting the system property "debug" to "true".
TypeConversionUtils: All the C-to-Java type conversion you might ever want to do, packed into one handy class. It slices, it dices....
NumericEnum: A convenience class for implementing numeric enumerated types.
TreeUtils: Handy tree manipulation utilities.
| Home | Contact Us | Privacy Policy | Terms of Service |