[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Custome view and ... ??

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