public class CategoryTableModel extends SortableListTableModel
keys
listenerList
Constructor and Description |
---|
CategoryTableModel(List<Flag> categories) |
Modifier and Type | Method and Description |
---|---|
protected void |
changed() |
protected int |
compareKeys(Object o1,
Object o2,
int col,
boolean ascending) |
Set<String> |
getShownSet() |
Object |
getValueAt(int row,
int col) |
boolean |
isCellEditable(int row,
int col) |
void |
setValueAt(Object value,
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addTableModelListener, removeTableModelListener
public boolean isCellEditable(int row, int col)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public Object getValueAt(int row, int col)
public void setValueAt(Object value, int row, int col)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
protected int compareKeys(Object o1, Object o2, int col, boolean ascending)
compareKeys
in class SortableListTableModel
protected void changed()
Copyright © 1996-2014 FreeHEP. All Rights Reserved.