Uses of Interface
org.eclipse.mat.ui.snapshot.editor.ISnapshotEditorInput.IChangeListener
-
Packages that use ISnapshotEditorInput.IChangeListener Package Description 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.IChangeListener in org.eclipse.mat.ui.snapshot.editor
Methods in org.eclipse.mat.ui.snapshot.editor with parameters of type ISnapshotEditorInput.IChangeListener Modifier and Type Method Description void
ISnapshotEditorInput. addChangeListener(ISnapshotEditorInput.IChangeListener listener)
void
ISnapshotEditorInput. removeChangeListener(ISnapshotEditorInput.IChangeListener listener)
-
Uses of ISnapshotEditorInput.IChangeListener in org.eclipse.mat.ui.snapshot.views
Classes in org.eclipse.mat.ui.snapshot.views that implement ISnapshotEditorInput.IChangeListener Modifier and Type Class Description static class
SnapshotOutlinePage.HeapEditorOutlinePage
-