Package org.archiviststoolkit.mydomain

Interface Summary
Auditable  
DomainAccessListener Is implemented by a class who wants to understand when a domain has changed.
DomainAccessObject Implemented by all DomainAccess patterned classes.
 

Class Summary
AccessionsDAO  
ArchDescriptionAnalogInstancesDAO  
ArchDescriptionRepeatingDataDAO  
AuditInfo  
DatabaseTablesDAO  
DigitalObjectDAO  
DigitalObjectTableWorkSurface  
DnDDigitalObjectTree  
DnDResourceTree  
DomainAccessEvent The domain access event is sent when a domain object has been modified.
DomainAccessObjectFactory Singleton factory which generates instances of DomainAccess objects.
DomainAccessObjectImpl Default implementation of a DomainAccessObject specific to hibernate version 2.
DomainBasicObject The DomainObject should be the base class of all data types which we wish to store in our hibernate based database.
DomainEditor Domain Object Editor.
DomainEditorFactory A singleton in which we store the dialogs associated with a specific model.
DomainEditorFields  
DomainEventTableModel  
DomainFilterator  
DomainGlazedListTable  
DomainImportController Controls import behaviour into the model.
DomainObject The DomainObject should be the base class of all data types which we wish to store in our hibernate based database.
DomainRawTableModel The model used to display lists of domain objects inside a JTable.
DomainRelatedTableModel The model used to display lists of domain objects inside a JTable.
DomainSortableTable  
DomainSortedTable  
DomainSortedTableTransferHandler  
DomainTableFormat Archivists' Toolkit(TM) Copyright © 2005-2007 Regents of the University of California, New York University, & Five Colleges, Inc.
DomainTableModel The model used to display lists of domain objects inside a JTable.
DomainTableModelColumn A Table Column Model for JTable implementations.
DomainTableWorkSurface A worksurface which can display a domain table.
LocationCoordinateComparator  
LocationsComparator  
LookupListsDAO  
NamesDAO  
RepositoriesDAO  
ResourcesComponentsComparator  
ResourcesComponentsDAO  
ResourcesDAO  
ResourceTableWorkSurface  
SequencedObject  
SequencedObjectComparator  
SubjectsDAO  
 

Exception Summary
LookupException Returned when we couldnt find a domain instance.
PersistenceException Thrown when we see a serious persistence issue.
UnsupportedTableModelException