This extension point adds new panes to the heap editor. Each pane is tied to one or more implementations of IResult.
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
><!ATTLIST pane
id CDATA #REQUIRED
class CDATA #REQUIRED
><!ELEMENT result EMPTY>
<!ATTLIST result
type CDATA #IMPLIED
>
<extension point="org.eclipse.mat.ui.editorPanes"> <pane id="PieChartPane" class="org.eclipse.mat.ui.internal.chart.PieChartPane"> <result type="org.eclipse.mat.query.IResultPie" /> </pane> </extension>
Copyright (c) 2008,2010 SAP AG and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0 which
accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/