Package com.jgoodies.common.collect
Consists of classes that add ListModel features to List implementations.
-
Interface Summary Interface Description ObservableList<E> Combines theListandListModelinterfaces.ObservableList2<E> Adds behavior for explicit change notification to theObservableListinterface. -
Class Summary Class Description ArrayListModel<E> AddsListModelcapabilities to its superclass.LinkedListModel<E> AddsListModelcapabilities to its superclass.