tmf: Add a method to indicate if a ODA is user-defined
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 2 May 2016 22:21:37 +0000 (18:21 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Wed, 4 May 2016 22:15:10 +0000 (18:15 -0400)
commit9dbc0f9afa9ec456ce2300d47a46d8db55e4a331
tree19a394f176ec0492574840b9895095b21bf04dcc
parentfb88f89d0a257f7003a0b12a8a15ee3cbeff3087
tmf: Add a method to indicate if a ODA is user-defined

This will be useful in diffentiating what analyses are considered
"built-in" and which ones were added manually by the user. For
example, some operations might be prevented by the manager (like
deleting non-user-defined analyses). Or a different icon could be
used for them.

Change-Id: I887291f0b754c26cb8aca1e758b1741cb7152f52
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Signed-off-by: Philippe Proulx <pproulx@efficios.com>
Reviewed-on: https://git.eclipse.org/r/71930
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/analysis/ondemand/OnDemandAnalysisStub.java
tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/analysis/ondemand/IOnDemandAnalysis.java
This page took 0.037218 seconds and 5 git commands to generate.