org.eclipse.mat.ui.snapshot.editor
Class HeapEditorPane

java.lang.Object
  extended by org.eclipse.mat.ui.editor.AbstractEditorPane
      extended by org.eclipse.mat.ui.snapshot.editor.HeapEditorPane
Direct Known Subclasses:
OverviewPane

public abstract class HeapEditorPane
extends AbstractEditorPane


Constructor Summary
HeapEditorPane()
           
 
Method Summary
 ISnapshotEditorInput getSnapshotInput()
           
 void init(IEditorSite site, IEditorInput input)
           
 
Methods inherited from class org.eclipse.mat.ui.editor.AbstractEditorPane
addPropertyListener, contributeToToolBar, dispose, doSave, doSaveAs, getAdapter, getEditor, getEditorInput, getEditorSite, getPaneId, getPaneState, getParentPane, getQueryContext, getSite, getTitleImage, getTitleToolTip, initWithArgument, isDirty, isSaveAsAllowed, isSaveOnCloseNeeded, removePropertyListener, setFocus, setPaneState
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeapEditorPane

public HeapEditorPane()
Method Detail

init

public void init(IEditorSite site,
                 IEditorInput input)
          throws PartInitException
Overrides:
init in class AbstractEditorPane
Throws:
PartInitException

getSnapshotInput

public ISnapshotEditorInput getSnapshotInput()