Class DataSourceLinkOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.shapes.datasources.DataSourceLinkOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
public class DataSourceLinkOptions extends InterfaceOptions
Options for specifying a vertex data column link to a data source.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
Fields Modifier and Type Field Description VertexDataColumn
column
LinkedDataStream<?>
linked_stream
java.lang.String
name
-
Constructor Summary
Constructors Constructor Description DataSourceLinkOptions(VertexDataColumn column)
DataSourceLinkOptions(VertexDataColumn column, java.lang.String name)
-
Method Summary
Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
column
-
name
public java.lang.String name -
linked_stream
-
-
Constructor Details
-
DataSourceLinkOptions
-
DataSourceLinkOptions
-