ca.odell.glazedlists

Interface CollectionList.Model<E,S>

public static interface CollectionList.Model<E,S>

Provides the logic to map a parent object (e.g. an album) to its children (e.g. the songs on the album). Serves basically the same purpose as javax.swing.tree.TreeModel does to a JTree in Swing.
See Also:
CollectionList, GlazedLists.listCollectionListModel()

Method Summary

List
getChildren(E parent)
Return a list of the child nodes for a parent node.

Method Details

getChildren

public List getChildren(E parent)
Return a list of the child nodes for a parent node.
Parameters:
parent - the parent node.
Returns:
a List containing the child nodes.

Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2009-07-14 22:05