Package pulse.ui.components.models
Class StoredCalculationTableModel
- java.lang.Object
-
- javax.swing.table.AbstractTableModel
-
- javax.swing.table.DefaultTableModel
-
- pulse.ui.components.models.StoredCalculationTableModel
-
- All Implemented Interfaces:
Serializable
,TableModel
public class StoredCalculationTableModel extends DefaultTableModel
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
BASELINE_COLUMN
static int
MODEL_STATISTIC_COLUMN
static int
OPTIMISER_STATISTIC_COLUMN
static int
PROBLEM_COLUMN
static int
STATUS_COLUMN
static int
WEIGHT_COLUMN
-
Fields inherited from class javax.swing.table.DefaultTableModel
columnIdentifiers, dataVector
-
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
-
-
Constructor Summary
Constructors Constructor Description StoredCalculationTableModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
update(SearchTask t)
-
Methods inherited from class javax.swing.table.DefaultTableModel
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getColumnCount, getColumnName, getDataVector, getRowCount, getValueAt, insertRow, insertRow, isCellEditable, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount, setValueAt
-
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener
-
-
-
-
Field Detail
-
WEIGHT_COLUMN
public static final int WEIGHT_COLUMN
- See Also:
- Constant Field Values
-
STATUS_COLUMN
public static final int STATUS_COLUMN
- See Also:
- Constant Field Values
-
MODEL_STATISTIC_COLUMN
public static final int MODEL_STATISTIC_COLUMN
- See Also:
- Constant Field Values
-
OPTIMISER_STATISTIC_COLUMN
public static final int OPTIMISER_STATISTIC_COLUMN
- See Also:
- Constant Field Values
-
BASELINE_COLUMN
public static final int BASELINE_COLUMN
- See Also:
- Constant Field Values
-
PROBLEM_COLUMN
public static final int PROBLEM_COLUMN
- See Also:
- Constant Field Values
-
-
Method Detail
-
update
public void update(SearchTask t)
-
-