public class AttributeTableModel extends SortableListTableModel
keys
listenerList
Constructor and Description |
---|
AttributeTableModel(List<Flag> categories) |
Modifier and Type | Method and Description |
---|---|
protected int |
compareKeys(Object o1,
Object o2,
int col,
boolean ascending) |
int |
getRowCount() |
Object |
getValueAt(int row,
int col) |
void |
setInstance(hep.graphics.heprep.HepRepInstance instance) |
void |
setShownCategories(List<Flag> categories) |
void |
update() |
fireTableCellUpdated, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnCount, getColumnName, getKeys, getSortOnColumn, isSortAscending, setKeys, sort
addTableModelListener, findColumn, fireTableChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addTableModelListener, isCellEditable, removeTableModelListener, setValueAt
public void setInstance(hep.graphics.heprep.HepRepInstance instance)
public void update()
public int getRowCount()
getRowCount
in interface TableModel
getRowCount
in class SortableListTableModel
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.