Uses of Package
phenote.dataadapter

Packages that use phenote.dataadapter
phenote.config   
phenote.dataadapter Generalized methods for creating customized Data Adapters 
phenote.dataadapter.annotation   
phenote.dataadapter.birn   
phenote.dataadapter.delimited   
phenote.dataadapter.fly   
phenote.dataadapter.ncbi   
phenote.dataadapter.nexus   
phenote.dataadapter.phenosyntax   
phenote.dataadapter.phenoxml   
phenote.dataadapter.worm   
phenote.edit   
phenote.gui   
phenote.gui.actions   
phenote.main   
 

Classes in phenote.dataadapter used by phenote.config
DataAdapterI
          I think this should be renamed FileAdapterI, except i dont know how the integrated adpaters are going to pan out - ie birn - we'll see
GroupAdapterI
          group adapters originally were groups of fields this is not, but one thing group adapters do is make terms/ontology on the fly - and thats what this does - but it does make ya wanna change the name of GroupAdap if it applies to things that arent even groups of terms maybe TermMaker? theres really 2 things going on - grouping of fields and making of terms - and character template which is a grouping of fields but it makes truncated char lists not terms - but char temp is not a group adapteri but maybe should be? - hmmmm - i think grouping of fields needs to be separated from making of terms and making of characters - i think group adapter should be renamed TermMaker as thats what it is! and config should change with it - maybe call "plugin" in config instead of group? Also im wondering if char change listener and char list change listener should just be replaced with a TermListChange event? to make it more destination oriented and less about the source? a listener just cares if theres new terms - a listener doesnt care if that happened via char list or char change or who knows what also setDestinationField needs to take a list This should be replaced by OntologyMakerI - phase out! thiscould be CharOntMakerI but i dont think thats necasary
OntologyMakerI
          A TermMaker is a "plugin" that can be used to make terms dynamically.
QueryableDataAdapterI
           
 

Classes in phenote.dataadapter used by phenote.dataadapter
AbstractCommitConstraint
           
AbstractGroupAdapter
           
CharacterListManager
          Contains current CharacterList.
CharListChangeEvent
          this is for dataloading - contains the newly loaded char list - not necasarily for changes to char list hmm....
CharListChangeListener
           
Constraint
           
ConstraintManager
          ConstraintManager holds all constraints.
ConstraintStatus
          A constraint returns creates & returns one of these, says whether contraint checks out ok and gives error message A constraintStatus is recursive - it can hold ConstraintStatus kids - so if theres a list of constraints all their status is returned in one ConstraintStatus
DataAdapterEx
           
DataAdapterI
          I think this should be renamed FileAdapterI, except i dont know how the integrated adpaters are going to pan out - ie birn - we'll see
GroupAdapterI
          group adapters originally were groups of fields this is not, but one thing group adapters do is make terms/ontology on the fly - and thats what this does - but it does make ya wanna change the name of GroupAdap if it applies to things that arent even groups of terms maybe TermMaker? theres really 2 things going on - grouping of fields and making of terms - and character template which is a grouping of fields but it makes truncated char lists not terms - but char temp is not a group adapteri but maybe should be? - hmmmm - i think grouping of fields needs to be separated from making of terms and making of characters - i think group adapter should be renamed TermMaker as thats what it is! and config should change with it - maybe call "plugin" in config instead of group? Also im wondering if char change listener and char list change listener should just be replaced with a TermListChange event? to make it more destination oriented and less about the source? a listener just cares if theres new terms - a listener doesnt care if that happened via char list or char change or who knows what also setDestinationField needs to take a list This should be replaced by OntologyMakerI - phase out! thiscould be CharOntMakerI but i dont think thats necasary
LoadSaveListener
           
LoadSaveManager
          This was formerly just for files - adding in queryable/database data adapters
OntologyDataAdapter
          is this really a data adapter? - OntologyLoader? this isnt a data adapter it doesnt load & commit character data - just loads ontologies.
OntologyDataAdapter2
          is this really a data adapter? - OntologyLoader? this isnt a data adapter it doesnt load & commit character data - just loads ontologies.
OntologyMaker
           
OntologyMakerI
          A TermMaker is a "plugin" that can be used to make terms dynamically.
ScratchGroup
          Manages title and ID (group name) for a scratch group.
ScratchGroupsManager
          Manages group names and component factories for temporary collections of characters (scratch groups).
Status
           
 

Classes in phenote.dataadapter used by phenote.dataadapter.annotation
AbstractFileAdapter
           
DataAdapterI
          I think this should be renamed FileAdapterI, except i dont know how the integrated adpaters are going to pan out - ie birn - we'll see
 

Classes in phenote.dataadapter used by phenote.dataadapter.birn
DataAdapterEx
           
QueryableDataAdapterI
           
 

