Package mgui.interfaces.datasources
Class DataTableOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.interfaces.datasources.DataTableOptions
- All Implemented Interfaces:
InterfaceObject,NamedObject,TreeObject,CleanableObject
public class DataTableOptions extends InterfaceOptions
Options for a new data table.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
Fields Modifier and Type Field Description DataSourcesourceDataTabletable -
Constructor Summary
Constructors Constructor Description DataTableOptions()DataTableOptions(DataSource source)DataTableOptions(DataSource source, DataTable table) -
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
-
table
-
source
-
-
Constructor Details
-
DataTableOptions
public DataTableOptions() -
DataTableOptions
-
DataTableOptions
-