org.eclipse.mat.ui.snapshot.panes
Class HistogramPane

java.lang.Object
  extended by org.eclipse.mat.ui.editor.AbstractEditorPane
      extended by org.eclipse.mat.ui.internal.panes.QueryResultPane
          extended by org.eclipse.mat.ui.snapshot.panes.HistogramPane

public class HistogramPane
extends QueryResultPane


Nested Class Summary
static class HistogramPane.Grouping
           
 
Constructor Summary
HistogramPane()
           
 
Method Summary
 void contributeToToolBar(IToolBarManager manager)
           
 Histogram getHistogram()
           
 java.lang.String getTitle()
           
 void initWithArgument(java.lang.Object argument)
           
 
Methods inherited from class org.eclipse.mat.ui.internal.panes.QueryResultPane
addSelectionChangedListener, createPartControl, getSelection, getSrcQueryResult, getTitleImage, removeSelectionChangedListener, setFocus, setSelection
 
Methods inherited from class org.eclipse.mat.ui.editor.AbstractEditorPane
addPropertyListener, dispose, doSave, doSaveAs, getAdapter, getEditor, getEditorInput, getEditorSite, getPaneId, getPaneState, getParentPane, getQueryContext, getSite, getTitleToolTip, init, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded, removePropertyListener, setPaneState
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistogramPane

public HistogramPane()
Method Detail

getTitle

public java.lang.String getTitle()
Overrides:
getTitle in class QueryResultPane

initWithArgument

public void initWithArgument(java.lang.Object argument)
Overrides:
initWithArgument in class QueryResultPane

contributeToToolBar

public void contributeToToolBar(IToolBarManager manager)
Overrides:
contributeToToolBar in class QueryResultPane

getHistogram

public Histogram getHistogram()