public class RetainedHeapTableModel extends MadmapTableModel
listenerList| Constructor and Description |
|---|
RetainedHeapTableModel(Madmap m,
ArrayList objs,
long liveSize,
JTextArea log) |
| Modifier and Type | Method and Description |
|---|---|
String |
childrenSummary(int row)
Retrieves the object from the list of objects shown in the table
|
Class |
getColumnClass(int c) |
int |
getColumnCount() |
String |
getColumnName(int col) |
JTextArea |
getLog() |
int |
getRowCount() |
Vector |
getStack(int row)
Returns the vector containing the strings of the allocation stack trace recorded in the hprof file.
|
Object |
getValueAt(int row,
int col) |
getController, setControlleraddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtpublic Class getColumnClass(int c)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic String getColumnName(int col)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic int getColumnCount()
getColumnCount in interface TableModelgetColumnCount in class MadmapTableModelpublic int getRowCount()
getRowCount in interface TableModelgetRowCount in class MadmapTableModelpublic JTextArea getLog()
public Vector getStack(int row)
Retrieves the object from the list of objects shown in the table, then retrieve the stack trace vector from the object.
row - the row selected by the user in the retained heap tablepublic String childrenSummary(int row)
row - the row selected by the user in the retained heap tablepublic Object getValueAt(int row, int col)
getValueAt in interface TableModelgetValueAt in class MadmapTableModelCopyright © 2008-2012. All Rights Reserved.