ca.odell.glazedlists
Interface CollectionList.Model<E,S>
- Enclosing class:
- CollectionList<S,E>
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
TreeModel does to a JTree in Swing.
- See Also:
CollectionList,
GlazedLists.listCollectionListModel()
|
Method Summary |
List<S> |
getChildren(E parent)
Return a list of the child nodes for a parent node. |
getChildren
List<S> 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-2006 publicobject.com, O'Dell Engineering.
Documentation build by jessewilson at 2006-08-09 23:05