public class LayerTableModel extends SortableListTableModel
keys
listenerList
Constructor and Description |
---|
LayerTableModel(List<Flag> layers) |
Modifier and Type | Method and Description |
---|---|
protected void |
changed() |
protected int |
compareKeys(Object key1,
Object key2,
int col,
boolean ascending) |
void |
fireTableStructureChanged() |
List<Flag> |
getLayers() |
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, 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
protected void changed()
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 key1, Object key2, int col, boolean ascending)
compareKeys
in class SortableListTableModel
public void fireTableStructureChanged()
fireTableStructureChanged
in class SortableListTableModel
Copyright © 1996-2014 FreeHEP. All Rights Reserved.