Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » GEF Flow example
GEF Flow example [message #217807] Wed, 14 June 2006 12:55 Go to next message
Eclipse UserFriend
Originally posted by: mcglinn.cs.tcd.ie

Hi There,

I am looking into creating a finite state machine and I saw that GEF has
a flow example which would be very useful to me. It would be really
handy if I could use that code to begin with. Is that code open source?
and if so, how do I go about accessing it?

Also, I was hoping to create a sequence dicodeuml sequence diagrams I
could start with?

Any help is much appreciated,

Thanks,

Kris.
Re: GEF Flow example [message #217815 is a reply to message #217807] Wed, 14 June 2006 13:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mcglinn.cs.tcd.ie

Oops,

Last part of that seemed to get a bit scrambled. I would also like to
create a UML sequence diagram in GEF. Is there any open source code I
could begin with?

Thanks,

K.

Kris McGlinn wrote:
> Hi There,
>
> I am looking into creating a finite state machine and I saw that GEF has
> a flow example which would be very useful to me. It would be really
> handy if I could use that code to begin with. Is that code open source?
> and if so, how do I go about accessing it?
>
> Also, I was hoping to create a sequence dicodeuml sequence diagrams I
> could start with?
>
> Any help is much appreciated,
>
> Thanks,
>
> Kris.
Re: GEF Flow example [message #217831 is a reply to message #217815] Wed, 14 June 2006 14:43 Go to previous messageGo to next message
Guillaume Windels is currently offline Guillaume WindelsFriend
Messages: 29
Registered: July 2009
Junior Member
Kris,

Flow example sources (+ other) can be found at
http://www.eclipse.org/downloads/download.php?file=/tools/ge f/downloads/drops/R-3.1-200507071758/GEF-examples-3.1.zip

/G

Kris McGlinn a écrit :
> Oops,
>
> Last part of that seemed to get a bit scrambled. I would also like to
> create a UML sequence diagram in GEF. Is there any open source code I
> could begin with?
>
> Thanks,
>
> K.
>
> Kris McGlinn wrote:
>> Hi There,
>>
>> I am looking into creating a finite state machine and I saw that GEF
>> has a flow example which would be very useful to me. It would be
>> really handy if I could use that code to begin with. Is that code open
>> source? and if so, how do I go about accessing it?
>>
>> Also, I was hoping to create a sequence dicodeuml sequence diagrams I
>> could start with?
>>
>> Any help is much appreciated,
>>
>> Thanks,
>>
>> Kris.
Re: GEF Flow example [message #217883 is a reply to message #217831] Wed, 14 June 2006 16:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mcglinn.cs.tcd.ie

Hey,

Thanks for that. Now, is there an easy way to select the code and import
it into my workspace so that I can compile it? or do I have to create a
project with the same name, create each package and import the code
piece by piece? I have been looking around trying to find a way to
simply import the source code but I dont think I am looking in the right
place,

Thanks for your help,

Kris.

Guillaume Windels wrote:
> Kris,
>
> Flow example sources (+ other) can be found at
> http://www.eclipse.org/downloads/download.php?file=/tools/ge f/downloads/drops/R-3.1-200507071758/GEF-examples-3.1.zip
>
>
> /G
>
> Kris McGlinn a écrit :
>> Oops,
>>
>> Last part of that seemed to get a bit scrambled. I would also like to
>> create a UML sequence diagram in GEF. Is there any open source code I
>> could begin with?
>>
>> Thanks,
>>
>> K.
>>
>> Kris McGlinn wrote:
>>> Hi There,
>>>
>>> I am looking into creating a finite state machine and I saw that GEF
>>> has a flow example which would be very useful to me. It would be
>>> really handy if I could use that code to begin with. Is that code
>>> open source? and if so, how do I go about accessing it?
>>>
>>> Also, I was hoping to create a sequence dicodeuml sequence diagrams I
>>> could start with?
>>>
>>> Any help is much appreciated,
>>>
>>> Thanks,
>>>
>>> Kris.
Re: GEF Flow example [message #217920 is a reply to message #217883] Wed, 14 June 2006 21:00 Go to previous messageGo to next message
Guillaume Windels is currently offline Guillaume WindelsFriend
Messages: 29
Registered: July 2009
Junior Member
Hiya,

You may want to try that:
http://dev.eclipse.org/newslists/news.eclipse.tools.gef/msg1 5666.html

/G

Kris McGlinn a écrit :
> Hey,
>
> Thanks for that. Now, is there an easy way to select the code and import
> it into my workspace so that I can compile it? or do I have to create a
> project with the same name, create each package and import the code
> piece by piece? I have been looking around trying to find a way to
> simply import the source code but I dont think I am looking in the right
> place,
>
> Thanks for your help,
>
> Kris.
>
> Guillaume Windels wrote:
>> Kris,
>>
>> Flow example sources (+ other) can be found at
>> http://www.eclipse.org/downloads/download.php?file=/tools/ge f/downloads/drops/R-3.1-200507071758/GEF-examples-3.1.zip
>>
>>
>> /G
>>
>> Kris McGlinn a écrit :
>>> Oops,
>>>
>>> Last part of that seemed to get a bit scrambled. I would also like to
>>> create a UML sequence diagram in GEF. Is there any open source code I
>>> could begin with?
>>>
>>> Thanks,
>>>
>>> K.
>>>
>>> Kris McGlinn wrote:
>>>> Hi There,
>>>>
>>>> I am looking into creating a finite state machine and I saw that GEF
>>>> has a flow example which would be very useful to me. It would be
>>>> really handy if I could use that code to begin with. Is that code
>>>> open source? and if so, how do I go about accessing it?
>>>>
>>>> Also, I was hoping to create a sequence dicodeuml sequence diagrams
>>>> I could start with?
>>>>
>>>> Any help is much appreciated,
>>>>
>>>> Thanks,
>>>>
>>>> Kris.
Re: GEF Flow example [message #217944 is a reply to message #217920] Thu, 15 June 2006 09:56 Go to previous message
Eclipse UserFriend
Originally posted by: mcglinn.cs.tcd.ie

Hi Guillaume,

Cool. Now, if I have included the GEF plugin in a seperate plugin folder
as an extension, is it still possible to access the plugin example the
way you describe? The thing is, I like to keep plugins seperate from the
main plugins folder...but then they dont seem to appear in the "plugins"
tab beside package explorer?

It wont be a problem just moving the GEF plugin, but it would be nice if
I didnt have to,

Thanks again for your help!

Kris.


Guillaume Windels wrote:
> Hiya,
>
> You may want to try that:
> http://dev.eclipse.org/newslists/news.eclipse.tools.gef/msg1 5666.html
>
> /G
>
> Kris McGlinn a écrit :
>> Hey,
>>
>> Thanks for that. Now, is there an easy way to select the code and
>> import it into my workspace so that I can compile it? or do I have to
>> create a project with the same name, create each package and import
>> the code piece by piece? I have been looking around trying to find a
>> way to simply import the source code but I dont think I am looking in
>> the right place,
>>
>> Thanks for your help,
>>
>> Kris.
>>
>> Guillaume Windels wrote:
>>> Kris,
>>>
>>> Flow example sources (+ other) can be found at
>>> http://www.eclipse.org/downloads/download.php?file=/tools/ge f/downloads/drops/R-3.1-200507071758/GEF-examples-3.1.zip
>>>
>>>
>>> /G
>>>
>>> Kris McGlinn a écrit :
>>>> Oops,
>>>>
>>>> Last part of that seemed to get a bit scrambled. I would also like
>>>> to create a UML sequence diagram in GEF. Is there any open source
>>>> code I could begin with?
>>>>
>>>> Thanks,
>>>>
>>>> K.
>>>>
>>>> Kris McGlinn wrote:
>>>>> Hi There,
>>>>>
>>>>> I am looking into creating a finite state machine and I saw that
>>>>> GEF has a flow example which would be very useful to me. It would
>>>>> be really handy if I could use that code to begin with. Is that
>>>>> code open source? and if so, how do I go about accessing it?
>>>>>
>>>>> Also, I was hoping to create a sequence dicodeuml sequence diagrams
>>>>> I could start with?
>>>>>
>>>>> Any help is much appreciated,
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Kris.
Previous Topic:EditPart Creation Question
Next Topic:How to copy IFigure?
Goto Forum:
  


Current Time: Tue Apr 23 15:11:36 GMT 2024

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

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

Back to the top