Uses of Interface
com.jgoodies.common.collect.ObservableList
-
Packages that use ObservableList Package Description com.jgoodies.common.collect Consists of classes that add ListModel features to List implementations. -
-
Uses of ObservableList in com.jgoodies.common.collect
Subinterfaces of ObservableList in com.jgoodies.common.collect Modifier and Type Interface Description interfaceObservableList2<E>Adds behavior for explicit change notification to theObservableListinterface.Classes in com.jgoodies.common.collect that implement ObservableList Modifier and Type Class Description classArrayListModel<E>AddsListModelcapabilities to its superclass.classLinkedListModel<E>AddsListModelcapabilities to its superclass.
-