Package org.eclipse.mat.query.refined
Class TotalsRow
java.lang.Object
org.eclipse.mat.query.refined.TotalsRow
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getIcon()
getLabel
(int columnIndex) The label for a totals tow.int
int
boolean
void
setVisibleItems
(int visibleItems)
-
Constructor Details
-
TotalsRow
public TotalsRow()
-
-
Method Details
-
getVisibleItems
public int getVisibleItems() -
setVisibleItems
public void setVisibleItems(int visibleItems) -
getFilteredItems
public int getFilteredItems() -
getNumberOfItems
public int getNumberOfItems() -
getIcon
-
isVisible
public boolean isVisible()- Returns:
- true if the totals row should be shown
-
getLabel
The label for a totals tow.- Parameters:
columnIndex
- the particular column- Returns:
- what to display for this column for the totals row
-