Uses of Interface
phenote.datamodel.CharacterListI

Packages that use CharacterListI
phenote.dataadapter Generalized methods for creating customized Data Adapters 
phenote.dataadapter.annotation   
phenote.dataadapter.birn   
phenote.dataadapter.delimited   
phenote.dataadapter.fly   
phenote.dataadapter.nexus   
phenote.dataadapter.phenosyntax   
phenote.dataadapter.phenoxml   
phenote.dataadapter.worm   
phenote.datamodel   
 

Uses of CharacterListI in phenote.dataadapter
 

Methods in phenote.dataadapter that return CharacterListI
 CharacterListI CharListChangeEvent.getCharacterList()
           
 CharacterListI CharacterListManager.getCharacterList()
           
 CharacterListI CharacterListManager.getNonBlankCharList()
           
 CharacterListI DataAdapterI.load(java.io.File f)
           
 CharacterListI QueryableDataAdapterI.query(java.lang.String group, java.lang.String field, java.lang.String query)
          Throws exception if query fails, and no data to return Query with query string of type field for group
 

Methods in phenote.dataadapter with parameters of type CharacterListI
 void QueryableDataAdapterI.commit(CharacterListI charList)
           
 void DataAdapterI.commit(CharacterListI charList)
           
 void DataAdapterI.commit(CharacterListI charList, java.io.File f)
           
 void CharacterListManager.setCharacterList(java.lang.Object source, CharacterListI charList)
           
 

Constructors in phenote.dataadapter with parameters of type CharacterListI
CharListChangeEvent(java.lang.Object source, CharacterListI charList)
           
 

Uses of CharacterListI in phenote.dataadapter.annotation
 

Methods in phenote.dataadapter.annotation that return CharacterListI
 CharacterListI GOAssociationFileAdapter.load(java.io.File f)
           
 CharacterListI AnnotationOWLFileAdapter.load(java.io.File f)
           
 CharacterListI AnnotationOBOFileAdapter.load(java.io.File f)
           
 

Methods in phenote.dataadapter.annotation with parameters of type CharacterListI
 void GOAssociationFileAdapter.commit(CharacterListI charList)
           
 void AnnotationOWLFileAdapter.commit(CharacterListI charList)
           
 void AnnotationOBOFileAdapter.commit(CharacterListI charList)
           
 void GOAssociationFileAdapter.commit(CharacterListI charList, java.io.File f)
           
 void AnnotationOWLFileAdapter.commit(CharacterListI charList, java.io.File f)
           
 void AnnotationOBOFileAdapter.commit(CharacterListI charList, java.io.File f)
           
 

Uses of CharacterListI in phenote.dataadapter.birn
 

Methods in phenote.dataadapter.birn that return CharacterListI
 CharacterListI SoapAdapter.query(java.lang.String group, java.lang.String field, java.lang.String query)
          Throws exception if query fails, and no data to return Query with query string of type field for group
 

Methods in phenote.dataadapter.birn with parameters of type CharacterListI
 void SoapAdapter.commit(CharacterListI charList)
          charList may contain rows with no content - should those be filtered out why not? no need to commit blank rows, should just be ignored
 

Uses of CharacterListI in phenote.dataadapter.delimited
 

Methods in phenote.dataadapter.delimited that return CharacterListI
 CharacterListI DelimitedFileAdapter.load(java.io.File f)
           
 

Methods in phenote.dataadapter.delimited with parameters of type CharacterListI
 void DelimitedFileAdapter.commit(CharacterListI charList)
           
 void DelimitedFileAdapter.commit(CharacterListI charList, java.io.File f)
           
 

Uses of CharacterListI in phenote.dataadapter.fly
 

Methods in phenote.dataadapter.fly that return CharacterListI
 CharacterListI FlyCharList.getCharacterList()
           
 CharacterListI FlybaseDataAdapter.load(java.io.File f)
           
 

