public class SnapshotHistoryView extends ViewPart implements SnapshotHistoryService.IChangeListener
PROP_TITLE| Constructor and Description |
|---|
SnapshotHistoryView() |
| Modifier and Type | Method and Description |
|---|---|
void |
createPartControl(Composite parent) |
void |
dispose() |
Object |
getAdapter(Class required) |
void |
onFileHistoryChange(List<SnapshotHistoryService.Entry> visited) |
void |
setFocus() |
getViewSite, init, init, saveState, setInitializationDataaddPartPropertyListener, addPropertyListener, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, showBusyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListenerpublic void createPartControl(Composite parent)
createPartControl in interface IWorkbenchPartcreatePartControl in class WorkbenchPartpublic void dispose()
dispose in interface IWorkbenchPartdispose in class WorkbenchPartpublic void setFocus()
setFocus in interface IWorkbenchPartsetFocus in class WorkbenchPartpublic Object getAdapter(Class required)
getAdapter in interface IAdaptablegetAdapter in class WorkbenchPartpublic void onFileHistoryChange(List<SnapshotHistoryService.Entry> visited)
onFileHistoryChange in interface SnapshotHistoryService.IChangeListener