Class TmfSynchronizationView
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
org.eclipse.tracecompass.tmf.ui.views.TmfView
org.eclipse.tracecompass.tmf.ui.views.synchronization.TmfSynchronizationView
- All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable,org.eclipse.core.runtime.IExecutableExtension,ITmfComponent,org.eclipse.ui.IPersistable,org.eclipse.ui.IViewPart,org.eclipse.ui.IWorkbenchPart,org.eclipse.ui.IWorkbenchPart2,org.eclipse.ui.IWorkbenchPart3,org.eclipse.ui.part.IWorkbenchPartOrientation
Small view to display statistics about a synchronization
- Author:
- Geneviève Bastien
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe ID corresponds to the package in which this class is embedded.static final StringThe view name.Fields inherited from class org.eclipse.tracecompass.tmf.ui.views.TmfView
VIEW_ID_SEPARATORFields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreatePartControl(org.eclipse.swt.widgets.Composite parent) voidsetFocus()voidtraceSelected(TmfTraceSelectedSignal signal) Handler called when a trace is selectedvoidHandler called when traces are synchronizedMethods inherited from class org.eclipse.tracecompass.tmf.ui.views.TmfView
broadcast, broadcastAsync, dispose, getName, getParentComposite, isPinnedMethods inherited from class org.eclipse.ui.part.ViewPart
getViewSite, init, init, saveState, setInitializationDataMethods inherited from class org.eclipse.ui.part.WorkbenchPart
addPartPropertyListener, addPropertyListener, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, showBusyMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapterMethods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener
-
Field Details
-
ID
The ID corresponds to the package in which this class is embedded.- See Also:
-
TMF_SYNCHRONIZATION_VIEW
The view name.- See Also:
-
-
Constructor Details
-
TmfSynchronizationView
public TmfSynchronizationView()Default constructor
-
-
Method Details
-
createPartControl
public void createPartControl(org.eclipse.swt.widgets.Composite parent) - Specified by:
createPartControlin interfaceorg.eclipse.ui.IWorkbenchPart- Overrides:
createPartControlin classTmfView
-
setFocus
public void setFocus()- Specified by:
setFocusin interfaceorg.eclipse.ui.IWorkbenchPart- Specified by:
setFocusin classorg.eclipse.ui.part.WorkbenchPart
-
traceSelected
Handler called when a trace is selected- Parameters:
signal- Contains information about the selected trace
-
traceSynchronized
Handler called when traces are synchronized- Parameters:
signal- Contains the information about the selection.
-