Package org.jdesktop.application

Class Summary
ResourceConverter A base class for converting arbitrary types to and from Strings, as well as a registry of ResourceConverter implementations.
ResourceMap A read-only encapsulation of one or more ResourceBundles that adds automatic string conversion, support for field and Swing component property injection, string resource variable substitution, and chaining.
 

Exception Summary
ResourceConverter.ResourceConverterException  
ResourceMap.InjectFieldException Unchecked exception thrown by ResourceMap.injectFields(java.lang.Object) when an error occurs while attempting to set a field (a field that had been marked with @Resource).
ResourceMap.LookupException Unchecked exception thrown by ResourceMap.getObject(java.lang.String, java.lang.Class) when resource lookup fails, for example because string conversion fails.
ResourceMap.PropertyInjectionException Unchecked exception thrown by ResourceMap.injectComponent(java.awt.Component) and ResourceMap.injectComponents(java.awt.Component) when a property value specified by a resource can not be set.
 

Annotation Types Summary
Resource  
 



Copyright © 2010. All Rights Reserved.