Get selected row from TableView
问题 I have a TableView configured as follows: tableView.getSelectionModel().setCellSelectionEnabled(true); tableView.getSelectionModel().setSelectionMode(SelectionMode.MULTIPLE); I can get the selected cells by calling tableView.getSelectionModel().getSelectedCells() I can get the selected items by calling tableView.getSelectionModel().getSelectedItems() Unfortunately, it seems there is no method like above to get the selected rows.. What I want to achive is a table configured to select cells but