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 the
Builder interfaces can be found. |
net.sf.jguiraffe.gui.platform.swing.builder.components |
A package with Swing-specific
ComponentHandler implementations. |
net.sf.jguiraffe.locators |
This package contains interfaces and classes for locating resources in a generic
way.
|
Class and Description |
---|
Locator
Definition of the base
Locator interface. |
Class and Description |
---|
Locator
Definition of the base
Locator interface. |
Class and Description |
---|
Locator
Definition of the base
Locator interface. |
Class and Description |
---|
Locator
Definition of the base
Locator interface. |
Class and Description |
---|
Locator
Definition of the base
Locator interface. |
Class and Description |
---|
Locator
Definition of the base
Locator interface. |
Class and Description |
---|
AbstractLocator
An adapter class for implementing concrete
Locator classes. |
AbstractStreamLocator
An abstract base class for
Locator implementations that mainly
operate on streams. |
ByteArrayLocator
A specialized
Locator implementation that provides access to data
stored in memory as a byte array. |
ClassPathLocator
A specific
Locator implementation that can obtain resources from
the class path. |
FileLocator
A concrete
Locator class that represents files. |
Locator
Definition of the base
Locator interface. |
LocatorException
An exception class for reporting error conditions related to
objects. |
URLLocator
A specialized
Locator implementation that operates on URLs. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.