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, setValueAtpublic LiveHeapTableModel(List<HprofClassElement> initialSortedHeap, long liveSize)
public Class getColumnClass(int c)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic int getColumnCount()
public int getRowCount()
public Object getValueAt(int row, int col)
Copyright © 2008-2012. All Rights Reserved.