Searched refs:targetGroup (Results 1 – 1 of 1) sorted by relevance
78 Group targetGroup = new Group(top, SWT.NONE); in createContents() local79 targetGroup.setLayoutData(new GridData(GridData.FILL_BOTH)); in createContents()80 targetGroup.setLayout(new GridLayout(1, false)); in createContents()81 targetGroup.setText("Project Build Target"); in createContents()83 mSelector = new SdkTargetSelector(targetGroup, targets); in createContents()