Package | Description |
---|---|
org.ecoinformatics.seek.querybuilder |
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 DBDisplayItemIFace |
DBSelectTableModelItem.mDisplayItem |
Modifier and Type | Method and Description |
---|---|
DBDisplayItemIFace |
DBSelectTableModelItem.getDisplayItem()
Gets the DBDisplayItemIFace object
|
Modifier and Type | Method and Description |
---|---|
void |
DBSelectTableModelItem.setDisplayItem(DBDisplayItemIFace aDisplayItem)
Sets the DBDisplayItemIFace object
|
Constructor and Description |
---|
DBSelectTableModelItem(DBDisplayItemIFace aDisplayItem)
Constructor from DBTableField
|