Uses of Class
org.jdesktop.application.ResourceMap
-
Packages that use ResourceMap Package Description org.jdesktop.application -
-
Uses of ResourceMap in org.jdesktop.application
Methods in org.jdesktop.application that return ResourceMap Modifier and Type Method Description protected ResourceMapResourceManager. createResourceMap(java.lang.ClassLoader classLoader, ResourceMap parent, java.util.List<java.lang.String> bundleNames)Called byResourceManager.getResourceMap(java.lang.Class, java.lang.Class)to constructResourceMaps.ResourceMapResourceMap. getParent()Returns the parent ResourceMap, or null.ResourceMapApplicationAction. getResourceMap()The resourceMap for this Action.ResourceMapApplicationContext. getResourceMap()Returns thechainof ResourceMaps that's shared by the entire application, beginning with the one defined for the Application class, i.e.ResourceMapApplicationContext. getResourceMap(java.lang.Class cls)Returns achainof two or more ResourceMaps.ResourceMapApplicationContext. getResourceMap(java.lang.Class startClass, java.lang.Class stopClass)Returns achainof two or more ResourceMaps.ResourceMapResourceManager. getResourceMap()Returns the chain of ResourceMaps that's shared by the entire application, beginning with the resources defined for the application's class, i.e.ResourceMapResourceManager. getResourceMap(java.lang.Class cls)Return the ResourcedMap chain for the specified class.ResourceMapResourceManager. getResourceMap(java.lang.Class startClass, java.lang.Class stopClass)Returns achainofResourceMapsthat encapsulate theResourceBundlesfor each class fromstartClassto (including)stopClass.ResourceMapTask. getResourceMap()Returns theResourceMapused by the constructor to initialize thetitle,message, etc properties, and by themessagemethod to look up format strings.ResourceMapView. getResourceMap()TheResourceMapfor this View.Methods in org.jdesktop.application with parameters of type ResourceMap Modifier and Type Method Description protected ResourceMapResourceManager. createResourceMap(java.lang.ClassLoader classLoader, ResourceMap parent, java.util.List<java.lang.String> bundleNames)Called byResourceManager.getResourceMap(java.lang.Class, java.lang.Class)to constructResourceMaps.abstract java.lang.ObjectResourceConverter. parseString(java.lang.String s, ResourceMap r)Constructors in org.jdesktop.application with parameters of type ResourceMap Constructor Description ApplicationAction(ApplicationActionMap appAM, ResourceMap resourceMap, java.lang.String baseName, java.lang.reflect.Method actionMethod, java.lang.String enabledProperty, java.lang.String selectedProperty, Task.BlockingScope block)Construct an ApplicationAction that implements an @Action.ApplicationActionMap(ApplicationContext context, java.lang.Class actionsClass, java.lang.Object actionsObject, ResourceMap 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.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 namedResourceBundles as well as (recursively) the parent ResourceMap.Task(Application application, ResourceMap resourceMap, java.lang.String resourcePrefix)Deprecated.
-