Uses of Interface
org.eclipse.tracecompass.tmf.ui.viewers.ITmfViewer
Packages that use ITmfViewer
Package
Description
Copyright (c) 2015, 2020 Ericsson
All rights reserved.
Copyright (c) 2016 Ericsson
All rights reserved.
Copyright (c) 2015, 2016 Ericsson
All rights reserved.
Copyright (c) 2016 Ericsson
All rights reserved.
-
Uses of ITmfViewer in org.eclipse.tracecompass.analysis.counters.ui.views
Classes in org.eclipse.tracecompass.analysis.counters.ui.views that implement ITmfViewerModifier and TypeClassDescriptionfinal classXY line chart which displays the counters data.classDisplay the state system as a filtered checkbox tree: -
Uses of ITmfViewer in org.eclipse.tracecompass.analysis.timing.ui.views.segmentstore.density2
Classes in org.eclipse.tracecompass.analysis.timing.ui.views.segmentstore.density2 that implement ITmfViewerModifier and TypeClassDescriptionclassDisplays the segment store provider data in a density chart. -
Uses of ITmfViewer in org.eclipse.tracecompass.analysis.timing.ui.views.segmentstore.scatter
Classes in org.eclipse.tracecompass.analysis.timing.ui.views.segmentstore.scatter that implement ITmfViewerModifier and TypeClassDescriptionclassAbstract tree viewer to go along with the scatter chart viewer in segment store scatter viewsclassDisplays the segment store provider data in a SWT scatter chart -
Uses of ITmfViewer in org.eclipse.tracecompass.analysis.timing.ui.views.segmentstore.statistics
Classes in org.eclipse.tracecompass.analysis.timing.ui.views.segmentstore.statistics that implement ITmfViewerModifier and TypeClassDescriptionclassAn abstract tree viewer implementation for displaying segment store statisticsclassGeneric viewer to show segment store statistics analysis data. -
Uses of ITmfViewer in org.eclipse.tracecompass.analysis.timing.ui.views.segmentstore.table
Classes in org.eclipse.tracecompass.analysis.timing.ui.views.segmentstore.table that implement ITmfViewerModifier and TypeClassDescriptionclassDisplays the segment store provider data in a column tableclassDisplays the segment store provider data in a column table -
Uses of ITmfViewer in org.eclipse.tracecompass.tmf.ui.viewers
Subinterfaces of ITmfViewer in org.eclipse.tracecompass.tmf.ui.viewersModifier and TypeInterfaceDescriptioninterfaceInterface for providing and updating time information.Classes in org.eclipse.tracecompass.tmf.ui.viewers that implement ITmfViewerModifier and TypeClassDescriptionclassAbstract class that extendsTmfViewerthat adds methods to synchronize with a trace's time information.classAbstract class that extendsTmfComponentto be specific to viewers. -
Uses of ITmfViewer in org.eclipse.tracecompass.tmf.ui.viewers.table
Classes in org.eclipse.tracecompass.tmf.ui.viewers.table that implement ITmfViewerModifier and TypeClassDescriptionclassGenericTableViewerwrapper with most standard features enabled. -
Uses of ITmfViewer in org.eclipse.tracecompass.tmf.ui.viewers.tree
Classes in org.eclipse.tracecompass.tmf.ui.viewers.tree that implement ITmfViewerModifier and TypeClassDescriptionclassAbstract viewer for trees with checkboxes.classAbstract class for viewers who will display data using a TreeViewer. -
Uses of ITmfViewer in org.eclipse.tracecompass.tmf.ui.viewers.xychart
Subinterfaces of ITmfViewer in org.eclipse.tracecompass.tmf.ui.viewers.xychartModifier and TypeInterfaceDescriptioninterfaceInterface adding some methods specific for SWT charts to the base time provider interface.Classes in org.eclipse.tracecompass.tmf.ui.viewers.xychart that implement ITmfViewerModifier and TypeClassDescriptionclassBase class for a XY-Chart based on SWT chart. -
Uses of ITmfViewer in org.eclipse.tracecompass.tmf.ui.viewers.xychart.linechart
Classes in org.eclipse.tracecompass.tmf.ui.viewers.xychart.linechart that implement ITmfViewerModifier and TypeClassDescriptionclassXY Chart viewer class implementation.classXY chart viewer which queries and displays selected entries. -
Uses of ITmfViewer in org.eclipse.tracecompass.tmf.ui.widgets.tabsview
Methods in org.eclipse.tracecompass.tmf.ui.widgets.tabsview that return ITmfViewerModifier and TypeMethodDescription@Nullable ITmfViewerTmfViewerFolder.getViewer()Gets the current shown viewerGets a viewer based on his name.Methods in org.eclipse.tracecompass.tmf.ui.widgets.tabsview that return types with arguments of type ITmfViewerModifier and TypeMethodDescriptionTmfViewerFolder.getViewers()Gets the viewers list contained in the folder view.Methods in org.eclipse.tracecompass.tmf.ui.widgets.tabsview with parameters of type ITmfViewerModifier and TypeMethodDescriptionbooleanTmfViewerFolder.addTab(ITmfViewer viewer, String viewerID, int style) Create a new tab that will hold the viewer content.