Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/matlab/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在JavaSwing中查找复合类的组件_Java_Swt - Fatal编程技术网

在JavaSwing中查找复合类的组件

在JavaSwing中查找复合类的组件,java,swt,Java,Swt,我需要找到复合类(swt.widgets.Composite)的所有组件。怎么做? 请引导我 问候 Kumar尝试公共控件[]getChildren()仅供参考,Swing和SWT是两个不同的库。我想找到SWT复合类中的所有不同按钮和选项卡。。

我需要找到复合类(swt.widgets.Composite)的所有组件。怎么做? 请引导我

问候
Kumar

尝试
公共控件[]getChildren()

仅供参考,Swing和SWT是两个不同的库。我想找到SWT复合类中的所有不同按钮和选项卡。。