Class HeapEditorContributions
- java.lang.Object
-
- org.eclipse.mat.ui.snapshot.editor.HeapEditorContributions
-
- All Implemented Interfaces:
IMultiPaneEditorContributor
public class HeapEditorContributions extends java.lang.Object implements IMultiPaneEditorContributor
-
-
Constructor Summary
Constructors Constructor Description HeapEditorContributions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contributeToToolbar(IToolBarManager manager)
Called to enable the extension to add contributions to the toolbar.void
dispose()
Called when the editor stopsvoid
init(MultiPaneEditor editor)
Called when the editor starts
-
-
-
Method Detail
-
contributeToToolbar
public void contributeToToolbar(IToolBarManager manager)
Description copied from interface:IMultiPaneEditorContributor
Called to enable the extension to add contributions to the toolbar.- Specified by:
contributeToToolbar
in interfaceIMultiPaneEditorContributor
-
dispose
public void dispose()
Description copied from interface:IMultiPaneEditorContributor
Called when the editor stops- Specified by:
dispose
in interfaceIMultiPaneEditorContributor
-
init
public void init(MultiPaneEditor editor)
Description copied from interface:IMultiPaneEditorContributor
Called when the editor starts- Specified by:
init
in interfaceIMultiPaneEditorContributor
-
-