[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, Hi Peter,
I followed your Discussion and all also worked very well on my programm. Now I have a simlar problem and I hope you or anybody else could help me. I want to highlight multiple elements using a button (e.g. in the toolbar).


My Problems is: How to get a List of the elements that are currently on the editor? That can be also only a List of the Elements that belong only to the XxxEditPart.

The aim to highlight all elements of one type for easier location in the editor.

Is this possible in gmf?