[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: To highlight an element on editor

Hi Artur,
thanks for your fast reply. That worked quite well. I was able to get all elements and also was able to call the setSelected() on them - so all got highlighted using the published functions.


Now I was trying to highlight them without getting them selected at the same time. The Problem is now that I cannot find or call the addFeeback() method. All other methods or Listeners seem to be no Problem. May you can help.

Also I was trying to highlight only specific elements of XXXEditPart, depending on their name. The name (type String) is a label in the element (node) which is refering to an attribute of the class of the element. Do you know how I can access this name?

Thank you in advance!

Tobias