Uses of Package
net.sf.jguiraffe.locators
-
Packages that use net.sf.jguiraffe.locators Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.gui.builder The main package of the builder.net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components.net.sf.jguiraffe.gui.builder.impl Here default implementations of theBuilder
interfaces can be found.net.sf.jguiraffe.locators This package contains interfaces and classes for locating resources in a generic way. -
Classes in net.sf.jguiraffe.locators used by net.sf.jguiraffe.gui.app Class Description Locator Definition of the baseLocator
interface. -
Classes in net.sf.jguiraffe.locators used by net.sf.jguiraffe.gui.builder Class Description Locator Definition of the baseLocator
interface. -
Classes in net.sf.jguiraffe.locators used by net.sf.jguiraffe.gui.builder.components Class Description Locator Definition of the baseLocator
interface. -
Classes in net.sf.jguiraffe.locators used by net.sf.jguiraffe.gui.builder.components.tags Class Description Locator Definition of the baseLocator
interface. -
Classes in net.sf.jguiraffe.locators used by net.sf.jguiraffe.gui.builder.impl Class Description Locator Definition of the baseLocator
interface. -
Classes in net.sf.jguiraffe.locators used by net.sf.jguiraffe.locators Class Description AbstractLocator An adapter class for implementing concreteLocator
classes.AbstractStreamLocator An abstract base class forLocator
implementations that mainly operate on streams.ByteArrayLocator A specializedLocator
implementation that provides access to data stored in memory as a byte array.ClassPathLocator A specificLocator
implementation that can obtain resources from the class path.FileLocator A concreteLocator
class that represents files.Locator Definition of the baseLocator
interface.LocatorException An exception class for reporting error conditions related to
objects.Locator
URLLocator A specializedLocator
implementation that operates on URLs.