Uses of Interface
org.eclipse.mat.ui.snapshot.editor.ISnapshotEditorInput

Packages that use ISnapshotEditorInput
org.eclipse.mat.ui.snapshot.editor Eclipse editor for everything to do with snapshots - user interface (not API). 
org.eclipse.mat.ui.snapshot.views The summary view of the snapshot and also all the messages - user interface (not API). 
 

Uses of ISnapshotEditorInput in org.eclipse.mat.ui.snapshot.editor
 

Methods in org.eclipse.mat.ui.snapshot.editor that return ISnapshotEditorInput
 ISnapshotEditorInput HeapEditorPane.getSnapshotInput()
           
 ISnapshotEditorInput HeapEditor.getSnapshotInput()
           
 

Uses of ISnapshotEditorInput in org.eclipse.mat.ui.snapshot.views
 

Constructors in org.eclipse.mat.ui.snapshot.views with parameters of type ISnapshotEditorInput
SnapshotOutlinePage.HeapEditorOutlinePage(ISnapshotEditorInput input)