Package appl.data

This package contains files responsible for data handling.

See:
          Description

Interface Summary
DataLoader A class that automatically loads a specified object and returns it, as soon as the DataLoader.load() method is invoked.
DataProxy A DataProxy class should forward calls to exactly one encapsulated object.
DataUnloader A instances of DataUnloader unloads a specified object to a location, as soon as the DataUnloader.unload() method is invoked.
 

Class Summary
FactoryLoader This is an implementation of a loader class which loads data with a WritableGridFactory.
ImportFactoryLoader This is an implementation of a loader class which loads data with an importer.
LateLoadingProxy Loads an object on demand with the help of an DataLoader.
SerializedDataLoader  
WritableGridArrayLoader Simply loads an empty WritableGridArray with the specified meta data.
WritableGridLLProxy This is an a late loading implementation for WritableGrids.
 

Package appl.data Description

This package contains files responsible for data handling. It contains several loader and unloader classes. Important and frequently used classes are the WritableGridLLProxy and the LateLoadingProxy. Thease classes are responsible for the late loading functionality in Xulu.