[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

Hello Gaurav,

See DiagramEditor.getAdapter() method. This method will be called by Outline View with IContentOutlinePage.class passed as a parameter, so currently DiagramEditor itself is responsible for creating outline page contents. Looks like you have to implement something similar to DiagramOutlinePage()..

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