Library:Fuse
Version:0.3
Compatibility:JDK 1.5
Classes in library Fuse.
NamePackageDescription
AutoInjectionorg.jdesktop.fuse

This class is used to enable auto-injection for any supported container.

AutoInjectionProviderorg.jdesktop.fuseSubclasses of AutoInjectionProvider abstract the enabling of auto-injection away from the details of the API specific implementation.
ClassDefinitionorg.jdesktop.fuse.definitionsA definition format implementation which allows injection definitions to be defined as actual classes.
CoreModuleorg.jdesktop.fuse.coreThis class is the FuseModule subclass encapsulating the /Core module.
FuseModuleorg.jdesktop.fuse

This class is the superclass of any module initializers to be used by the ResourceInjector.

Hiveorg.jdesktop.fuse

This class is the superclass of all classes implementing hive support.

Hive.ResourceInjectionEventorg.jdesktop.fuseRepresents an event which is fired when the inject method is called.
Hive.ResourceLoadEventorg.jdesktop.fuseRepresents an event which is fired when the load method is called.
HiveInjectionProviderorg.jdesktop.fuseA hive injection provider abstracts the Hive class away from the details of the injection process.
MapDefinitionorg.jdesktop.fuse.definitions

A definition format implementation which loads the definition and field metadata from a specified Map<String, String> instance.

MapResourceLoaderorg.jdesktop.fuse.rl

A resource loader which peers directly to a Map<String, String> instance specified by the developer.

PropertiesResourceLoaderorg.jdesktop.fuse.rl

A resource loader to load resources from a properties file.

ResourceInjectororg.jdesktop.fuse

This class is used by the developer to manage the resource injection process.

SwingHiveorg.jdesktop.fuse

A hive implementation designed specifically for use in injecting instances of JComponent.

SwingModuleorg.jdesktop.fuse.swingThis class is the FuseModule subclass encapsulating the /Swing module.
TypeLoaderorg.jdesktop.fuse

This class is the superclass of all resource type loaders.

TypeLoaderFactoryorg.jdesktop.fuse

This class is used by ResourceInjector as a backend for all TypeLoader instances.

XMLDefinitionorg.jdesktop.fuse.definitionsA definition format implementation which allows injection definitions to be loaded from an XML file.
XMLResourceLoaderorg.jdesktop.fuse.rlA resource loader implementation which loads the resource values from an XML file using the SAX parser obtained using JAXP.
Search