How to select all texts in a table cell by one click? I use TextField.selectAll() when implementing a table cell factory. But when I select a row by one click, then again one click on a table cell: See the result image
The text in table cell is not all selected. What I want is simply selecting all the text in a table cell when there is one click on it. How to realize that? Thanks