Example usage for Java javafx.scene.control OverrunStyle fields, constructors, methods, implement or subclass
The text is from its open source code.
OverrunStyle | CENTER_ELLIPSIS Trims out the center of the string being displayed and replaces the middle three characters with "...". |
OverrunStyle | LEADING_ELLIPSIS Same as ELLIPSIS but puts the "..." |