|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObservableCollection | |
|---|---|
| nl.knowledgeplaza.util.collection | |
| Uses of ObservableCollection in nl.knowledgeplaza.util.collection |
|---|
| Classes in nl.knowledgeplaza.util.collection that implement ObservableCollection | |
|---|---|
class |
ObservableList<T>
The ObservableList subclasses the ArrayList and overrides all the functions that change the internally stored collection. |
class |
ObservableListWrapper<T>
|
class |
ObservableMap
The ObservableMap subclasses the HashMap and overrides all the functions that change the internally stored collection. |
class |
ObservableSet
The ObservableSet subclasses the HashSet and overrides all the functions that change the internally stored collection. |
class |
ObservableSortedMap
The ObservableSortedMap subclasses the TreeMap and overrides all the functions that change the internally stored collection. |
class |
ObservableSortedSet
The ObservableSortedSet subclasses the TreeSet and overrides all the functions that change the internally stored collection. |
| Constructors in nl.knowledgeplaza.util.collection with parameters of type ObservableCollection | |
|---|---|
CollectionEvent(ObservableCollection<T> source,
int type)
Creates a CollectionEvent |
|
CollectionEvent(ObservableCollection source,
int type,
Collection<T> value)
Creates a CollectionEvent |
|
CollectionEvent(ObservableCollection source,
int type,
Collection<T> value,
Collection<T> originalValue)
Creates a CollectionEvent |
|
CollectionEvent(ObservableCollection source,
int type,
T value)
Creates a CollectionEvent |
|
CollectionEvent(ObservableCollection source,
int type,
T value,
T originalValue)
Creates a CollectionEvent |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||