Forum Discussion
Dmitry_Nikolaev
Staff
15 years agoHi Hemant,
TestComplete supports standard JTree controls from the Swing framework. If your tree control is inherited from a standard control, you can map your control to the standard JTree control using the Object Mapping feature. Please see the Project Properties - Object Mapping Options help topic to learn how to do this.
Information explaining how TestComplete supports the JTree control can be found in the JTree Object help topic.
If you are working with a control that is incompatible with a standard control, you can use its native methods and properties to work with individual nodes. Anyway, nodes of a tree control are not presented as individual objects in the Object Browser tree.