|
Class Summary |
| AliasAction |
|
| Attributizer |
Add JComponents to a subclass instance of this class or set a JComponentHolder as target. |
| BeanBinder |
Utility class for synchronizing a Swing GUI with JavaBean properties. |
| Colors |
Utility Color class |
| Countries |
|
| Dates |
Utility class to simplify date display and date arithmetic |
| Debug |
|
| DesEncrypter |
Based on http://www.exampledepot.com/egs/javax.crypto/PassKey.html
but without Sun specific classes |
| DigestUtil |
|
| FileFilters |
Handle image loading and saving and decide if a certain file is supported by JAlbum |
| FileFilters.BasicImageInfo |
|
| FileFilters.FileType |
|
| FormattedDate |
Subclass of Date that prints itself according to the passed DateFormat class |
| GraphicsUtilities |
|
| IO |
Utility class to simplify common file related operations This class is LGPL licensed. |
| Item |
Allow comboboxes to have item-value pairs. |
| LanguageMapper |
|
| MultilingualAction |
|
| Platform |
|
| PrintSafeHashMap |
HashMap that can be printed without risking ending in recursive loops if it contains
recurive references. |
| PropertyBinder |
Utility class for synchronizing a Swing GUI with a Property object. |
| Replacer |
Multiple string search and replace utility. |
| RotationSupport |
|
| Scope |
|
| SlowAction |
AbstractAction that allows the caller to pass a PropertyChangeListener reference
that will be called when the slow work is starting and done. |
| SmartResourceBundle |
Similar to java.util.ResourceBundle, but handles property files containing UTF-8 encoded
characters (auto-senses) |
| Stopwatch |
|
| StringCodec |
Convert Strings to and from byte array representation with auto detecting and
marking of UTF-8 and UTF-16 encodings. |
| Template |
Fast multiple string search and replace utility. |
| Timer |
Deprecated. Use se.datadosen.util.Stopwatch instead |
| WindowUtilities |
Exclude the passed JFrame from being affected by modal dialogs in other window
hiearchies. |