eclipsesource / papyrus-umllight

Eclipse Public License 2.0
4 stars 2 forks source link

Fix #59 Simplified properties view for use case diagrams #66

Closed tortmayr closed 5 years ago

tortmayr commented 5 years ago

Implement the property views for elements in the UML Light Use Case Diagram as described in #18

tortmayr commented 5 years ago

@cdamus The Extend properties view has Location which references a set of extensions points belonging to the extended use case. If I'm not mistaken in our case this set is trivial because we cannot explicitly define ExtensionPoint. So the extended use case always has only the implicitly created extension point. Currently we have to use the MultiReference widget for this technically read-only single reference.

If we hold this PR until #64 is merged I can make use of the 'UMLLightModelElement' and then use the simple ReferenceDialog for the Location property

tortmayr commented 5 years ago

The Extend properties view uses now the simpler ReferenceDialog for the Location property