Reputation: 49
I need to find all components of Composite class(swt.widgets.composite).How to do that? Please guide me...
Regards Kumar
Upvotes: 0
Views: 270
Reputation: 7038
Try public Control[] getChildren()
public Control[] getChildren()
Upvotes: 2