Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 Swingx 库中处理 TreeTable,但我找不到如何在视图中实际选择 treetable 节点的方法。有一个方法叫getSelected,但它只从表中获取索引,我没有办法将它翻译成模型,加上这个索引取决于节点是否扩展。并且在模型中没有通过表上的索引获取子节点的方法,并且索引再次取决于节点是否扩展,所以我看不到从表中获取实际选定节点的确定方法。有没有人有同样的问题,可以帮忙吗??
方法不行
getPathForRow(...)
给你你需要的东西?