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

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.LatexTableExporter

public class LatexTableExporter
extends AbstractTableExporter

The builder for converting the table to a Latex table. The table has a multi-row, multi-column format.

Rating proposed yellow
(2010-02-09)

Field Summary
 
Fields inherited from class de.cau.cs.kieler.sim.kiem.automated.ui.views.AbstractTableExporter
NEWLINE
 
Constructor Summary
LatexTableExporter()
           
 
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

LatexTableExporter

public LatexTableExporter()
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