|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ResourceMap using the currently configured builder.
getObject to see
if a resource is defined by this ResourceMap.
Double.valueOf(String), where the pair of numbers
are separated by a comma.
getObject to look up
resource values in the internal representation of the ResourceBundles named when this ResourceMap was constructed.
keySet to
get the names of the resources defined in this ResourceMap.
ResourceMap.injectComponent(java.awt.Component) to each Component in the
hierarchy with root root.
Set that contains all of the keys in
this ResourceMap and (recursively) its parent ResourceMaps.
getObject to cache
values that have been retrieved, evaluated (as in ${key}
expressions), and string converted.
ResourceBundles as well as
(recursively) the parent ResourceMap.
ResourceMap.injectFields(java.lang.Object) when
an error occurs while attempting to set a field (a field that
had been marked with @Resource).ResourceMap.getObject(java.lang.String, java.lang.Class) when resource lookup
fails, for example because string conversion fails.ResourceMap.injectComponent(java.awt.Component) and
ResourceMap.injectComponents(java.awt.Component) when a property value specified by
a resource can not be set.ResourceMaps.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||