Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » [EuGENia] Ordering of Tools, Adding custom menus, Drag'n'Drop
[EuGENia] Ordering of Tools, Adding custom menus, Drag'n'Drop [message #586968] Thu, 04 March 2010 05:45 Go to previous message
Ralf is currently offline Ralf
Messages: 25
Registered: March 2010
Junior Member
Q1: Is it possible to predefine the order of the tools in the tool palette through EuGENia. The order within the emf file is ignored and the tools are alphabetically ordered in the generated GMF editor. I was able the change the label of the tool grouping with an Ecore2GMF.eol:

var toolGroupObjects = GmfTool!ToolGroup.all.selectOne(r|r.title = 'Objects');
toolGroupObjects.title='Nodes';
Is this the supposed way ?

Q2: Can I add custom popup actions for specific nodes in the generated GMF diagram editor ? I need an action like replace node which will replace the node with an new node maintaining the incoming and outgoing links.

Q3: What is the supposed way to add a custom drag-and-drop handler to the GMF editor
 
Read Message
Read Message
Previous Topic:[Eugenia] @gmf.diagram Annotations ignored
Next Topic:How to list all the wizards registered in Epsilon?
Goto Forum:
  


Current Time: Sat May 18 04:26:34 EDT 2013

Powered by FUDForum. Page generated in 0.01595 seconds