Skip to main content

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

Title: Annotation integration with Class Diagram Selection
Hi Eric,
 
Thanks for the input... I have to confess I did  not do a comprehensive sweep for the old annotations ref.s so I'll do that today.
 
Cheers,
 
JohnW


From: Eric Dillon (erdillon)
Sent: 01 May 2008 22:34
To: John Worrell (jworrell)
Cc: Tigerstripe Developers
Subject: 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