de.cau.cs.kieler.sim.kiem.automated.ui.views
Class CSVTableExporter

java.lang.Object
  extended by de.cau.cs.kieler.sim.kiem.automated.ui.views.AbstractTableExporter
      extended by de.cau.cs.kieler.sim.kiem.automated.ui.views.CSVTableExporter

public class CSVTableExporter
extends AbstractTableExporter

The builder for converting the table to a comma separated file.

Rating proposed yellow
(2010-02-08)

Field Summary
 
Fields inherited from class de.cau.cs.kieler.sim.kiem.automated.ui.views.AbstractTableExporter
NEWLINE
 
Constructor Summary
CSVTableExporter()
           
 
Method Summary
 String exportData(ExecutionFilePanel.PanelData data)
          Export the panel data.
 
Methods inherited from class de.cau.cs.kieler.sim.kiem.automated.ui.views.AbstractTableExporter
export
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVTableExporter

public CSVTableExporter()
Method Detail

exportData

public String exportData(ExecutionFilePanel.PanelData data)
Export the panel data.

Specified by:
exportData in class AbstractTableExporter
Parameters:
data - the data
Returns:
the converted string