public class CumulativeRetainedHeapTableModel extends MadmapTableModel
listenerList
Constructor and Description |
---|
CumulativeRetainedHeapTableModel(Madmap m,
ArrayList classes,
long liveSize) |
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) |
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, setController
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
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()
getColumnCount
in interface TableModel
getColumnCount
in class MadmapTableModel
public int getRowCount()
getRowCount
in interface TableModel
getRowCount
in class MadmapTableModel
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 TableModel
getValueAt
in class MadmapTableModel
Copyright © 2008-2012. All Rights Reserved.