Given a TableView, i need to detect the doubleclick on a cell.
tableView.setOnMouseClicked(new EventHandler() { @Override public v
Create your cell using a cell factory and in the cell factory which creates the cell node, place an mouse event handler or filter on the node rather than the tableView.