thd
thd

Reputation: 2440

Draw trees with links between them

I'm developing a schema matching visualization tool. I have the problem that I have to draw trees and the links between them like this image:

enter image description here

However, the tool in the image uses Swing but I use JFace. Is there any visualization toolkit that support this ?

Upvotes: 0

Views: 249

Answers (1)

positron
positron

Reputation: 3693

I know this a bit post is old, but it keeps coming up when I search for a solution to connect two nodes in JFace TreeViewer. On JFace forum it was suggested to look at Nebula TreeMapper. Hope this helps someone.

Upvotes: 1

Related Questions