Class TabStops

java.lang.Object
jfx.incubator.scene.control.richtext.model.TabStops
All Implemented Interfaces:
Iterable<TabStop>, Collection<TabStop>, List<TabStop>, SequencedCollection<TabStop>

public final class TabStops extends Object implements List<TabStop>
Encapsulates the tab stop positions within a paragraph, in the form of an unmodifiable List.

Calling any mutator method on this object will always cause UnsupportedOperationException to be thrown.

Since:
27