Uses of Interface
org.eclipse.mat.ui.SnapshotHistoryService.IChangeListener
-
Packages that use SnapshotHistoryService.IChangeListener Package Description org.eclipse.mat.ui User interface plug-in definitions and query execution for UI components (not API).org.eclipse.mat.ui.internal.views Some general views such as details of the dump, list of dumps, some user written notes, and the history of actions - user interface (not API). -
-
Uses of SnapshotHistoryService.IChangeListener in org.eclipse.mat.ui
Methods in org.eclipse.mat.ui with parameters of type SnapshotHistoryService.IChangeListener Modifier and Type Method Description void
SnapshotHistoryService. addChangeListener(SnapshotHistoryService.IChangeListener listener)
void
SnapshotHistoryService. removeChangeListener(SnapshotHistoryService.IChangeListener listener)
-
Uses of SnapshotHistoryService.IChangeListener in org.eclipse.mat.ui.internal.views
Classes in org.eclipse.mat.ui.internal.views that implement SnapshotHistoryService.IChangeListener Modifier and Type Class Description class
SnapshotHistoryView
-