Classes in phenote.dataadapter used by phenote.dataadapter.delimited
AbstractFileAdapter
           
DataAdapterI
          I think this should be renamed FileAdapterI, except i dont know how the integrated adpaters are going to pan out - ie birn - we'll see
 

Classes in phenote.dataadapter used by phenote.dataadapter.fly
AbstractGroupAdapter
           
DataAdapterI
          I think this should be renamed FileAdapterI, except i dont know how the integrated adpaters are going to pan out - ie birn - we'll see
GroupAdapterI
          group adapters originally were groups of fields this is not, but one thing group adapters do is make terms/ontology on the fly - and thats what this does - but it does make ya wanna change the name of GroupAdap if it applies to things that arent even groups of terms maybe TermMaker? theres really 2 things going on - grouping of fields and making of terms - and character template which is a grouping of fields but it makes truncated char lists not terms - but char temp is not a group adapteri but maybe should be? - hmmmm - i think grouping of fields needs to be separated from making of terms and making of characters - i think group adapter should be renamed TermMaker as thats what it is! and config should change with it - maybe call "plugin" in config instead of group? Also im wondering if char change listener and char list change listener should just be replaced with a TermListChange event? to make it more destination oriented and less about the source? a listener just cares if theres new terms - a listener doesnt care if that happened via char list or char change or who knows what also setDestinationField needs to take a list This should be replaced by OntologyMakerI - phase out! thiscould be CharOntMakerI but i dont think thats necasary
OntologyMaker
           
OntologyMakerI
          A TermMaker is a "plugin" that can be used to make terms dynamically.
 

Classes in phenote.dataadapter used by phenote.dataadapter.ncbi
DataAdapterEx
           
 

Classes in phenote.dataadapter used by phenote.dataadapter.nexus
AbstractFileAdapter
           
DataAdapterI
          I think this should be renamed FileAdapterI, except i dont know how the integrated adpaters are going to pan out - ie birn - we'll see
 

Classes in phenote.dataadapter used by phenote.dataadapter.phenosyntax
AbstractFileAdapter
           
DataAdapterI
          I think this should be renamed FileAdapterI, except i dont know how the integrated adpaters are going to pan out - ie birn - we'll see
 

Classes in phenote.dataadapter used by phenote.dataadapter.phenoxml
AbstractFileAdapter
           
DataAdapterI
          I think this should be renamed FileAdapterI, except i dont know how the integrated adpaters are going to pan out - ie birn - we'll see
 

Classes in phenote.dataadapter used by phenote.dataadapter.worm
AbstractCommitConstraint
           
AbstractGroupAdapter
           
Constraint
           
ConstraintStatus
          A constraint returns creates & returns one of these, says whether contraint checks out ok and gives error message A constraintStatus is recursive - it can hold ConstraintStatus kids - so if theres a list of constraints all their status is returned in one ConstraintStatus
DataAdapterEx
           
GroupAdapterI
          group adapters originally were groups of fields this is not, but one thing group adapters do is make terms/ontology on the fly - and thats what this does - but it does make ya wanna change the name of GroupAdap if it applies to things that arent even groups of terms maybe TermMaker? theres really 2 things going on - grouping of fields and making of terms - and character template which is a grouping of fields but it makes truncated char lists not terms - but char temp is not a group adapteri but maybe should be? - hmmmm - i think grouping of fields needs to be separated from making of terms and making of characters - i think group adapter should be renamed TermMaker as thats what it is! and config should change with it - maybe call "plugin" in config instead of group? Also im wondering if char change listener and char list change listener should just be replaced with a TermListChange event? to make it more destination oriented and less about the source? a listener just cares if theres new terms - a listener doesnt care if that happened via char list or char change or who knows what also setDestinationField needs to take a list This should be replaced by OntologyMakerI - phase out! thiscould be CharOntMakerI but i dont think thats necasary
OntologyMaker
           
OntologyMakerI
          A TermMaker is a "plugin" that can be used to make terms dynamically.
QueryableDataAdapterI
           
 

Classes in phenote.dataadapter used by phenote.edit
CharacterListManager
          Contains current CharacterList.
CharListChangeEvent
          this is for dataloading - contains the newly loaded char list - not necasarily for changes to char list hmm....
CharListChangeListener
           
LoadSaveListener
           
 

Classes in phenote.dataadapter used by phenote.gui
ScratchGroup
          Manages title and ID (group name) for a scratch group.
 

Classes in phenote.dataadapter used by phenote.gui.actions
OntologyMakerI
          A TermMaker is a "plugin" that can be used to make terms dynamically.
 

Classes in phenote.dataadapter used by phenote.main
DataAdapterI
          I think this should be renamed FileAdapterI, except i dont know how the integrated adpaters are going to pan out - ie birn - we'll see