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 theBuilderinterfaces 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 baseLocatorinterface. -
Classes in net.sf.jguiraffe.locators used by net.sf.jguiraffe.gui.builder Class Description Locator Definition of the baseLocatorinterface. -
Classes in net.sf.jguiraffe.locators used by net.sf.jguiraffe.gui.builder.components Class Description Locator Definition of the baseLocatorinterface. -
Classes in net.sf.jguiraffe.locators used by net.sf.jguiraffe.gui.builder.components.tags Class Description Locator Definition of the baseLocatorinterface. -
Classes in net.sf.jguiraffe.locators used by net.sf.jguiraffe.gui.builder.impl Class Description Locator Definition of the baseLocatorinterface. -
Classes in net.sf.jguiraffe.locators used by net.sf.jguiraffe.locators Class Description AbstractLocator An adapter class for implementing concreteLocatorclasses.AbstractStreamLocator An abstract base class forLocatorimplementations that mainly operate on streams.ByteArrayLocator A specializedLocatorimplementation that provides access to data stored in memory as a byte array.ClassPathLocator A specificLocatorimplementation that can obtain resources from the class path.FileLocator A concreteLocatorclass that represents files.Locator Definition of the baseLocatorinterface.LocatorException An exception class for reporting error conditions related toobjects.LocatorURLLocator A specializedLocatorimplementation that operates on URLs.