Package | Description |
---|---|
com.jgoodies.common.collect |
Consists of classes that add ListModel features to List implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ObservableList2<E>
Adds behavior for explicit change notification to the
ObservableList
interface. |
Modifier and Type | Class and Description |
---|---|
class |
ArrayListModel<E>
Adds
ListModel capabilities to its superclass. |
class |
LinkedListModel<E>
Adds
ListModel capabilities to its superclass. |
Copyright © 2014 JGoodies Software GmbH. All rights reserved.