|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceMap | |
|---|---|
| com.dteoh.treasuremap | |
| org.jdesktop.application | |
| Uses of ResourceMap in com.dteoh.treasuremap |
|---|
| Methods in com.dteoh.treasuremap that return ResourceMap | |
|---|---|
ResourceMap |
ResourceMaps.build()
Creates a ResourceMap using the currently configured builder. |
| Methods in com.dteoh.treasuremap with parameters of type ResourceMap | |
|---|---|
ResourceMaps |
ResourceMaps.withParent(ResourceMap parentMap)
Uses the given resource map as a parent resource map. |
| Uses of ResourceMap in org.jdesktop.application |
|---|
| Methods in org.jdesktop.application that return ResourceMap | |
|---|---|
ResourceMap |
ResourceMap.getParent()
Returns the parent ResourceMap, or null. |
| Methods in org.jdesktop.application with parameters of type ResourceMap | |
|---|---|
abstract java.lang.Object |
ResourceConverter.parseString(java.lang.String s,
ResourceMap r)
|
| Constructors in org.jdesktop.application with parameters of type ResourceMap | |
|---|---|
ResourceMap(ResourceMap parent,
java.lang.ClassLoader classLoader,
java.util.List<java.lang.String> bundleNames)
Creates a ResourceMap that contains all of the resources defined in the named ResourceBundles as well as
(recursively) the parent ResourceMap. |
|
ResourceMap(ResourceMap parent,
java.lang.ClassLoader classLoader,
java.lang.String... bundleNames)
Just a convenience version of the constructor for the common case where there's only one bundle name. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||