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.
在 JTable 中,我知道三种选择模式:SINGLE_SELECTION、SINGLE_INTERVAL_SELECTION 和 MULTIPLE_INTERVAL_SELECTION。有没有办法允许选择任何所需数量的 CELLS,类似于在 Excel 中进行选择的方式?这将允许选择表格的部分。这里提到的三种方法只允许选择ROWS。
您可以使用 columnModel 的 columnSelectionAllowed 属性。