Home » Eclipse Projects » GEF » Org Chart/Hierarchical Tree Layout for 2.2
| |
Re: Org Chart/Hierarchical Tree Layout for 2.2 [message #77046 is a reply to message #76957] |
Sun, 27 April 2003 21:23   |
Eclipse User |
|
|
|
Originally posted by: none.us.ibm.com
This can be done already by using a "hozontal" tree with all nodes set to
"hanging" layout style. A test case is in the draw2d.examples project.
But, it sounds like what you want is a Tree widget that let's you paint
whatever you want, correct? I think it would be great if custom
tables/trees/etc used IFigure as the renderering mechanism.
"Yoav Rubin" <yoav@il.ibm.com> wrote in message
news:b8g1fm$nev$1@rogue.oti.com...
> Hi
> one usage scenario that i know would be useful in my app is layouting the
> chart in a similar way to the way a tree is seen in the tree viewer, i.e.,
> there is a root, you can either collapse or expand parent nodes, and no
> two elements are found in the same vertical location.
>
> Randy Hudson wrote:
>
> > Has anyone already implemented or plan to implement an organization
chart
> > layout algorithm for draw2d? This is one of our 2.2 line items (2.2 is
many
> > months out, btw), but we would like to understand the use scenarios,
and/or
> > receive contributions and testing from the community. See the attached
> > image.
>
>
|
|
|
Re: Org Chart/Hierarchical Tree Layout for 2.2 [message #77074 is a reply to message #77046] |
Mon, 28 April 2003 11:53   |
Eclipse User |
|
|
|
Originally posted by: sy_cheung2.yahoo.com
Randy,
I have integrated the Tree Layout from GVF http://gvf.sourceforge.net/ with
GEF (one of the 2.1 release not the final 2.1 release).
Sam
"Randy Hudson" <none@us.ibm.com> wrote in message
news:b8hvqi$s31$1@rogue.oti.com...
> This can be done already by using a "hozontal" tree with all nodes set to
> "hanging" layout style. A test case is in the draw2d.examples project.
> But, it sounds like what you want is a Tree widget that let's you paint
> whatever you want, correct? I think it would be great if custom
> tables/trees/etc used IFigure as the renderering mechanism.
>
> "Yoav Rubin" <yoav@il.ibm.com> wrote in message
> news:b8g1fm$nev$1@rogue.oti.com...
> > Hi
> > one usage scenario that i know would be useful in my app is layouting
the
> > chart in a similar way to the way a tree is seen in the tree viewer,
i.e.,
> > there is a root, you can either collapse or expand parent nodes, and no
> > two elements are found in the same vertical location.
> >
> > Randy Hudson wrote:
> >
> > > Has anyone already implemented or plan to implement an organization
> chart
> > > layout algorithm for draw2d? This is one of our 2.2 line items (2.2
is
> many
> > > months out, btw), but we would like to understand the use scenarios,
> and/or
> > > receive contributions and testing from the community. See the
attached
> > > image.
> >
> >
>
>
|
|
|
Re: Org Chart/Hierarchical Tree Layout for 2.2 [message #77087 is a reply to message #77074] |
Mon, 28 April 2003 12:53   |
Eclipse User |
|
|
|
Originally posted by: none.us.ibm.com
Does GVF include a directed graph layout?
"Sam Cheung" <sy_cheung2@yahoo.com> wrote in message
news:b8jiqq$547$1@rogue.oti.com...
> Randy,
>
> I have integrated the Tree Layout from GVF http://gvf.sourceforge.net/
with
> GEF (one of the 2.1 release not the final 2.1 release).
>
> Sam
>
>
>
> "Randy Hudson" <none@us.ibm.com> wrote in message
> news:b8hvqi$s31$1@rogue.oti.com...
> > This can be done already by using a "hozontal" tree with all nodes set
to
> > "hanging" layout style. A test case is in the draw2d.examples project.
> > But, it sounds like what you want is a Tree widget that let's you paint
> > whatever you want, correct? I think it would be great if custom
> > tables/trees/etc used IFigure as the renderering mechanism.
> >
> > "Yoav Rubin" <yoav@il.ibm.com> wrote in message
> > news:b8g1fm$nev$1@rogue.oti.com...
> > > Hi
> > > one usage scenario that i know would be useful in my app is layouting
> the
> > > chart in a similar way to the way a tree is seen in the tree viewer,
> i.e.,
> > > there is a root, you can either collapse or expand parent nodes, and
no
> > > two elements are found in the same vertical location.
> > >
> > > Randy Hudson wrote:
> > >
> > > > Has anyone already implemented or plan to implement an organization
> > chart
> > > > layout algorithm for draw2d? This is one of our 2.2 line items (2.2
> is
> > many
> > > > months out, btw), but we would like to understand the use scenarios,
> > and/or
> > > > receive contributions and testing from the community. See the
> attached
> > > > image.
> > >
> > >
> >
> >
>
>
|
|
|
Re: Org Chart/Hierarchical Tree Layout for 2.2 [message #77146 is a reply to message #77046] |
Mon, 28 April 2003 13:25   |
Eclipse User |
|
|
|
Originally posted by: melaasar.rational.com
Where do I get that draw2d examples project?
Thanks,
Maged
"Randy Hudson" <none@us.ibm.com> wrote in message
news:b8hvqi$s31$1@rogue.oti.com...
> This can be done already by using a "hozontal" tree with all nodes set to
> "hanging" layout style. A test case is in the draw2d.examples project.
> But, it sounds like what you want is a Tree widget that let's you paint
> whatever you want, correct? I think it would be great if custom
> tables/trees/etc used IFigure as the renderering mechanism.
>
> "Yoav Rubin" <yoav@il.ibm.com> wrote in message
> news:b8g1fm$nev$1@rogue.oti.com...
> > Hi
> > one usage scenario that i know would be useful in my app is layouting
the
> > chart in a similar way to the way a tree is seen in the tree viewer,
i.e.,
> > there is a root, you can either collapse or expand parent nodes, and no
> > two elements are found in the same vertical location.
> >
> > Randy Hudson wrote:
> >
> > > Has anyone already implemented or plan to implement an organization
> chart
> > > layout algorithm for draw2d? This is one of our 2.2 line items (2.2
is
> many
> > > months out, btw), but we would like to understand the use scenarios,
> and/or
> > > receive contributions and testing from the community. See the
attached
> > > image.
> >
> >
>
>
|
|
|
Re: Org Chart/Hierarchical Tree Layout for 2.2 [message #77194 is a reply to message #77146] |
Mon, 28 April 2003 13:27   |
Eclipse User |
|
|
|
Originally posted by: none.us.ibm.com
:pserver:anonymous@dev.eclipse.org:/home/tools
org.eclipse.draw2d.examples
"Maged Elaasar" <melaasar@rational.com> wrote in message
news:b8jo0r$aff$1@rogue.oti.com...
> Where do I get that draw2d examples project?
> Thanks,
> Maged
>
> "Randy Hudson" <none@us.ibm.com> wrote in message
> news:b8hvqi$s31$1@rogue.oti.com...
> > This can be done already by using a "hozontal" tree with all nodes set
to
> > "hanging" layout style. A test case is in the draw2d.examples project.
> > But, it sounds like what you want is a Tree widget that let's you paint
> > whatever you want, correct? I think it would be great if custom
> > tables/trees/etc used IFigure as the renderering mechanism.
> >
> > "Yoav Rubin" <yoav@il.ibm.com> wrote in message
> > news:b8g1fm$nev$1@rogue.oti.com...
> > > Hi
> > > one usage scenario that i know would be useful in my app is layouting
> the
> > > chart in a similar way to the way a tree is seen in the tree viewer,
> i.e.,
> > > there is a root, you can either collapse or expand parent nodes, and
no
> > > two elements are found in the same vertical location.
> > >
> > > Randy Hudson wrote:
> > >
> > > > Has anyone already implemented or plan to implement an organization
> > chart
> > > > layout algorithm for draw2d? This is one of our 2.2 line items (2.2
> is
> > many
> > > > months out, btw), but we would like to understand the use scenarios,
> > and/or
> > > > receive contributions and testing from the community. See the
> attached
> > > > image.
> > >
> > >
> >
> >
>
>
|
|
|
Re: Org Chart/Hierarchical Tree Layout for 2.2 [message #77209 is a reply to message #77194] |
Mon, 28 April 2003 16:07   |
Eclipse User |
|
|
|
Originally posted by: melaasar.rational.com
How exactly do you reach to that location? through http?
Maged
"Randy Hudson" <none@us.ibm.com> wrote in message
news:b8joa1$ane$1@rogue.oti.com...
> :pserver:anonymous@dev.eclipse.org:/home/tools
> org.eclipse.draw2d.examples
>
> "Maged Elaasar" <melaasar@rational.com> wrote in message
> news:b8jo0r$aff$1@rogue.oti.com...
> > Where do I get that draw2d examples project?
> > Thanks,
> > Maged
> >
> > "Randy Hudson" <none@us.ibm.com> wrote in message
> > news:b8hvqi$s31$1@rogue.oti.com...
> > > This can be done already by using a "hozontal" tree with all nodes set
> to
> > > "hanging" layout style. A test case is in the draw2d.examples
project.
> > > But, it sounds like what you want is a Tree widget that let's you
paint
> > > whatever you want, correct? I think it would be great if custom
> > > tables/trees/etc used IFigure as the renderering mechanism.
> > >
> > > "Yoav Rubin" <yoav@il.ibm.com> wrote in message
> > > news:b8g1fm$nev$1@rogue.oti.com...
> > > > Hi
> > > > one usage scenario that i know would be useful in my app is
layouting
> > the
> > > > chart in a similar way to the way a tree is seen in the tree viewer,
> > i.e.,
> > > > there is a root, you can either collapse or expand parent nodes, and
> no
> > > > two elements are found in the same vertical location.
> > > >
> > > > Randy Hudson wrote:
> > > >
> > > > > Has anyone already implemented or plan to implement an
organization
> > > chart
> > > > > layout algorithm for draw2d? This is one of our 2.2 line items
(2.2
> > is
> > > many
> > > > > months out, btw), but we would like to understand the use
scenarios,
> > > and/or
> > > > > receive contributions and testing from the community. See the
> > attached
> > > > > image.
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
Re: Org Chart/Hierarchical Tree Layout for 2.2 [message #77241 is a reply to message #77209] |
Mon, 28 April 2003 16:49   |
Eclipse User |
|
|
|
Originally posted by: none.us.ibm.com
Open up the CVS->Repositories View and right-click to add a location.
Then fill in the dilaog with the data mentioned previously.
"Maged Elaasar" <melaasar@rational.com> wrote in message
news:b8k1gu$iej$1@rogue.oti.com...
> How exactly do you reach to that location? through http?
>
> Maged
>
> "Randy Hudson" <none@us.ibm.com> wrote in message
> news:b8joa1$ane$1@rogue.oti.com...
> > :pserver:anonymous@dev.eclipse.org:/home/tools
> > org.eclipse.draw2d.examples
> >
> > "Maged Elaasar" <melaasar@rational.com> wrote in message
> > news:b8jo0r$aff$1@rogue.oti.com...
> > > Where do I get that draw2d examples project?
> > > Thanks,
> > > Maged
> > >
> > > "Randy Hudson" <none@us.ibm.com> wrote in message
> > > news:b8hvqi$s31$1@rogue.oti.com...
> > > > This can be done already by using a "hozontal" tree with all nodes
set
> > to
> > > > "hanging" layout style. A test case is in the draw2d.examples
> project.
> > > > But, it sounds like what you want is a Tree widget that let's you
> paint
> > > > whatever you want, correct? I think it would be great if custom
> > > > tables/trees/etc used IFigure as the renderering mechanism.
> > > >
> > > > "Yoav Rubin" <yoav@il.ibm.com> wrote in message
> > > > news:b8g1fm$nev$1@rogue.oti.com...
> > > > > Hi
> > > > > one usage scenario that i know would be useful in my app is
> layouting
> > > the
> > > > > chart in a similar way to the way a tree is seen in the tree
viewer,
> > > i.e.,
> > > > > there is a root, you can either collapse or expand parent nodes,
and
> > no
> > > > > two elements are found in the same vertical location.
> > > > >
> > > > > Randy Hudson wrote:
> > > > >
> > > > > > Has anyone already implemented or plan to implement an
> organization
> > > > chart
> > > > > > layout algorithm for draw2d? This is one of our 2.2 line items
> (2.2
> > > is
> > > > many
> > > > > > months out, btw), but we would like to understand the use
> scenarios,
> > > > and/or
> > > > > > receive contributions and testing from the community. See the
> > > attached
> > > > > > image.
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
| |
Re: Org Chart/Hierarchical Tree Layout for 2.2 [message #77289 is a reply to message #77087] |
Mon, 28 April 2003 14:11   |
Eclipse User |
|
|
|
Originally posted by: sy_cheung2.yahoo.com
I think so. But I haven't tried it myself.
"Randy Hudson" <none@us.ibm.com> wrote in message
news:b8jman$8sq$1@rogue.oti.com...
> Does GVF include a directed graph layout?
>
> "Sam Cheung" <sy_cheung2@yahoo.com> wrote in message
> news:b8jiqq$547$1@rogue.oti.com...
> > Randy,
> >
> > I have integrated the Tree Layout from GVF http://gvf.sourceforge.net/
> with
> > GEF (one of the 2.1 release not the final 2.1 release).
> >
> > Sam
> >
> >
> >
> > "Randy Hudson" <none@us.ibm.com> wrote in message
> > news:b8hvqi$s31$1@rogue.oti.com...
> > > This can be done already by using a "hozontal" tree with all nodes set
> to
> > > "hanging" layout style. A test case is in the draw2d.examples
project.
> > > But, it sounds like what you want is a Tree widget that let's you
paint
> > > whatever you want, correct? I think it would be great if custom
> > > tables/trees/etc used IFigure as the renderering mechanism.
> > >
> > > "Yoav Rubin" <yoav@il.ibm.com> wrote in message
> > > news:b8g1fm$nev$1@rogue.oti.com...
> > > > Hi
> > > > one usage scenario that i know would be useful in my app is
layouting
> > the
> > > > chart in a similar way to the way a tree is seen in the tree viewer,
> > i.e.,
> > > > there is a root, you can either collapse or expand parent nodes, and
> no
> > > > two elements are found in the same vertical location.
> > > >
> > > > Randy Hudson wrote:
> > > >
> > > > > Has anyone already implemented or plan to implement an
organization
> > > chart
> > > > > layout algorithm for draw2d? This is one of our 2.2 line items
(2.2
> > is
> > > many
> > > > > months out, btw), but we would like to understand the use
scenarios,
> > > and/or
> > > > > receive contributions and testing from the community. See the
> > attached
> > > > > image.
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
| | |
Re: Org Chart/Hierarchical Tree Layout for 2.2 [message #80566 is a reply to message #77074] |
Thu, 22 May 2003 21:21  |
Eclipse User |
|
|
|
Sam,
Have you released the code for this yet? Where?
Justin
"Sam Cheung" <sy_cheung2@yahoo.com> wrote in message
news:b8jiqq$547$1@rogue.oti.com...
> Randy,
>
> I have integrated the Tree Layout from GVF http://gvf.sourceforge.net/
with
> GEF (one of the 2.1 release not the final 2.1 release).
>
> Sam
>
>
>
> "Randy Hudson" <none@us.ibm.com> wrote in message
> news:b8hvqi$s31$1@rogue.oti.com...
> > This can be done already by using a "hozontal" tree with all nodes set
to
> > "hanging" layout style. A test case is in the draw2d.examples project.
> > But, it sounds like what you want is a Tree widget that let's you paint
> > whatever you want, correct? I think it would be great if custom
> > tables/trees/etc used IFigure as the renderering mechanism.
> >
> > "Yoav Rubin" <yoav@il.ibm.com> wrote in message
> > news:b8g1fm$nev$1@rogue.oti.com...
> > > Hi
> > > one usage scenario that i know would be useful in my app is layouting
> the
> > > chart in a similar way to the way a tree is seen in the tree viewer,
> i.e.,
> > > there is a root, you can either collapse or expand parent nodes, and
no
> > > two elements are found in the same vertical location.
> > >
> > > Randy Hudson wrote:
> > >
> > > > Has anyone already implemented or plan to implement an organization
> > chart
> > > > layout algorithm for draw2d? This is one of our 2.2 line items (2.2
> is
> > many
> > > > months out, btw), but we would like to understand the use scenarios,
> > and/or
> > > > receive contributions and testing from the community. See the
> attached
> > > > image.
> > >
> > >
> >
> >
>
>
|
|
|
Goto Forum:
Current Time: Sun May 11 15:58:45 EDT 2025
Powered by FUDForum. Page generated in 0.05226 seconds
|