SWT树:从标签到右侧画线
我正在开发一个类似的应用程序,如这个问题中的图: SWT 树>将垂直滚动条移动到树的左侧而不改变方向 我不知道如何画如图所示的连接线。 我天真的解决方案是在标签中添加很多“-”,最终结果如下图所示: https://i.sstatic.net/aCKU7.png!
此外,我想添加虚线来指示子父关系。这是一个类似的问题 http://www.eclipsezone.com/eclipse/forums/t82430 .html 但没有解决方案。
I'm working on a similar application like the figure in this question:
SWT tree > move the verticle scrollbar to the left of the tree without changing the orientation
I don't know how to draw the connection lines like the figure.
My naive solution is that I add a lot of "-" to the label and it ends up like this picture: https://i.sstatic.net/aCKU7.png!
Moreover, I want to add the dotted line to indicate the child-parent relationship. Here is a similar question http://www.eclipsezone.com/eclipse/forums/t82430.html but with no solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是上述问题的解决方案: http:// www.eclipse.org/articles/article.php?file=Article-CustomDrawingTableAndTreeItems/index.html
Here is a solution to the above question: http://www.eclipse.org/articles/article.php?file=Article-CustomDrawingTableAndTreeItems/index.html