Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gef-dev] How to draw lines between tree items


Please address this to the newsgroup...

-Steve
________________________________________
Steven R. Shaw
Rational Modeling Platform Diagram Layer Lead
Rational Software | IBM Software Group
770 Palladium Drive, Kanata, ON, Canada, K2V 1C8
tel: 613.591.7979
steveshaw@xxxxxxxxxx



Bruno GUEDES <bruno.guedes@xxxxxxxxxxxxxx>
Sent by: gef-dev-bounces@xxxxxxxxxxx

05/29/2006 09:16 AM

Please respond to
bruno.guedes@xxxxxxxxxxxxxx; Please respond to
GEF development <gef-dev@xxxxxxxxxxx>

To
gef-dev@xxxxxxxxxxx
cc
Subject
[gef-dev] How to draw lines between  tree items





Hi everybody,

I'm trying to make a eclipse plugin for the Dozer project
(http://dozer.sourceforge.net/).

I would like to do a source tree, with a target tree, in a editor, I'va
already done this with GEF Tree, or JFaces Tree, using a SashForm.

But When I want to use a PaletteRoot with a ConnectionCreationToolEntry
for connecting a source tree item to a target tree item, it doesn't work
;-((

The GEF or JFaces Tree is part of Widget object and not Figure object,
that's why it couldn't work !!

Well, I want to know if there is a simple solution to do (or solve) this
kind of thing ???

It seems very boring to do a TreeFigure who implements the IFigure
Interface, or to use a basic drawLine method !!! I prefer to use a
PolylineConnection to do the job ;-)

Well, hope that somebody could help me ...

Sincerely

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


Back to the top