Interface ITmfPinnable
- All Known Implementing Classes:
AbstractSegmentsStatisticsViewer
,AbstractSegmentStoreScatterChartTreeViewer2
,AbstractSegmentStoreScatterChartViewer2
,AbstractSelectTreeViewer2
,AbstractStateSystemTimeGraphView
,AbstractTimeGraphView
,AbstractTmfTreeViewer
,BaseDataProviderTimeGraphView
,CounterChartViewer
,CounterTreeViewer
,CounterView
,ExampleTimeGraphDataProviderView
,ExampleXYDataProviderView
,FlameChartView
,SegmentStoreScatterView2
,SegmentStoreStatisticsViewer
,TmfChartView
,TmfCommonXAxisChartViewer
,TmfFilteredXYChartViewer
,TmfStateSystemExplorer
,TmfTimeViewer
,TmfXYChartViewer
public interface ITmfPinnable
An interface that adds the pin feature to a view.
- Since:
- 3.2
-
Method Summary
-
Method Details
-
setPinned
Set the pin state.- Parameters:
trace
- The trace that the view should be pinned to, or null to unpin
-
getTrace
ITmfTrace getTrace()Gets the trace displayed in the view.- Returns:
- the trace
-