Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Question about Connection Creation Assistant
Question about Connection Creation Assistant [message #140768] Sun, 01 July 2007 22:01 Go to next message
Eclipse UserFriend
Originally posted by: twominutehate.joinpoint.org

Hello,

i have the following domain model:

Class: Element (abstract)
Class: ConcreteElement1 -> Element
Class: ConcreteElement2 -> Element
Class: Relationship {
source: Element
target: Element
}
Class: Model {
elements: Element
}

I've generated a diagram editor and i can easily put instances of
ConcreteElement1/2 on the diagram and connect them using the
"Relationship" creation tool in the palette, but it's not possible to
use the Connection Creation Asisstant to build a relationship between
two ConcreteElements. The popup doesn't list the possible target types.

I found out that by modifying the ...ModelingAssistantProvider I can
make it list the possiblities in the popup menu, but I wonder whether
there's a declarative way to achieve the same.

Thanks for any pointers.

Ömer
Re: Question about Connection Creation Assistant [message #140851 is a reply to message #140768] Mon, 02 July 2007 12:47 Go to previous message
Alexander Shatalin is currently offline Alexander ShatalinFriend
Messages: 2928
Registered: July 2009
Senior Member
Hello Ömer,

> I found out that by modifying the ...ModelingAssistantProvider I can
> make it list the possiblities in the popup menu, but I wonder whether
> there's a declarative way to achieve the same.
There could be a lack in tooling facilities. Can you please file a bugzilla
request for it?

-----------------
Alex Shatalin
Previous Topic:Searching for diagrams referring specific EObject
Next Topic:Removing connections programmatically (refresh view)
Goto Forum:
  


Current Time: Fri Apr 19 19:28:07 GMT 2024

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

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

Back to the top