Some JavaFX components support text ellipsizing when text width is wider then component width. For example, table cell. Is it possible to check if text is ellipsized?
For example, there is a table:
---------------------------------------
| This is a story abo...| Conan Doyle |
---------------------------------------
So I need to get true
for the first cell and get false
for the second.