| Package | Description |
|---|---|
| com.orchestranetworks.addon.dmdv.data.ui |
Provides a widget factory to create a data value and relationship graph in
the UI.
|
| Modifier and Type | Field and Description |
|---|---|
static GraphDataFeatures |
GraphDataFeatures.COLLAPSE_CHILDREN
Closes the displayed child nodes.
|
static GraphDataFeatures |
GraphDataFeatures.COLLAPSE_PARENTS
Closes the displayed parent nodes.
|
static GraphDataFeatures |
GraphDataFeatures.COLLAPSE_SOURCES
Closes source nodes using the Collapse
|
static GraphDataFeatures |
GraphDataFeatures.COLLAPSE_TARGETS
Closes target nodes using the Collapse
|
static GraphDataFeatures |
GraphDataFeatures.EXPAND_CHILDREN
Displays child nodes using the Expand
|
static GraphDataFeatures |
GraphDataFeatures.EXPAND_PARENTS
Displays parent nodes using the Expand
|
static GraphDataFeatures |
GraphDataFeatures.EXPAND_SOURCES
Displays source nodes using the Expand
|
static GraphDataFeatures |
GraphDataFeatures.EXPAND_TARGETS
Displays target nodes using the Expand
|
static GraphDataFeatures |
GraphDataFeatures.LINK_DETAILS
Accesses link details through the Show link details service when users right-click a relationship.
|
static GraphDataFeatures |
GraphDataFeatures.RECORD_DETAILS
Accesses record details through the Open record service or when users double-click a node.
|
static GraphDataFeatures |
GraphDataFeatures.RECURSIVELY_EXPAND_CHILDREN
Recursively displays child nodes using the Recursively expand children service when users right-click a node.
|
static GraphDataFeatures |
GraphDataFeatures.RECURSIVELY_EXPAND_PARENTS
Recursively displays parent nodes using the Recursively expand parents service when users right-click a node.
|
static GraphDataFeatures |
GraphDataFeatures.RECURSIVELY_EXPAND_SOURCES
Recursively displays source nodes using the Recursively expand sources service when users right-click a node.
|
static GraphDataFeatures |
GraphDataFeatures.RECURSIVELY_EXPAND_TARGETS
Recursively displays target nodes using the Recursively expand targets service when users right-click a node.
|
static GraphDataFeatures |
GraphDataFeatures.UNKNOWN
Describes those features are unknown.
|
| Modifier and Type | Method and Description |
|---|---|
static GraphDataFeatures |
GraphDataFeatures.parse(String value)
Returns the
GraphDataFeatures based on specific string. |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphDataSpec.disableFeatures(GraphDataFeatures... features)
Specifies graph features to disable.
|
void |
GraphDataSpec.enableFeatures(GraphDataFeatures... features)
Specifies graph features to enable.
|