Package mgui.io.domestic.datasources
Class ImportDataTableTextOptions
java.lang.Object
mgui.interfaces.InterfaceOptions
mgui.io.InterfaceIOOptions
mgui.io.domestic.datasources.ImportDataTableOptions
mgui.io.domestic.datasources.ImportDataTableTextOptions
- All Implemented Interfaces:
InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,XMLObject
public class ImportDataTableTextOptions extends ImportDataTableOptions
Specifies options for importing data from a text file to a data source table.
- 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 java.lang.String
delimiter
boolean
has_header
int
start_at
Fields inherited from class mgui.io.domestic.datasources.ImportDataTableOptions
add_uid, fail_on_error, overwrite_existing, uid_name
-
Constructor Summary
Constructors Constructor Description ImportDataTableTextOptions()
-
Method Summary
Methods inherited from class mgui.io.domestic.datasources.ImportDataTableOptions
getDataFields, getDataSource, getFileChooser, getFileChooser, getFiles, getIncludeFields, getNames, setDataFields, setDataFields, setDataSource, setFiles, 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 -
has_header
public boolean has_header -
start_at
public int start_at
-
-
Constructor Details
-
ImportDataTableTextOptions
public ImportDataTableTextOptions()
-