UITree child node expansion

  • Follow


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. 
0
Reply Ankit 7/19/2010 3:44:04 PM

"Ankit Jain" <ankit.j.ankit@gmail.com> wrote in message <i21rs4$6iu$1@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
0
Reply Donn 7/19/2010 4:24:04 PM


1 Replies
472 Views

(page loaded in 0.027 seconds)

Similiar Articles:






7/21/2012 4:29:51 AM


Reply: