public abstract class TranslatedObservableCollection<T,U> extends ObservableList<T>
lcol, eventListeners| Constructor and Description |
|---|
TranslatedObservableCollection(ObservableCollection<U> col) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getKeyForObj(U elem) |
protected void |
insert(U elem) |
protected abstract T |
translate(U obj)
Translates object from wrapped collection into this collection.
|
add, addAll, addAll, clear, get, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subListadd, addCollectionListener, contains, containsAll, isEmpty, iterator, notifyPostAdd, notifyPostRemove, notifyPreAdd, notifyPreRemove, remove, removeAll, removeCollectionListener, retainAll, size, toArray, toArraypublic TranslatedObservableCollection(ObservableCollection<U> col)
protected void insert(U elem)
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.