绘制树及其之间的链接
我正在开发一个模式匹配可视化工具。我有一个问题,我必须绘制树木以及它们之间的链接,如下图所示:
但是,图中的工具使用 Swing,但我使用 JFace。 有没有支持这个的可视化工具包?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道这篇文章有点旧了,但当我在 JFace TreeViewer 中搜索连接两个节点的解决方案时,它不断出现。在 JFace 论坛上,建议查看 星云树映射器。希望这对某人有帮助。
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.