Shekhar
Shekhar

Reputation: 49

finding components of Composite Class in java Swing

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

Answers (1)

Petro Semeniuk
Petro Semeniuk

Reputation: 7038

Try public Control[] getChildren()

Upvotes: 2

Related Questions