Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Flow designer
Flow designer [message #443328] Wed, 22 September 2004 19:16 Go to next message
Ranjit is currently offline RanjitFriend
Messages: 7
Registered: July 2009
Junior Member
Hi,

I am planning to design some sort of flow designer using eclipse and SWT.
The basic idea is as follows.

There is a panel of standard controls/objects on a pane/panel.
User drags and drops them on some sort of drawing area.
The properties of the objects can be changed by clicking/right clicking
them.
Once user hits a save/convert button, reading the set properties of the
objects, I searlize the flow/graph to a XML format (may be XMI, not sure
yet).

Has anyone done something smiliar and give me pointers to start with?
I was looking at Visual Editor Project but not sure if that would help me
design what I intend.

Thanks in advance.
Re: Flow designer [message #443330 is a reply to message #443328] Wed, 22 September 2004 20:09 Go to previous messageGo to next message
Mark Phippard is currently offline Mark PhippardFriend
Messages: 129
Registered: July 2009
Senior Member
Ranjit wrote:

> Hi,
>
> I am planning to design some sort of flow designer using eclipse and
> SWT. The basic idea is as follows.
>
> There is a panel of standard controls/objects on a pane/panel.
> User drags and drops them on some sort of drawing area.
> The properties of the objects can be changed by clicking/right
> clicking them.
> Once user hits a save/convert button, reading the set properties of
> the objects, I searlize the flow/graph to a XML format (may be XMI,
> not sure yet).
>
> Has anyone done something smiliar and give me pointers to start with?
> I was looking at Visual Editor Project but not sure if that would
> help me design what I intend.
>
> Thanks in advance.

You want to look at the GEF project. It provides everything you need
to do this.

http://www.eclipse.org/gef/

Mark
Re: Flow designer [message #443332 is a reply to message #443330] Wed, 22 September 2004 20:32 Go to previous message
Ranjit is currently offline RanjitFriend
Messages: 7
Registered: July 2009
Junior Member
Mark Phippard wrote:
> Ranjit wrote:
>
>
>>Hi,
>>
>>I am planning to design some sort of flow designer using eclipse and
>>SWT. The basic idea is as follows.
>>
<snip>
>
> You want to look at the GEF project. It provides everything you need
> to do this.
>
> http://www.eclipse.org/gef/
>
> Mark

Hi Mark,

Thanks for the suggestion, infact I am right now downloading the GEF.
Previous Topic:Drag and drop html text question
Next Topic:Does the setters in FileDialog accept regular expressions?
Goto Forum:
  


Current Time: Fri Apr 26 15:02:43 GMT 2024

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

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

Back to the top