Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] how to create a connection between to figures

lets say that I have 3 figure in my diagram:
figureA
figureB 
ConnectionLine 
 
figureA has the attrbute:figureBId.
figureB has the attribute:id
 
generally speaking I want to be able to add a conncetionLine between figureA and figureB only when I type figureBId in  figureA.
now, I do know how to listen to changes in the attribute by implementing the method notifyChange(Notification notification).
my problem is how to add the cconnectionLine graphically.
 
I'll appritiate any help
 
thanks :)

Back to the top