Class HistogramPane
- java.lang.Object
-
- org.eclipse.mat.ui.editor.AbstractEditorPane
-
- org.eclipse.mat.ui.internal.panes.QueryResultPane
-
- org.eclipse.mat.ui.snapshot.panes.HistogramPane
-
- All Implemented Interfaces:
IAdaptable
,ISelectionProvider
,IEditorPart
,ISaveablePart
,IWorkbenchPart
public class HistogramPane extends QueryResultPane
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HistogramPane.Grouping
-
Field Summary
-
Fields inherited from interface org.eclipse.ui.IEditorPart
PROP_DIRTY, PROP_INPUT
-
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
-
-
Constructor Summary
Constructors Constructor Description HistogramPane()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contributeToToolBar(IToolBarManager manager)
Histogram
getHistogram()
String
getTitle()
void
initWithArgument(Object argument)
-
Methods inherited from class org.eclipse.mat.ui.internal.panes.QueryResultPane
addSelectionChangedListener, createPartControl, getAdapter, getSelection, getSrcQueryResult, getTitleImage, getTitleToolTip, removeSelectionChangedListener, setFocus, setSelection
-
Methods inherited from class org.eclipse.mat.ui.editor.AbstractEditorPane
addPropertyListener, dispose, doSave, doSaveAs, getEditor, getEditorInput, getEditorSite, getPaneId, getPaneState, getParentPane, getQueryContext, getSite, init, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded, removePropertyListener, setPaneState
-
-
-
-
Method Detail
-
getTitle
public String getTitle()
- Specified by:
getTitle
in interfaceIWorkbenchPart
- Overrides:
getTitle
in classQueryResultPane
-
initWithArgument
public void initWithArgument(Object argument)
- Overrides:
initWithArgument
in classQueryResultPane
-
contributeToToolBar
public void contributeToToolBar(IToolBarManager manager)
- Overrides:
contributeToToolBar
in classQueryResultPane
-
getHistogram
public Histogram getHistogram()
-
-