Package mgui.io.domestic.datasources
Class DataSourceOutOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.DefaultIOOptions
mgui.io.domestic.datasources.DataSourceOutOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
public class DataSourceOutOptions extends DefaultIOOptions
Specifies options for writing a Data Source to file.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Nested Class Summary
Nested classes/interfaces inherited from interface mgui.interfaces.xml.XMLObject
XMLObject.XMLEncoding, XMLObject.XMLType
-
Field Summary
Fields Modifier and Type Field Description DataSource
data_source
Fields inherited from class mgui.io.DefaultIOOptions
files
-
Constructor Summary
Constructors Constructor Description DataSourceOutOptions()
DataSourceOutOptions(DataSource source)
-
Method Summary
Methods inherited from class mgui.io.DefaultIOOptions
getFileChooser, getFileChooser, getFiles, setFiles, setObject
Methods inherited from class mgui.io.InterfaceIOOptions
getDTD, getLocalName, getShortXML, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLElementStart, handleXMLString, setFromComplementaryOptions, writeXML, writeXML, writeXML
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
-
data_source
-
-
Constructor Details
-
DataSourceOutOptions
public DataSourceOutOptions() -
DataSourceOutOptions
-