Package mgui.io.domestic.datasources
Class ExportDataTableTextWriter
java.lang.Object
mgui.io.FileWriter
mgui.io.domestic.datasources.ExportDataTableWriter
mgui.io.domestic.datasources.ExportDataTableTextWriter
- All Implemented Interfaces:
InterfaceIO
,IconObject
public class ExportDataTableTextWriter extends ExportDataTableWriter
Writes data from a data source
DataItem
to a delimited text file.- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
Fields inherited from class mgui.io.FileWriter
dataFile, dataURL, failure_message, options, success_message
-
Constructor Summary
Constructors Constructor Description ExportDataTableTextWriter()
-
Method Summary
Modifier and Type Method Description boolean
writeDataItem(DataSourceItem item, ProgressUpdater progress_bar)
Writes aDataSourceItem
to an external format, using the current settings of this writer.Methods inherited from class mgui.io.domestic.datasources.ExportDataTableWriter
getStringForValue, write
Methods inherited from class mgui.io.FileWriter
getComplementIOType, getFailureMessage, getFile, getIOType, getLoaderComplement, getObjectIcon, getOptions, getProgressMessage, getSuccessMessage, getSupportedObjects, getTitle, getURL, setFile, setOptions, setURL, toString, write, write
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ExportDataTableTextWriter
public ExportDataTableTextWriter()
-
-
Method Details
-
writeDataItem
public boolean writeDataItem(DataSourceItem item, ProgressUpdater progress_bar) throws java.io.IOExceptionDescription copied from class:ExportDataTableWriter
Writes aDataSourceItem
to an external format, using the current settings of this writer.- Specified by:
writeDataItem
in classExportDataTableWriter
- Returns:
- Throws:
java.io.IOException
-