Package | Description |
---|---|
org.ecoinformatics.seek.querybuilder | |
org.kepler.objectmanager.data | |
org.kepler.objectmanager.data.db |
Modifier and Type | Interface and Description |
---|---|
interface |
DBDisplayItemIFace
This interface is implemented by classes that are "fields" to be displayed
|
Modifier and Type | Class and Description |
---|---|
class |
DBSelectTableModelItem
This class represents each row in the JTable that enables the user to select
a specific field in table and any additional information that can be changed.
|
class |
DBTableField
A field in the table frame.
|
class |
DBWhereCondition
THis class is a model class for a condition of a where clause
|
class |
DBWhereListCellBase
This class is derived from DBSelectTableModelItem so we can pick up some
basic funcationality for getting and setting of the name and criteria etc.
|
class |
DBWhereOperator
A boolean operator class that can "contain" one or more conditions
(DBWhereCondition).
|
Modifier and Type | Field and Description |
---|---|
protected DSTableFieldIFace |
DBTableField.mTableField |
Modifier and Type | Method and Description |
---|---|
static DSTableFieldIFace |
DBUIUtils.getFieldByName(DSSchemaIFace aSchema,
java.lang.String aTableName,
java.lang.String aFieldName)
Returns a DBTableField object by name
|
static DSTableFieldIFace |
DBUIUtils.getFieldByName(DSTableIFace aTable,
java.lang.String aName)
Returns a DBTableField object by name
|
static DSTableFieldIFace |
DBUIUtils.isTableFieldName(DSSchemaIFace aSchema,
java.lang.String aName,
java.lang.StringBuffer aTableName)
Returns true if the name is of format "table name"."
|
Modifier and Type | Method and Description |
---|---|
void |
DBTableListModel.add(DSTableFieldIFace aField)
Add a field to the list
|
protected static void |
DBSchemaParserEmitter.emit(java.lang.StringBuffer aStrBuf,
DSTableFieldIFace aField)
Generate XML for a field schema
|
Constructor and Description |
---|
DBTableField(DSTableFieldIFace aField,
DBTableFrame aOwner)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
DataObjectDescription
This object represents an DataObjectDescription.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DSTableKeyIFace
Inherits from DSTableFieldIFace and adds a method to determine the type of
key it is.
|
Modifier and Type | Class and Description |
---|---|
class |
Attribute
This object represents an Attribute.
|
class |
DSTableFieldDef
Simple Implementation of DSTableKeyIFace/DSTableFieldIFace interface This
class is derived from DataObjectDescription
|
class |
DSTableKeyDef
Simple Implementation of the DSTableKeyIFace
A key can be made up of more than one field |
class |
Entity
This object represents an TableEntity.
|