You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/org.eclipse.tracecompass.doc.dev/doc/Developer-Guide.mediawiki
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ for example, should not have to worry about the concepts explained here.
17
17
18
18
= Trace Compass Trace Server =
19
19
20
-
For information on developing for the '''Trace Compass Trace Server''' see the [https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/doc/trace-server/trace-server-dev-guide.md | Trace Server Developer Guide].
20
+
For information on developing for the '''Trace Compass Trace Server''' see the [https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/doc/trace-server/trace-server-dev-guide.md Trace Server Developer Guide].
21
21
22
22
= Implementing a New Trace Type =
23
23
@@ -2645,8 +2645,8 @@ This interface can be used to provide property information. A property provider
2645
2645
To use the property provider, first the interface method of the ''ISDPropertiesProvider'' has to be implemented by a class. Typically, this is implemented in the loader class. Add the ''ISDPropertiesProvider'' to the list of implemented interfaces, implement the method ''getPropertySheetEntry()'' and set the provider in the ''setViewer()'' method as well as remove the provider in the ''dispose()'' method of the loader class. Please note that no example is provided here.
2646
2646
2647
2647
Please refer to the following Eclipse articles for more information about properties and tabed properties.
2648
-
*[http://www.eclipse.org/articles/Article-Properties-View/properties-view.html | Take control of your properties]
2649
-
*[http://www.eclipse.org/articles/Article-Tabbed-Properties/tabbed_properties_view.html | The Eclipse Tabbed Properties View]
2648
+
*[http://www.eclipse.org/articles/Article-Properties-View/properties-view.html Take control of your properties]
2649
+
*[http://www.eclipse.org/articles/Article-Tabbed-Properties/tabbed_properties_view.html The Eclipse Tabbed Properties View]
2650
2650
2651
2651
==== Using the Collapse Provider Interface ====
2652
2652
@@ -4788,7 +4788,7 @@ Data providers are queried with a filter object, which usually contains a time r
4788
4788
4789
4789
''Note that a complete example of analysis, data provider and views can be found in the [https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/doc/org.eclipse.tracecompass.examples org.eclipse.tracecompass.examples plugin sources].''
4790
4790
4791
-
The chapters below describe key concepts and how to create data providers. For more details, other data provider types and complementary information about data providers see also the '''Data Provider''' chapters in the [https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/doc/trace-server/trace-server-dev-guide.md | Trace Server Developer Guide]. This guide describes as well how data providers are used in the Trace Compass Trace Server.
4791
+
The chapters below describe key concepts and how to create data providers. For more details, other data provider types and complementary information about data providers see also the '''Data Provider''' chapters in the [https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/doc/trace-server/trace-server-dev-guide.md Trace Server Developer Guide]. This guide describes as well how data providers are used in the Trace Compass Trace Server.
0 commit comments