public final StringProperty ellipsisStringProperty ()

Specifies the string to display for the ellipsis when text is truncated.
Ellipsis Table
Examples
"..." Default value for most locales
" . . . "
" [...] "
"\u2026" The Unicode ellipsis character '…'
"" No ellipsis, just display the truncated string

Note that not all fonts support all Unicode characters.

Returns:  the ellipsis property on the string to display for the ellipsis when text is truncated

See also:
Wikipedia:ellipsis

Since:  JavaFX 2.2