Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » New to GEF - Please provide simple complete example
New to GEF - Please provide simple complete example [message #213397] Wed, 05 April 2006 19:55 Go to next message
mowry is currently offline mowryFriend
Messages: 51
Registered: July 2009
Member
Hi
I am new to GEF, I would like to create one very basic sample using GEF.
I couldn't find doc anywhere where it takes me to step by step process to
create a sample one.
Could you please provide steps to create start to end gef applicaiton and
how to run see the result?

Thanks for any kind of help,

Bob
Re: New to GEF - Please provide simple complete example [message #213412 is a reply to message #213397] Wed, 05 April 2006 20:30 Go to previous messageGo to next message
Andreas Herz is currently offline Andreas HerzFriend
Messages: 196
Registered: July 2009
Senior Member
Hi

If you are new to the eclipse plugin development use these hints:

1.)
You must know how to write and start a simple eclipse plugin.
The "hello world" for eclipse developer.

2.)
You must familar with the action/editor/view entries in the plugin.xml
http://www.eclipse.org/articles/Article-action-contribution/ Contributing%20Actions%20to%20the%20Eclipse%20Workbench.html

3.)
Read the http://www.eclipse.org/articles/Article-GEF-Draw2d/GEF-Draw2 d.html
for the basics of Draw2D. (GEF used the Draw2D)

4.)
Read http://www.eclipse.org/articles/Article-GEF-editor/gef-schem a-editor.html

5.)
Get the source of the GEF DigitalSimulator

I have read,debug code, read, debug code, read,.... 3 months to develope a
simple 'usefull' GEF plugin. After this time you can work with this
perfect(!!!) framework.

see a demo of my result at: (*flaunt*)
http://www.tarragon-software.com//jacob/downloads/demo/demo. html
(Note:the GEF part is in the middle of the flash demo)

greetings

andreas

Bob wrote:
> Hi
> I am new to GEF, I would like to create one very basic sample using GEF.
> I couldn't find doc anywhere where it takes me to step by step process
> to create a sample one.
> Could you please provide steps to create start to end gef applicaiton
> and how to run see the result?
>
> Thanks for any kind of help,
>
> Bob
>
Re: New to GEF - Please provide simple complete example [message #213488 is a reply to message #213397] Thu, 06 April 2006 10:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: remove-this-pgarbacz.pgs-soft.com.remove.this

Hi,

"Bob" <mowry_889@yahoo.com> wrote in message
news:d357f942c20cd77b10996849638f8fd1$1@www.eclipse.org...
> Hi
> I am new to GEF, I would like to create one very basic sample using GEF.
> I couldn't find doc anywhere where it takes me to step by step process to
> create a sample one.
> Could you please provide steps to create start to end gef applicaiton and
> how to run see the result?

I would suggest you to go over tutorials on the GEF homepage. Some of them
point to sample applications
that are stored in Eclipse CVS, so if you want to reach them, you should
check them out from repository.
Unfortunately I didn't find any files on the Eclipse's site.

Next thing is you should understand how to use Draw2d
(org.eclipse.draw2d.examples project from CVS).

Then you could go through org.eclipse.gef.examples.* projects. There are few
samples that show how to
create basic issues you may want to use in future.

And the last but not least: Eclipse help.

Regards,
Pawel
Re: New to GEF - Please provide simple complete example [message #217381 is a reply to message #213412] Sat, 03 June 2006 21:17 Go to previous message
Suresh is currently offline SureshFriend
Messages: 1
Registered: July 2009
Junior Member
Hi Andreas,

I saw the flash demo of your product and it is very impressive.

Can you tell me whether the snap lines facility I saw in the demo is
available as part of the GEF or you have written the whole thing
yourself??? If you have written it all yourself, can you tell me, was it
easy to write that in GEF as I am exploring GEF to do just that for one of
my project? Can you give some pointers as to how to accomplish sanp lines
or grouplayout/springlayout???

Thanks
Suresh
Previous Topic:Zoom cuts String-Labels in simple Rectangle
Next Topic:Any ConnectionAnchor layout & Connection Line layout articles?
Goto Forum:
  


Current Time: Fri Apr 26 03:27:26 GMT 2024

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

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

Back to the top