Uses of Interface
net.sf.jguiraffe.resources.ResourceLoader
-
Packages that use ResourceLoader Package Description 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.resources.impl.bundle This package contains an implementation ofResourceLoader
andResourceGroup
based on Java resource bundles. -
-
Uses of ResourceLoader in net.sf.jguiraffe.resources
Methods in net.sf.jguiraffe.resources that return ResourceLoader Modifier and Type Method Description ResourceLoader
ResourceManager. getResourceLoader()
Returns theResourceLoader
that is associated with this resource manager.Methods in net.sf.jguiraffe.resources with parameters of type ResourceLoader Modifier and Type Method Description void
ResourceManager. setResourceLoader(ResourceLoader resourceLoader)
Sets theResourceLoader
for this resource manager. -
Uses of ResourceLoader in net.sf.jguiraffe.resources.impl
Methods in net.sf.jguiraffe.resources.impl that return ResourceLoader Modifier and Type Method Description protected ResourceLoader
ResourceManagerImpl. fetchLoader()
Fetches the resource loader.ResourceLoader
ResourceManagerImpl. getResourceLoader()
Returns the associatedResourceLoader
object.Methods in net.sf.jguiraffe.resources.impl with parameters of type ResourceLoader Modifier and Type Method Description void
ResourceManagerImpl. setResourceLoader(ResourceLoader resourceLoader)
Sets theResourceLoader
to use.Constructors in net.sf.jguiraffe.resources.impl with parameters of type ResourceLoader Constructor Description ResourceManagerImpl(ResourceLoader loader)
Creates a new instance ofResourceManagerImpl
and initializes the associated resource loader. -
Uses of ResourceLoader in net.sf.jguiraffe.resources.impl.bundle
Classes in net.sf.jguiraffe.resources.impl.bundle that implement ResourceLoader Modifier and Type Class Description class
BundleResourceLoader
A specialized implementation of theResourceLoader
interface that make use of the default Java resource bundles.
-