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.
我需要它来访问我程序中 tableview 内的信息,以便我可以显示一个窗口(阶段),其中包含有关表格选定行中元素的更多信息。非常感谢你。
要从表中获取所选项目,请使用下一个代码:
table.getSelectionModel().getSelectedItem()
选择模型还有其他方便的方法来提供有关索引、多选等信息。