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 DataSourcedata_sourceFields 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, setObjectMethods inherited from class mgui.io.InterfaceIOOptions
getDTD, getLocalName, getShortXML, getXML, getXML, getXMLSchema, handleXMLElementEnd, handleXMLElementStart, handleXMLString, setFromComplementaryOptions, writeXML, writeXML, writeXMLMethods 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
-
data_source
-
-
Constructor Details
-
DataSourceOutOptions
public DataSourceOutOptions() -
DataSourceOutOptions
-