java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, ITmfComponent, ITimeReset, ITmfAllowMultiple, ITmfPinnable, ITmfTimeAligned, 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 CounterView extends TmfChartView
Main implementation for the counters view.

The view is composed of two parts:

  1. CounterTreeViewer (left-hand side)
  2. CounterChartViewer (right-hand side)

Since:
1.0
Author:
Matthew Khouzam, Mikael Ferland
  • Field Details

  • Constructor Details

    • CounterView

      public CounterView()
      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 TmfChartView