Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] GEF Palette and edit parts: how are they linked?

Hi Dev:

From the GEF workflow example, a palette entry is linked to a model object
via the model creation factory. The model creation factory calls the
Workflow factory to create the model object (eg. Node) using the node's
implementation (Nodeimpl.java) and it is clear till then. 

How does the Node edit part (and Node figure) get called so that when the
palette entry is clicked, the figure comes up on the editor is my question.

Thanks in advance,

Bharath
 

-----Original Message-----
From: gef-dev-admin@xxxxxxxxxxx [mailto:gef-dev-admin@xxxxxxxxxxx] On Behalf
Of rafael@xxxxxxxxxxxxxxxxxxxxxxxxxx
Sent: Friday, January 16, 2004 3:19 PM
To: gef-dev@xxxxxxxxxxx; gef-dev@xxxxxxxxxxx
Subject: Re: [gef-dev] GEF tutorials/code xamples: please help.

There is as draft red book about GEF and EMF that can give some good help 
in http://publib-
b.boulder.ibm.com/Redbooks.nsf/RedpieceAbstracts/sg246302.html


> Hi all,
> 
>  
> 
> I am using GEF to build a block diagram (flowchart, for instance) 
editor.
> The only tutorial I could find was a short but very useful one on the
> eclipse website. 
> 
>  
> 
> Could anyone give me useful links to other GEF tutorials/code examples? 
> 
>  
> 
> Thanks!
> 
>  
> 
> Bharath
> 
>  
> 
>  
> 
> 


---------------------------------------------
This message was sent using Endymion MailMan.
http://www.endymion.com/products/mailman/


_______________________________________________
gef-dev mailing list
gef-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/gef-dev





Back to the top