Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Synchronized GEF-Editors
Synchronized GEF-Editors [message #214898] Tue, 25 April 2006 08:47 Go to next message
Eclipse UserFriend
Originally posted by: adam.giemza.gmx.de

Hi all,

I have build an discussion editor, that is synchronized via network with
another instance. A change is send through an socket to an
snychronisation plugin an the discussion modell listens for events. On
an event it adds a new topic node and so on. Everything works so far,
but I do not use the commandstack, so I can not use undo redo for the
actions I get over the network.

So here is my question? How can I create new Command objects outside my
editparts and add them to the command stack, so that the commands were
executed like commands from the editor!

greets
adam
Request and Command [message #214987 is a reply to message #214898] Tue, 25 April 2006 10:28 Go to previous message
Eclipse UserFriend
Originally posted by: adam.giemza.gmx.de

Another question:

How to generate a Request outside an EditPart and send it to a EditPart
to execute it?

It could be es solution for my problem. My client would receive events
from the other participant and then would fire requests to the EditParts
to perform an action (resize, move...).

Does this work?
Previous Topic:Saving Shapes diagram into XML
Next Topic:Nice GEF example
Goto Forum:
  


Current Time: Fri Apr 26 02:36:53 GMT 2024

Powered by FUDForum. Page generated in 0.04071 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top