public class HistoryBrowserView extends org.eclipse.ui.part.ViewPart implements ProjectSpaceContainer
| Constructor and Description |
|---|
HistoryBrowserView() |
| Modifier and Type | Method and Description |
|---|---|
void |
createPartControl(org.eclipse.swt.widgets.Composite parent) |
void |
dispose() |
ProjectSpace |
getProjectSpace()
Retrieve the project space of the container.
|
void |
refresh()
Reloads the view with the current parameters.
|
void |
refresh(HistoryInfo historyInfo)
Refresh a history info.
|
void |
setFocus() |
void |
setInput(org.eclipse.emf.ecore.EObject input)
Displays the history for the given input.
|
void |
setInput(ESLocalProject localProject)
Sets a
ESLocalProject as an input for the view. |
getViewSite, init, init, saveState, setInitializationDataaddPartPropertyListener, addPropertyListener, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, showBusyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ProjectSpace getProjectSpace()
getProjectSpace in interface ProjectSpaceContainerpublic void createPartControl(org.eclipse.swt.widgets.Composite parent)
createPartControl in interface org.eclipse.ui.IWorkbenchPartcreatePartControl in class org.eclipse.ui.part.WorkbenchPartpublic void refresh()
public void refresh(HistoryInfo historyInfo)
historyInfo - the HistoryInfo to refreshpublic void setInput(org.eclipse.emf.ecore.EObject input)
input - eobject in projectspace or projectspace itselfpublic void setInput(ESLocalProject localProject)
ESLocalProject as an input for the view. The history for the input will be shown.localProject - the project to show the history for.public void dispose()
dispose in interface org.eclipse.ui.IWorkbenchPartdispose in class org.eclipse.ui.part.WorkbenchPartpublic void setFocus()
setFocus in interface org.eclipse.ui.IWorkbenchPartsetFocus in class org.eclipse.ui.part.WorkbenchPartCopyright © 2017. All rights reserved.