Skip to content
Snippets Groups Projects
Commit 8c6ee65d authored by Simon Barner's avatar Simon Barner
Browse files

Allow only one instance of the Model Quality view part

* The model quality services registers an update listener with the
  view part's (static) controller. Therefore, only a single instance
  of the view part can be managed

Issue-Ref: 4310
Issue-Url: af3#4310



Signed-off-by: default avatarSimon Barner <barner@fortiss.org>
parent 49013dcf
No related branches found
No related tags found
1 merge request!210Setting up Metric extraction plugin for AF3 : Issue 4310
......@@ -8,14 +8,14 @@
contributor="org.fortiss.tooling.ext.quality.ui.ModelQualityExtractionMenu">
</contextMenuContribution>
</extension>
<extension
point="org.eclipse.ui.views">
<extension point="org.eclipse.ui.views">
<view
class="org.fortiss.tooling.ext.quality.ui.view.fx.ModelQualityFXViewPart"
icon="icons/metric.png"
id="org.fortiss.tooling.ext.quality.ui.metricsView"
name="Metrics"
restorable="true">
restorable="true"
allowMultiple="false">
</view>
</extension>
</plugin>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment