Uses of Class
org.eclipse.mat.ui.SnapshotHistoryService.Entry

Packages that use SnapshotHistoryService.Entry
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.Entry in org.eclipse.mat.ui
 

Methods in org.eclipse.mat.ui that return types with arguments of type SnapshotHistoryService.Entry
 java.util.List<SnapshotHistoryService.Entry> SnapshotHistoryService.getVisitedEntries()
           
 

Method parameters in org.eclipse.mat.ui with type arguments of type SnapshotHistoryService.Entry
 void SnapshotHistoryService.IChangeListener.onFileHistoryChange(java.util.List<SnapshotHistoryService.Entry> visited)
           
 

Uses of SnapshotHistoryService.Entry in org.eclipse.mat.ui.internal.views
 

Method parameters in org.eclipse.mat.ui.internal.views with type arguments of type SnapshotHistoryService.Entry
 void SnapshotHistoryView.onFileHistoryChange(java.util.List<SnapshotHistoryService.Entry> visited)