Class TabStops
java.lang.Object
jfx.incubator.scene.control.richtext.model.TabStops
- All Implemented Interfaces:
Iterable<TabStop>, Collection<TabStop>, List<TabStop>, SequencedCollection<TabStop>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection<? extends TabStop> c) booleanaddAll(Collection<? extends TabStop> c) voidclear()booleanbooleancontainsAll(Collection<?> c) booleanget(int index) inthashCode()intbooleanisEmpty()iterator()intlistIterator(int index) static TabStopsof(double... positions) Creates aTabStopsinstance from tab stop positions.remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(T[] a) Methods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface Collection
parallelStream, removeIf, stream, toArrayMethods declared in interface List
addFirst, addLast, getFirst, getLast, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
-
Constructor Details
-
TabStops
-
-
Method Details
-
of
Creates aTabStopsinstance from tab stop positions.- Parameters:
positions- the tab stop positions- Returns:
- the new instance
-
iterator
-
hashCode
-
equals
-
size
-
isEmpty
-
contains
-
toArray
-
toArray
-
add
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<TabStop>- Specified by:
containsAllin interfaceList<TabStop>
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
-
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<TabStop>
-
listIterator
- Specified by:
listIteratorin interfaceList<TabStop>
-
listIterator
- Specified by:
listIteratorin interfaceList<TabStop>
-
subList
-