Class InfoTable
- java.lang.Object
-
- org.processmining.dataawareexplorer.explorer.infoview.InfoTable
-
public class InfoTable extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InfoTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRow(java.lang.String[] data)voidaddStatistics(java.util.List<InfoData.Info> localStatisticsList)voidclear()javax.swing.JTablegetTable()voidpackTable()
-
-
-
Method Detail
-
addRow
public void addRow(java.lang.String[] data)
-
addStatistics
public void addStatistics(java.util.List<InfoData.Info> localStatisticsList)
-
clear
public void clear()
-
packTable
public void packTable()
-
getTable
public javax.swing.JTable getTable()
-
-