From: Ankit Jain on
I do not know anything about java and hence I have been trying to construct a tree view using the uitree unsupported function. From the help file available for uitree I have been able to construct a tree view which would only expand the root node and any other child node cannot be expanded. I want to use the handle of selected node (child node) to expand it but cannot determine how to obtain this handle. Is there any documentation I can read to make myself more comfortable with uitree? I read somewhere that there existed some tutorial by Brad Phelan on the topic but the links are all dead.
From: Donn Shull on
"Ankit Jain" <ankit.j.ankit(a)gmail.com> wrote in message <i21rs4$6iu$1(a)fred.mathworks.com>...
> I do not know anything about java and hence I have been trying to construct a tree view using the uitree unsupported function. From the help file available for uitree I have been able to construct a tree view which would only expand the root node and any other child node cannot be expanded. I want to use the handle of selected node (child node) to expand it but cannot determine how to obtain this handle. Is there any documentation I can read to make myself more comfortable with uitree? I read somewhere that there existed some tutorial by Brad Phelan on the topic but the links are all dead.

A couple of things you might do is to look at http://undocumentedmatlab.com/ and look in the file exchange for findjob. Next look at information about Java's swing tree models.

Donn