org.eclipse.mat.query.refined
Class TotalsRow

java.lang.Object
  extended by org.eclipse.mat.query.refined.TotalsRow

public class TotalsRow
extends java.lang.Object


Constructor Summary
TotalsRow()
           
 
Method Summary
 int getFilteredItems()
           
 java.net.URL getIcon()
           
 java.lang.String getLabel(int columnIndex)
           
 int getNumberOfItems()
           
 int getVisibleItems()
           
 boolean isVisible()
          returns true if the totals row should be shown
 void setVisibleItems(int visibleItems)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TotalsRow

public TotalsRow()
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)