Package mgui.interfaces.datasources
Class DataSourceOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.datasources.DataSourceOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
public class DataSourceOptions extends InterfaceOptions
-
Field Summary
Fields Modifier and Type Field Description DataSource
source
-
Constructor Summary
Constructors Constructor Description DataSourceOptions(DataSource ds)
-
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
-
source
-
-
Constructor Details
-
DataSourceOptions
-