| Package | Description |
|---|---|
| com.orchestranetworks.addon.dmdv.model.extension |
Provides the interface and classes to generate data model graphs from external sources and customize look and feel.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
DatasetGroup.addTable(String name)
Adds a child table node inside the current group node.
|
Table |
Diagram.createExternalTable(String name,
String tooltip)
Creates a table from an external dataset.
|
Table |
TableGroup.getContainerTable()
Returns the container table.
|
Table |
TableField.getContainerTable()
Returns the container table.
|
Table |
Field.getReferenceTable()
Returns the table node referenced by the current node.
|
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
Diagram.getExternalTables()
Returns the list of external tables in the current data structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Field.setReferenceTable(Table referenceTable)
Sets the table node referenced by the current node.
|