Package jadex.bpmn.tools.ui
Class VisualProcessViewPanel.HistoryModel
- java.lang.Object
- 
- javax.swing.table.AbstractTableModel
- 
- jadex.bpmn.tools.ui.VisualProcessViewPanel.HistoryModel
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- javax.swing.table.TableModel
 - Enclosing class:
- VisualProcessViewPanel
 
 protected class VisualProcessViewPanel.HistoryModel extends javax.swing.table.AbstractTableModelList model for history.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.String[]colnamesprotected java.util.List<ProcessThreadInfo>historyinfosThe previous process thread steps.
 - 
Constructor SummaryConstructors Constructor Description HistoryModel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddValue(int idx, ProcessThreadInfo pti)voidclear()intgetColumnCount()java.lang.StringgetColumnName(int column)intgetRowCount()java.lang.ObjectgetValueAt(int row, int column)- 
Methods inherited from class javax.swing.table.AbstractTableModeladdTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
 
- 
 
- 
- 
- 
Field Detail- 
colnamesprotected java.lang.String[] colnames 
 - 
historyinfosprotected java.util.List<ProcessThreadInfo> historyinfos The previous process thread steps.
 
- 
 - 
Method Detail- 
getColumnNamepublic java.lang.String getColumnName(int column) - Specified by:
- getColumnNamein interface- javax.swing.table.TableModel
- Overrides:
- getColumnNamein class- javax.swing.table.AbstractTableModel
 
 - 
getColumnCountpublic int getColumnCount() 
 - 
getRowCountpublic int getRowCount() 
 - 
getValueAtpublic java.lang.Object getValueAt(int row, int column)
 - 
addValuepublic void addValue(int idx, ProcessThreadInfo pti)
 - 
clearpublic void clear() 
 
- 
 
-