Class DrawingModelFigureChildrenObservableList

java.lang.Object
java.util.AbstractCollection<Figure>
java.util.AbstractList<Figure>
javafx.collections.ObservableListBase<Figure>
javafx.collections.transformation.TransformationList<Figure,Figure>
org.jhotdraw8.draw.model.DrawingModelFigureChildrenObservableList
All Implemented Interfaces:
Iterable<Figure>, Collection<Figure>, List<Figure>, SequencedCollection<Figure>, javafx.beans.Observable, javafx.collections.ObservableList<Figure>

public class DrawingModelFigureChildrenObservableList extends javafx.collections.transformation.TransformationList<Figure,Figure>
This class allows to provide a proxy for the children list of a figure, the proxy performs all changes on the children list via the DrawingModel.