[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Custom view and ... ??

This is more Eclipse not GEF problem, but maybe some of you guys have faced this kind of issue.

I've created a custom view for my Graphical Plugin Editor in Eclipse.
Then I've added a my Custom Viwer to it. It creates a form using SWT for element properties. Using SelectionListener nicely it hookes in GraphicalEditor and getProperties from element and display this in a View. My problem is ... how to make it work other way around??????
When I type new things in my Form Text Boxes HOW TO REFLECT CHANGES IN A MODEL.


Is there some kind of a mechanizm for that?

Cheers, Greg