Searched refs:foregroundComposite (Results 1 – 1 of 1) sorted by relevance
206 Composite foregroundComposite = new Composite(mConfigurationArea, SWT.NONE); in createControl() local207 foregroundComposite.setLayoutData(new GridData(SWT.FILL, SWT.FILL, false, false, 2, 1)); in createControl()210 foregroundComposite.setLayout(glForegroundComposite); in createControl()212 mImageRadio = new Button(foregroundComposite, SWT.FLAT | SWT.TOGGLE); in createControl()217 mClipartRadio = new Button(foregroundComposite, SWT.FLAT | SWT.TOGGLE); in createControl()221 mTextRadio = new Button(foregroundComposite, SWT.FLAT | SWT.TOGGLE); in createControl()