protected class VisualProcessViewPanel.HistoryModel
extends javax.swing.table.AbstractTableModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String[] |
colnames |
protected java.util.List<jadex.bpmn.tools.ProcessThreadInfo> |
historyinfos
The previous process thread steps.
|
Constructor and Description |
---|
HistoryModel() |
Modifier and Type | Method and Description |
---|---|
void |
addValue(int idx,
jadex.bpmn.tools.ProcessThreadInfo pti) |
void |
clear() |
int |
getColumnCount() |
java.lang.String |
getColumnName(int column) |
int |
getRowCount() |
java.lang.Object |
getValueAt(int row,
int column) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
protected java.lang.String[] colnames
protected java.util.List<jadex.bpmn.tools.ProcessThreadInfo> historyinfos
public java.lang.String getColumnName(int column)
getColumnName
in interface javax.swing.table.TableModel
getColumnName
in class javax.swing.table.AbstractTableModel
public int getColumnCount()
public int getRowCount()
public java.lang.Object getValueAt(int row, int column)
public void addValue(int idx, jadex.bpmn.tools.ProcessThreadInfo pti)
public void clear()