Uses of Interface
net.sf.jguiraffe.resources.ResourceManager
-
Packages that use ResourceManager Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.resources A package with interfaces and classes for accessing resources.net.sf.jguiraffe.resources.impl The implementation package for theresources
package.net.sf.jguiraffe.transform The transform package contains interfaces and classes for transforming and validating data. -
-
Uses of ResourceManager in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that return ResourceManager Modifier and Type Method Description ResourceManager
ApplicationContextImpl. getResourceManager()
Returns the actual resource manager.Methods in net.sf.jguiraffe.gui.app with parameters of type ResourceManager Modifier and Type Method Description void
ApplicationContext. setResourceManager(ResourceManager rm)
Sets the resource manager.void
ApplicationContextImpl. setResourceManager(ResourceManager resourceManager)
Sets the resource manager.Constructors in net.sf.jguiraffe.gui.app with parameters of type ResourceManager Constructor Description ApplicationContextImpl(Locale locale, ResourceManager resMan)
Creates a new instance ofApplicationContextImpl
and sets the current locale and the resource manager to use. -
Uses of ResourceManager in net.sf.jguiraffe.resources
Methods in net.sf.jguiraffe.resources with parameters of type ResourceManager Modifier and Type Method Description String
Message. resolve(ResourceManager resMan, Locale locale)
Resolves this message and returns its text value in the given locale. -
Uses of ResourceManager in net.sf.jguiraffe.resources.impl
Classes in net.sf.jguiraffe.resources.impl that implement ResourceManager Modifier and Type Class Description class
ResourceManagerImpl
A default implementation of theResourceManager
interface. -
Uses of ResourceManager in net.sf.jguiraffe.transform
Methods in net.sf.jguiraffe.transform that return ResourceManager Modifier and Type Method Description ResourceManager
TransformerContext. getResourceManager()
Returns the currentResourceManager
.ResourceManager
TransformerContextPropertiesWrapper. getResourceManager()
Returns the resource manager.
-