简体   繁体   中英

How to get the focused cell in JTable during multiple selection

I have a JTable with 10 rows. If I have multiple selections on the JTable , how do I get the cell that is currently focused?

I have tried to used JTable 's getEditingColumn() and getEditingRow() , but they always return -1 during multiple selection.

The commands;

table.getSelectionModel().getLeadSelectionIndex();
table.getColumnModel().getSelectionModel().getLeadSelectionIndex();

give the selected row and column respectively.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM