HomeSort by relevance Sort by last modified time
    Searched defs:buttonComposite (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 314 Composite buttonComposite = new Composite(this, SWT.NONE);
317 buttonComposite.setLayout(gl);
318 buttonComposite.setLayoutData(new GridData(GridData.FILL_VERTICAL));
320 new Composite(buttonComposite, SWT.NONE);
321 mAddButton = new Button(buttonComposite, SWT.BORDER | SWT.PUSH);
346 mRemoveButton = new Button(buttonComposite, SWT.BORDER | SWT.PUSH);
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 501 milliseconds