tiffany_ip
13 years agoOccasional Contributor
Method to get Contents in JTree
Hello,
I have a tree in my Java application (Swing Java JTree) that has nodes with names on them as identifiers (string format). Is there a way to retrieve all identifiers that are in the tree (either only visible or all of them)?
From Borland's testing software, they had a method called JTree.GetContents(); and it would get all the names.
I'm using JScript
I have a tree in my Java application (Swing Java JTree) that has nodes with names on them as identifiers (string format). Is there a way to retrieve all identifiers that are in the tree (either only visible or all of them)?
From Borland's testing software, they had a method called JTree.GetContents(); and it would get all the names.
I'm using JScript