Hey,
i am new to Eclipse RCP and have the following Scenario:
- One plugin which is the Application
- Another witch is a view and does show some Data
- And a third which is the editor.
in the view I can right click on a record and choose edit what does open the Editor and lets me change the data.
No I'd like to refresh the View when I save the Editor. I think this is a classical scenario to implement a Whiteboard pattern. Unfortunately I am not really familiar with it, may be some one could show a simple example how to implement it in Eclipse RCP.
Thanks in Advance Johannes