Methods in phenote.dataadapter.fly with parameters of type CharacterListI
 void FlybaseDataAdapter.commit(CharacterListI charList)
           
 void FlybaseDataAdapter.commit(CharacterListI charList, java.io.File f)
           
 

Constructors in phenote.dataadapter.fly with parameters of type CharacterListI
CharacterListTransferable(CharacterListI cl)
           
FlyCharList(CharacterListI charList)
           
 

Uses of CharacterListI in phenote.dataadapter.nexus
 

Methods in phenote.dataadapter.nexus that return CharacterListI
 CharacterListI NEXUSAdapter.load(java.io.File f)
           
 

Methods in phenote.dataadapter.nexus with parameters of type CharacterListI
 void NEXUSAdapter.commit(CharacterListI charList)
           
 void NEXUSAdapter.commit(CharacterListI charList, java.io.File f)
           
 void NEXUSAdapter.commit(CharacterListI charList, java.io.Writer writer)
           
 

Uses of CharacterListI in phenote.dataadapter.phenosyntax
 

Methods in phenote.dataadapter.phenosyntax that return CharacterListI
 CharacterListI PhenoSyntaxFileAdapter.load(java.io.File f)
           
 

Methods in phenote.dataadapter.phenosyntax with parameters of type CharacterListI
 void PhenoSyntaxFileAdapter.commit(CharacterListI charList)
           
 void PhenoSyntaxFileAdapter.commit(CharacterListI charList, java.io.File f)
           
 

Uses of CharacterListI in phenote.dataadapter.phenoxml
 

Methods in phenote.dataadapter.phenoxml that return CharacterListI
 CharacterListI PhenoXmlAdapter.load(java.io.File f)
           
 

Methods in phenote.dataadapter.phenoxml with parameters of type CharacterListI
 void PhenoXmlAdapter.commit(CharacterListI charList)
           
 void PhenoXmlAdapter.commit(CharacterListI charList, java.io.File f)
           
 

Uses of CharacterListI in phenote.dataadapter.worm
 

Methods in phenote.dataadapter.worm that return CharacterListI
 CharacterListI WormTransgeneAdapter.query(java.lang.String group, java.lang.String field, java.lang.String query)
           
 CharacterListI WormInteractionAdapter.query(java.lang.String group, java.lang.String field, java.lang.String query)
           
 CharacterListI WormGoAdapter.query(java.lang.String group, java.lang.String field, java.lang.String query)
           
 CharacterListI WormAdapterReference.query(java.lang.String group, java.lang.String field, java.lang.String query)
           
 CharacterListI WormAdapter.query(java.lang.String group, java.lang.String field, java.lang.String query)
           
 

Methods in phenote.dataadapter.worm with parameters of type CharacterListI
 void WormTransgeneAdapter.commit(CharacterListI charList)
           
 void WormInteractionAdapter.commit(CharacterListI charList)
           
 void WormGoAdapter.commit(CharacterListI charList)
           
 void WormAdapterReference.commit(CharacterListI charList)
           
 void WormAdapter.commit(CharacterListI charList)
           
 

Uses of CharacterListI in phenote.datamodel
 

Classes in phenote.datamodel that implement CharacterListI
 class CharacterList
          i made this as a transferable when i didnt get the whole transferable thing and now i dont whether to scrap it or not.
 class ValueCharacterList
          A CharacterListI implementation which represents the contents of a CharFieldValue as a list of characters which can be edited in a separate character table view.
 

Methods in phenote.datamodel that return CharacterListI
 CharacterListI ValueCharacterList.getNonBlankCharList()
           
 CharacterListI CharacterListI.getNonBlankCharList()
           
 CharacterListI CharacterList.getNonBlankCharList()
           
 

Methods in phenote.datamodel with parameters of type CharacterListI
 boolean ValueCharacterList.equals(CharacterListI cl)
           
 boolean CharacterListI.equals(CharacterListI cl)
           
 boolean CharacterList.equals(CharacterListI cl)