Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tigerstripe-dev] Annotation integration with Class Diagram Selection

Title: Annotation integration with Class Diagram Selection
Hi John,

So I noticed one more reference to the old annotation framework in the following plugin:
Org.eclipse.tigerstripe.workbench.ui.visualeditor.diagram (in the “PartAdapterFactory” class, and Manifest.MF).

I’ve removed the dependency on the old code but, this class now needs to be update to work with the new framework. It is basically adapting a “Part” ie. A figure from a class diagram to an annotable (at least how it was in the old framework).

Could you have a look? I suspect this will be fairly similar to what you did already. The result should be that when a class is selected on a class diagram the annotation properties view should updated as if the corresponding class had be selected from the Explorer.

Thanks,
Eric

Back to the top