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, setInitializationData
addPartPropertyListener, addPropertyListener, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, showBusy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener
public void createPartControl(Composite parent)
createPartControl
in interface IWorkbenchPart
createPartControl
in class WorkbenchPart
public void dispose()
dispose
in interface IWorkbenchPart
dispose
in class WorkbenchPart
public void setFocus()
setFocus
in interface IWorkbenchPart
setFocus
in class WorkbenchPart
public Object getAdapter(Class required)
getAdapter
in interface IAdaptable
getAdapter
in class WorkbenchPart
public void onFileHistoryChange(List<SnapshotHistoryService.Entry> visited)
onFileHistoryChange
in interface SnapshotHistoryService.IChangeListener