public abstract class TranslatedObservableCollection<T,U> extends ObservableList<T>
l
col, 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, subList
add, addCollectionListener, contains, containsAll, isEmpty, iterator, notifyPostAdd, notifyPostRemove, notifyPreAdd, notifyPreRemove, remove, removeAll, removeCollectionListener, retainAll, size, toArray, toArray
public 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.