I\'m developing an editor to design user Interfaces based on eclipse GMF. Up to now I have developed an editor with a palette. The user can drag and drop UI elements from palle开发者_如何学编程t and
开发者_JS百科I\'m developing a plugin with EMF and GMF. It has two views and I want that when one element is selected in the first one the second is refreshed.
When i am generating gmfgen model from gmfmap this error validation is 开发者_如何学运维shown.\" Phantom nodes that are not targeted by a link mapping representing containment reference present in mod
After launching the GMF project, I get a new window to make my own model. After placing some nodes and connections, I should calculate according to their attributes. At first, HO开发者_StackOverflow
I\'m working on a project where I have to build a graphical process modeler for a proprietary BPM (business process management) system made in java. I\'m mentioning that the software is proprietary be
I\'m new to Eclipse GMF and I was able to complete the mind map tutoria开发者_开发百科l successfully.
trying to integrate gmf with xpand. I created a menu, and command using extensions in gmf manifest file. and am trying to invoke xpand generator.
I created an plugin that lets me model JSF Applications. I created it using Emfatic, Ecore, EMF, GMF.
How can I receive from org.eclipse.gmf.runtime.notation.impl.ShapeImpl Object the corresponding 开发者_如何学JAVAEditPart? Or how can I receive from ShapeImpl(emf.ecore not runtime) the corresponding
A have a plugin and I want to overwrite default Outline view but I want开发者_高级运维 to use some features from default Outline(Overview), where can I get the source Code of default OutlineView imple