Class TreeTableViewSelectedIndices

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
javafx.collections.ObservableListBase<Integer>
com.iamsoft.util.ui.javafx.collections.TreeTableViewSelectedIndices
All Implemented Interfaces:
Iterable<Integer>, Collection<Integer>, List<Integer>, javafx.beans.Observable, javafx.collections.ObservableList<Integer>

public class TreeTableViewSelectedIndices extends javafx.collections.ObservableListBase<Integer>
Brute force workaround for TreeTableView selection bugs.