default void |
Exporter.export(T target,
File directory,
Extension extension) |
Exports the available contents to directory without asking a
confirmation from the user.
|
static <T extends Descriptive> void |
ExportManager.export(T target,
File directory,
Extension extension) |
Attempts to export the given target to the directory by
saving the contents in a file with the given Extension .
|
void |
MetadataExporter.export(Metadata metadata,
File file,
Extension extension) |
Ignores metadata whose external IDs are negative, otherwise calls the
superclass method.
|
static void |
ExportManager.exportAllResults(File directory,
Extension extension) |
Exports all results generated previously during task execution for all
tasks listed by the TaskManager, provided those tasks had the respective
result assigned to them.
|
static void |
ExportManager.exportAllTasks(File directory,
Extension extension) |
This will invoke exportGroup on each task listed by the
TaskManager .
|
static void |
ExportManager.exportCurrentTask(File directory,
Extension extension) |
Exports the currently selected task as a group of objects.
|
static void |
ExportManager.exportGroup(Group group,
File directory,
Extension extension) |
Fully exports group and all its contents to the root
directory requesting the files to be saved with the
extension .
|
void |
CurveExporter.printToStream(AbstractData hc,
FileOutputStream fos,
Extension extension) |
|
void |
Exporter.printToStream(T target,
FileOutputStream fos,
Extension extension) |
The interface method is implemented by the subclasses to define the
exportable content in detail.
|
void |
LogExporter.printToStream(Log log,
FileOutputStream fos,
Extension extension) |
Prints all the data contained in this Log using fos .
|
void |
MetadataExporter.printToStream(Metadata metadata,
FileOutputStream fos,
Extension extension) |
Prints the metadata content in html format in two columns, where the
first column forms the description of the entry and the second column
gives its value.
|
void |
RawDataExporter.printToStream(ExperimentalData target,
FileOutputStream fos,
Extension extension) |
Invokes the printToStream(...) method of the
HeatingCurveExporter instance.
|
void |
ResidualStatisticExporter.printToStream(ResidualStatistic rs,
FileOutputStream fos,
Extension extension) |
Prints the residuals in a two-column format in a html or
csv file (accepts both extensions).
|
void |
ResultExporter.printToStream(Result result,
FileOutputStream fos,
Extension extension) |
Prints the data of this Result with fos either in a
html or a csv file format.
|
void |
ResultTableExporter.printToStream(ResultTable table,
FileOutputStream fos,
Extension extension) |
This will create a single file with the output.
|
void |
TextLogPaneExporter.printToStream(TextLogPane pane,
FileOutputStream fos,
Extension extension) |
This will write all contents of pane , which are accessed using an
HTMLEditorKit directly to fos .
|