public class InstanceTableModel extends SortableListTableModel
HepRepInfoPanel
.keys
listenerList
Constructor and Description |
---|
InstanceTableModel() |
InstanceTableModel(List<hep.graphics.heprep.HepRepInstance> values) |
Modifier and Type | Method and Description |
---|---|
protected int |
compareKeys(Object o1,
Object o2,
int col,
boolean ascending) |
hep.graphics.heprep.HepRepInstance |
get(int i) |
Object |
getValueAt(int row,
int col) |
boolean |
isCellEditable(int row,
int col) |
fireTableCellUpdated, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnCount, getColumnName, getKeys, getRowCount, getSortOnColumn, isSortAscending, setKeys, sort
addTableModelListener, findColumn, fireTableChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addTableModelListener, removeTableModelListener, setValueAt
public InstanceTableModel()
public InstanceTableModel(List<hep.graphics.heprep.HepRepInstance> values)
public hep.graphics.heprep.HepRepInstance get(int i)
public boolean isCellEditable(int row, int col)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public Object getValueAt(int row, int col)
protected int compareKeys(Object o1, Object o2, int col, boolean ascending)
compareKeys
in class SortableListTableModel
Copyright © 1996-2014 FreeHEP. All Rights Reserved.