Package mgui.interfaces.datasources
Class DataQueryOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.datasources.DataQueryOptions
- All Implemented Interfaces:
InterfaceObject,NamedObject,TreeObject,CleanableObject
public class DataQueryOptions extends InterfaceOptions
Options for a data query
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DataQueryOptions()DataQueryOptions(DataQuery query) -
Method Summary
Methods inherited from class mgui.interfaces.InterfaceOptions
clean, destroy, getName, getTreeLabel, isDestroyed, issueTreeNode, setName, setTreeNodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
query
-
-
Constructor Details
-
DataQueryOptions
public DataQueryOptions() -
DataQueryOptions
-