Package se.datadosen.util

Interface Summary
Callback  
JComponentHolder Classes implementing this interface indicate that they contain JComponents that are to be automatically synchronized with a bean or Property object using either the BeanBinder or PropertyBinder class
Multilingual Objects that implement this interface and that are members of objects passed to Msg.maintainTranslated() will have their languageUpdated method called upon initialization and when there is a language change
PersistentList Title: JAlbum Description: Copyright: Copyright (c) 2006 Company: JAlbum AB
PropertyBinder.ComponentBinder Add support for other component types
 

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.
 

Exception Summary
BeanBinderException