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 theresourcespackage.net.sf.jguiraffe.resources.impl.bundle This package contains an implementation ofResourceLoaderandResourceGroupbased 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 ResourceLoaderResourceManager. getResourceLoader()Returns theResourceLoaderthat is associated with this resource manager.Methods in net.sf.jguiraffe.resources with parameters of type ResourceLoader Modifier and Type Method Description voidResourceManager. setResourceLoader(ResourceLoader resourceLoader)Sets theResourceLoaderfor 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 ResourceLoaderResourceManagerImpl. fetchLoader()Fetches the resource loader.ResourceLoaderResourceManagerImpl. getResourceLoader()Returns the associatedResourceLoaderobject.Methods in net.sf.jguiraffe.resources.impl with parameters of type ResourceLoader Modifier and Type Method Description voidResourceManagerImpl. setResourceLoader(ResourceLoader resourceLoader)Sets theResourceLoaderto use.Constructors in net.sf.jguiraffe.resources.impl with parameters of type ResourceLoader Constructor Description ResourceManagerImpl(ResourceLoader loader)Creates a new instance ofResourceManagerImpland 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 classBundleResourceLoaderA specialized implementation of theResourceLoaderinterface that make use of the default Java resource bundles.
-