ca.odell.glazedlists
Interface CollectionList.Model<E,S>
public static interface CollectionList.Model<E,S>
Provides the logic to map a parent record (e.g., a records album) to its children
(e.g., the songs on the record). Serves basically the same purpose as
javax.swing.tree.TreeModel
does to a JTree in Swing.
List | getChildren(E parent) - Return a list of the child nodes for a parent node.
|
getChildren
public List getChildren(E parent)
Return a list of the child nodes for a parent node.
parent
- The parent node.
- A List containing the child nodes.
Glazed Lists, Copyright © 2003-2006 publicobject.com, O'Dell Engineering.
Documentation build by pbuilder at 2007-12-21 23:49