getChild(Object object, int childIndex) Returns the child at the indicated index or null if there is fewer children
Parameters: object - the parent object. Parameters: childIndex - the index of the child to return.
getConcreteChildren(Object object) Gets the "real" list of children so that the children in childFetcher doesn't have to be kept in sync with
the real data...
Returns the child at the indicated index or null if there is fewer children
Parameters: object - the parent object. Parameters: childIndex - the index of the child to return. the child at the indicated index or null if there is fewer children
Gets the "real" list of children so that the children in childFetcher doesn't have to be kept in sync with
the real data...
Parameters: object - object that is the parent.