Package mgui.io.domestic.datasources
Class ExportDataTableTextOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.datasources.ExportDataTableOptions
mgui.io.domestic.datasources.ExportDataTableTextOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
public class ExportDataTableTextOptions extends ExportDataTableOptions
Options for exporting data from a data source to a delimited text 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 inherited from class mgui.io.domestic.datasources.ExportDataTableOptions
data_items, data_source, has_header, names
-
Constructor Summary
Constructors Constructor Description ExportDataTableTextOptions()
-
Method Summary
Methods inherited from class mgui.io.domestic.datasources.ExportDataTableOptions
getFileChooser, getFileChooser, getFiles, setFiles, setFrom, setNames, 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
-
delimiter
public java.lang.String delimiter -
precision
public int precision
-
-
Constructor Details
-
ExportDataTableTextOptions
public ExportDataTableTextOptions()
-