[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: How to simulate a label of a link when link and label are of different EClasses?

Hello Alessander,

In case you are implementing custom parser then you can handle it by implementing ISemanticParser interface (see corresponding code working with this interface in ????LabelEditPart).
If you handle this situation with derived property then you have to listen for EMf notification and wrap/sent corresponding notification like in case property value was canged - i think this should work.


-----------------
Alex Shatalin