org.eclipse.mat.ui.internal.views
Class SnapshotHistoryView

java.lang.Object
  extended by ViewPart
      extended by org.eclipse.mat.ui.internal.views.SnapshotHistoryView
All Implemented Interfaces:
SnapshotHistoryService.IChangeListener

public class SnapshotHistoryView
extends ViewPart
implements SnapshotHistoryService.IChangeListener


Constructor Summary
SnapshotHistoryView()
           
 
Method Summary
 void createPartControl(Composite parent)
           
 void dispose()
           
 java.lang.Object getAdapter(java.lang.Class required)
           
 void onFileHistoryChange(java.util.List<SnapshotHistoryService.Entry> visited)
           
 void setFocus()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotHistoryView

public SnapshotHistoryView()
Method Detail

createPartControl

public void createPartControl(Composite parent)

dispose

public void dispose()

setFocus

public void setFocus()

getAdapter

public java.lang.Object getAdapter(java.lang.Class required)

onFileHistoryChange

public void onFileHistoryChange(java.util.List<SnapshotHistoryService.Entry> visited)
Specified by:
onFileHistoryChange in interface SnapshotHistoryService.IChangeListener