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 interface
ObservableList2<E>
Adds behavior for explicit change notification to theObservableList
interface.Classes in com.jgoodies.common.collect that implement ObservableList Modifier and Type Class Description class
ArrayListModel<E>
AddsListModel
capabilities to its superclass.class
LinkedListModel<E>
AddsListModel
capabilities to its superclass.
-