Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » GMF Editors Logging
GMF Editors Logging [message #208344] Sat, 11 October 2008 08:35 Go to next message
Eclipse UserFriend
Originally posted by: eric.cort.yahoo.com

Hello,

When I create a new class with an attribute property (Class Dog, Attribute
Lassie) clicking e.g. in the UML diagram, I would like to print these
steps in details into a file or a console. What kind of frameworks or
EMF/GMF commands are available to solve this problem efficiently?

Best Regards,
Eric
Re: GMF Editors Logging [message #208508 is a reply to message #208344] Tue, 14 October 2008 11:42 Go to previous message
Thomas Beyer is currently offline Thomas BeyerFriend
Messages: 47
Registered: July 2009
Member
Hello Eric,

you could use the Command-Framework (register a CommandStackListener) and
filter for the commands you desire.
So you could get all the commands, that change the diagram and log them,
wherever you'd like.

Regards,
Thomas

"Eric " <eric.cort@yahoo.com> schrieb im Newsbeitrag
news:a6b7a63e8a5ec165a511c8d34808e9a8$1@www.eclipse.org...
> Hello,
>
> When I create a new class with an attribute property (Class Dog, Attribute
> Lassie) clicking e.g. in the UML diagram, I would like to print these
> steps in details into a file or a console. What kind of frameworks or
> EMF/GMF commands are available to solve this problem efficiently?
>
> Best Regards,
> Eric
>
Previous Topic:Handle connection deletion outside of the editor
Next Topic:Multiple Connections and Storing
Goto Forum:
  


Current Time: Thu Apr 25 02:22:11 GMT 2024

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

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

Back to the top