Reputation: 2440
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:
However, the tool in the image uses Swing but I use JFace. Is there any visualization toolkit that support this ?
Upvotes: 0
Views: 249
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