|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DBElement | |
| gov.usda.gdpc | This is the main package for The Genomic Diversity and Phenotype Connection (GDPC). |
| gov.usda.gdpc.axis | This package provides the code to allow GDPC to work with the SOAP Engine AXIS. |
| gov.usda.gdpc.gui | This package provides generic gui class that works with GDPC. |
| gov.usda.gdpc.gui.dbetree | This package provides classes for working with gov.usda.gdpc.gui.DBElementTree. |
| gov.usda.gdpc.xml | This package provides XML specific function. |
| Uses of DBElement in gov.usda.gdpc |
| Classes in gov.usda.gdpc that implement DBElement | |
class |
AbstractDBElement
This class provides a skeletal implementation of the DBElement interface to minimize the effort required to implement this interface. |
class |
EnvironmentExperiment
This is a database element representing an environment experiment. |
class |
Genotype
This is a database element representing a genotype. |
class |
GenotypeExperiment
This is a database element representing a genotype experiment. |
class |
Locality
This is a database element representing a locality. |
class |
Locus
This is a database element representing a locus. |
class |
Phenotype
This is a database element representing a phenotype. |
class |
PhenotypeOntology
This is a database element representing a phenotype ontology. |
class |
Taxon
This is a database element representing a taxon. |
| Constructors in gov.usda.gdpc with parameters of type DBElement | |
AbstractDBElementGroup(DBElement[] list)
AbstractDBElementGroup constructor. |
|
| Uses of DBElement in gov.usda.gdpc.axis |
| Methods in gov.usda.gdpc.axis with parameters of type DBElement | |
static void |
GDPCSerializerUtil.serializeDBElement(DBElement element,
org.xml.sax.Attributes attributes,
org.apache.axis.encoding.SerializationContext context,
java.util.Map ids)
|
| Uses of DBElement in gov.usda.gdpc.gui |
| Methods in gov.usda.gdpc.gui with parameters of type DBElement | |
void |
DBElementTree.add(DBElement element)
Adds given element to the tree. |
| Uses of DBElement in gov.usda.gdpc.gui.dbetree |
| Methods in gov.usda.gdpc.gui.dbetree with parameters of type DBElement | |
boolean |
PropertyNode.add(DBElement element)
Adds a DBElement to this property node tree. |
boolean |
PropertyNode.remove(DBElement element)
Removes given element from this node down. |
boolean |
HeadNode.add(DBElement element)
Adds a DBElement to this property node tree. |
boolean |
HeadNode.remove(DBElement element)
Removes given element from this node down. |
void |
DBElementTreeModel.add(DBElement element)
Adds a DBElement to this property node tree. |
boolean |
DBElementTreeModel.remove(DBElement element)
Removes all occurances of the given element from this tree. |
boolean |
Node.add(DBElement element)
Adds the given DBElement to this value node tree. |
boolean |
Node.remove(DBElement element)
Removes given element from this node down. |
boolean |
ValueNode.add(DBElement element)
Adds the given DBElement to this value node tree. |
boolean |
ValueNode.remove(DBElement element)
Removes given element from this node down. |
| Uses of DBElement in gov.usda.gdpc.xml |
| Methods in gov.usda.gdpc.xml that return DBElement | |
protected DBElement |
AbstractXMLDocument.getDBElement(org.w3c.dom.Element node)
|
| Methods in gov.usda.gdpc.xml with parameters of type DBElement | |
protected org.w3c.dom.Element |
AbstractXMLDocument.createTableDBElement(DBElement element)
|
protected org.w3c.dom.Element |
AbstractXMLDocument.createDBElement(DBElement element)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||