Package org.eclipse.mat.query.refined
Class TotalsRow
- java.lang.Object
-
- org.eclipse.mat.query.refined.TotalsRow
-
public class TotalsRow extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TotalsRow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFilteredItems()
java.net.URL
getIcon()
java.lang.String
getLabel(int columnIndex)
The label for a totals tow.int
getNumberOfItems()
int
getVisibleItems()
boolean
isVisible()
void
setVisibleItems(int visibleItems)
-
-
-
Method Detail
-
getVisibleItems
public int getVisibleItems()
-
setVisibleItems
public void setVisibleItems(int visibleItems)
-
getFilteredItems
public int getFilteredItems()
-
getNumberOfItems
public int getNumberOfItems()
-
getIcon
public java.net.URL getIcon()
-
isVisible
public boolean isVisible()
- Returns:
- true if the totals row should be shown
-
getLabel
public java.lang.String getLabel(int columnIndex)
The label for a totals tow.- Parameters:
columnIndex
- the particular column- Returns:
- what to display for this column for the totals row
-
-