mx.controls.treeClasses.HierarchicalViewCursor;

mx.controls.treeClasses.HierarchicalCollectionView;

 

Hey Guys,

 

I'm looking at how the Tree locates a child's parent within a Hierarchical
data structure and stumbled across these undocumented (but potentially very
useful!) classes: HierarchicalCollectionView and  HierarchicalViewCursor.

 

Anyone out there have any documentation about these?

 

Of course I can walk through myself, this is the "official" way to walk a
Hierarchical structure for now but would be nice to call the method used in
the tree "HierarchicalCollectionView(collection).getParentItem(item)"
wouldn't it?

 

Thanks,

Evan

Reply via email to