Consists of classes that add ListModel features to List implementations.
See: Description
Interface Summary | |
---|---|
ObservableList<E> | Combines the List and ListModel interfaces. |
Class Summary | |
---|---|
ArrayListModel<E> | Adds javax.swing.ListModel capabilities to its superclass. |
LinkedListModel<E> | Adds javax.swing.ListModel capabilities to its superclass. |