Uses of Interface
ca.odell.glazedlists.CollectionList.Model
-
Packages that use CollectionList.Model Package Description ca.odell.glazedlists -
-
Uses of CollectionList.Model in ca.odell.glazedlists
Methods in ca.odell.glazedlists that return CollectionList.Model Modifier and Type Method Description static <E> CollectionList.Model<java.util.List<E>,E>
GlazedLists. listCollectionListModel()
Creates aCollectionList.Model
that whereList
s orEventList
s are the elements of a parentEventList
.Constructors in ca.odell.glazedlists with parameters of type CollectionList.Model Constructor Description CollectionList(EventList<S> source, CollectionList.Model<S,E> model)
Create aCollectionList
with its contents being the children of the elements in the specified sourceEventList
.
-