Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Delete from model for connections representing a reference
Delete from model for connections representing a reference [message #209092] Tue, 21 October 2008 16:00 Go to next message
exquisitus is currently offline exquisitusFriend
Messages: 18
Registered: July 2009
Junior Member
Hi there,

I use GMF 2.0 with Eclipse Europa 3.3.

I have the following model :
- Entity
- friend --> Entity

I have a Node to represent Entity and a Connection to represent friendship
which is an EMF reference.

My problem :
- In the contextual menu of the Connection, I don't have "Delete from
model".

However, my plugin.xml has the following :
<popupContribution
class=" org.eclipse.gmf.runtime.diagram.ui.providers.DiagramContextM enuProvider ">
<popupStructuredContributionCriteria
objectClass="XXXFriendShipEditPart"/>
<popupPredefinedItem id="deleteFromDiagramAction"
remove="false"/>
<popupPredefinedItem id="deleteFromModelAction"
remove="false"/>
</popupContribution>

Could you help ?

Thanks,
Sylvain
Re: Delete from model for connections representing a reference [message #209447 is a reply to message #209092] Fri, 24 October 2008 11:58 Go to previous message
exquisitus is currently offline exquisitusFriend
Messages: 18
Registered: July 2009
Junior Member
Does anyone have any idea about my problem ?

If it is a bsaic problem already answered, could you tell me where I could
find the information ?

Regards,
Sylvain
Previous Topic:Changing diagram resolution
Next Topic:[Announce] GMF 2.2.0 I200810221928 is available
Goto Forum:
  


Current Time: Fri Apr 19 02:22:42 GMT 2024

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

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

Back to the top