JavaFx 2 - TableView , return selected item
问题 I would like to get the selected item as String from a TableView, but it returns the whole path. In the picture above, when I click to select the cell, I would like to get Indicator selected is: = Shannon Entropy; while I get Indicator selected is: taindicators.indicatorsmaingui.IndicatorsGuiController$Indicators@2dafcbf Here is my code tableviewIndicators.setOnMousePressed(new EventHandler<MouseEvent>() { @Override public void handle(MouseEvent event) { if (event.isPrimaryButtonDown() &&