public class LiveHeapTableModel extends AbstractTableModel
listenerList
Constructor and Description |
---|
LiveHeapTableModel(List<HprofClassElement> initialSortedHeap,
long liveSize) |
Modifier and Type | Method and Description |
---|---|
Class |
getColumnClass(int c) |
int |
getColumnCount() |
String |
getColumnName(int col) |
int |
getRowCount() |
Object |
getValueAt(int row,
int col) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public LiveHeapTableModel(List<HprofClassElement> initialSortedHeap, long liveSize)
public Class getColumnClass(int c)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public int getColumnCount()
public int getRowCount()
public Object getValueAt(int row, int col)
Copyright © 2008-2012. All Rights Reserved.