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 theresourcespackage.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 ResourceManagerApplicationContextImpl. getResourceManager()Returns the actual resource manager.Methods in net.sf.jguiraffe.gui.app with parameters of type ResourceManager Modifier and Type Method Description voidApplicationContext. setResourceManager(ResourceManager rm)Sets the resource manager.voidApplicationContextImpl. 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 ofApplicationContextImpland 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 StringMessage. 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 classResourceManagerImplA default implementation of theResourceManagerinterface. -
Uses of ResourceManager in net.sf.jguiraffe.transform
Methods in net.sf.jguiraffe.transform that return ResourceManager Modifier and Type Method Description ResourceManagerTransformerContext. getResourceManager()Returns the currentResourceManager.ResourceManagerTransformerContextPropertiesWrapper. getResourceManager()Returns the resource manager.
-