如何从多选 JTree 传递信息?

发布于 2024-12-16 21:04:07 字数 148 浏览 0 评论 0原文

我正在编写一个程序,该程序将根据 JTree 中的选择打印信息。启用了多重选择,但我一直无法弄清楚如何找出选择了哪些节点。因为它是一棵非常大的树,所以我更喜欢有一个选择向量,每次进行选择/取消选择时都会更新它,而不是在按下打印按钮时扫描树。这样做的最佳方法是什么?预先感谢您的帮助。

I am writing a program that will print information based on selections in a JTree. Multi-selection is enabled, but I haven't been able to figure out how to find out which nodes are selected. Because it is a very large tree, I would prefer to have a Vector of selections which is updated each time a selection/deselection is made, instead of scanning the tree when the print button is pressed. What is the best way of doing this? Thanks in advance for your help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

他是夢罘是命 2024-12-23 21:04:07

您可以使用 getSelectionPaths () 将返回所有选定的节点。

You can use getSelectionPaths() which will return all selected nodes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文