1. SWTBotTree's getAllItems() returns only first level children. Is there any way to get 2nd/3rd level children?
This problem seems to be discussed at many places. But still the behaviour is the same.
2. I want to select 2nd level node by using,
tree.expandNode(project).getNode(file).select();
Here it can not find the file node. Actually it is present.
I've seen that sometimes it has worked but most of the times it has failed.
On 4/15/11 3:13 AM, Aparna wrote:
> 1. SWTBotTree's getAllItems() returns only first level children. Is
> there any way to get 2nd/3rd level children?
> This problem seems to be discussed at many places. But still the
> behaviour is the same.
>
> 2. I want to select 2nd level node by using,
> tree.expandNode(project).getNode(file).select();
>
> Here it can not find the file node. Actually it is present. I've seen
> that sometimes it has worked but most of the times it has failed.
>