Package edu.washington.biostr.sig.brainj3d.data

Interface Summary
CreateFileFilter This is an interface for creating file types
DataCollection Title:
DataModel<V extends DataView> The DataModel is the model for storing the data in the view.
DataObserver A data observer observes data events and effects a change when they occur.
DataTarget This interface adds the capabilities to add data to a view.
DataView Title:
Decoder Title:
Encoder Title:
 

Class Summary
CentralDataManager  
CodecFactory This stores mappings of types to encoders/decoders and data classes to encoders.
Data The Data object contains information that is shared between all loaded instances of the data.
DataEvent A data event causes data to be added, removed, shown or hidden from a view.
DataHandler<V extends DataView> A data handler handles the data model.
DataKey Encapsulates a DataKey to by used as an ident for a view of data.
DataManager The DataManager keeps references to the existing Data objects in memory.
DataModelHelper The DataModelHelper is designed to make implementing a data model easier.
DataViewFactory A DataViewFactory is used for manufacturing the appropriate DataView for a Tool.
DefaultDataModel<V extends DataView> The DefaultDataModel just provides an observable map that accepts the specified types
DefaultDataView<T extends Data> The DefaultDataView handles much of the DataView's jobs, including tracking parameters, the key and data.
SharingDataView<D extends Data,S> A sharing data view is a data view that shares .
TargetedDataKey  
 

Exception Summary
BadDataFile Title:
ImmutableException Title:
 



Copyright © 2006 University of Washington. All Rights Reserved.