[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Integration between Graphical editor and outline view

gaurav bhargav schrieb:
Thanks for the help,
Now my outline view is fully functional and it has all functionality what i want, but i have a problem in this outline view i am not able to find where the tree items are added in the outline tree cause i want to change the image displayed in that tree and add another column for put some additional information in tree node. Is this a part of Editor or i have to change in outline view.


This would be done with the XXXItemProvider in the xxx.edit plugin.
Pure EMF.

And another question is that i want that in outline view additional resources and diagram tree items are not shown. Can i dispose them, Cause when i am doing this outline view is not opened.

This could achieved by overriding initProviders() in your xxxNavigator, take a look at the AbstractModelNavigator to get a clue. In short you will need to change the contentprovider for the tree viewer.

greetings, urs.