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

public class TmfSynchronizationView extends TmfView
Small view to display statistics about a synchronization
Author:
Geneviève Bastien
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The ID corresponds to the package in which this class is embedded.
    static final String
    The view name.

    Fields inherited from class org.eclipse.tracecompass.tmf.ui.views.TmfView

    VIEW_ID_SEPARATOR

    Fields inherited from interface org.eclipse.ui.IWorkbenchPart

    PROP_TITLE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createPartControl(org.eclipse.swt.widgets.Composite parent)
     
    void
     
    void
    Handler called when a trace is selected
    void
    Handler called when traces are synchronized

    Methods inherited from class org.eclipse.tracecompass.tmf.ui.views.TmfView

    broadcast, broadcastAsync, dispose, getName, getParentComposite, isPinned

    Methods inherited from class org.eclipse.ui.part.ViewPart

    getViewSite, init, init, saveState, setInitializationData

    Methods inherited from class org.eclipse.ui.part.WorkbenchPart

    addPartPropertyListener, addPropertyListener, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, showBusy

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.core.runtime.IAdaptable

    getAdapter

    Methods inherited from interface org.eclipse.ui.IWorkbenchPart

    addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener
  • Field Details

  • Constructor Details

    • TmfSynchronizationView

      public TmfSynchronizationView()
      Default constructor
  • Method Details

    • createPartControl

      public void createPartControl(org.eclipse.swt.widgets.Composite parent)
      Specified by:
      createPartControl in interface org.eclipse.ui.IWorkbenchPart
      Overrides:
      createPartControl in class TmfView
    • setFocus

      public void setFocus()
      Specified by:
      setFocus in interface org.eclipse.ui.IWorkbenchPart
      Specified by:
      setFocus in class org.eclipse.ui.part.WorkbenchPart
    • traceSelected

      public void traceSelected(TmfTraceSelectedSignal signal)
      Handler called when a trace is selected
      Parameters:
      signal - Contains information about the selected trace
    • traceSynchronized

      public void traceSynchronized(TmfTraceSynchronizedSignal signal)
      Handler called when traces are synchronized
      Parameters:
      signal - Contains the information about the selection.