public abstract class ObservableCollectionChildren<T>
extends org.openide.nodes.Children.Keys<T>
| Modifier and Type | Field and Description |
|---|---|
protected cz.cuni.amis.utils.collections.ObservableCollection<T> |
col
Collection with objects that will be translated into nodes
|
protected cz.cuni.amis.utils.collections.CollectionEventListener<T> |
listener |
| Constructor and Description |
|---|
ObservableCollectionChildren(cz.cuni.amis.utils.collections.ObservableCollection<T> col) |
add, clone, createNodes, destroyNodes, refreshKey, remove, setBefore, setKeys, setKeysprotected cz.cuni.amis.utils.collections.ObservableCollection<T> col
protected cz.cuni.amis.utils.collections.CollectionEventListener<T> listener
public ObservableCollectionChildren(cz.cuni.amis.utils.collections.ObservableCollection<T> col)
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.