HomeSort by relevance Sort by last modified time
    Searched refs:buttonBar (Results 1 - 8 of 8) sorted by null

  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/ui/wizards/
CreateTableWizardPage.java 147 Composite buttonBar = new Composite(composite, SWT.NONE);
149 buttonBar.setLayoutData(layoutData);
151 buttonBar.setLayout(new FillLayout(SWT.VERTICAL));
152 Button add = new Button(buttonBar, SWT.PUSH);
176 final Button edit = new Button(buttonBar, SWT.PUSH);
200 final Button remove = new Button(buttonBar, SWT.PUSH);
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/ui/wizards/createdb/
CreateDatabaseWizardPage.java 162 Composite buttonBar = new Composite(tableGroup, SWT.NONE);
164 buttonBar.setLayoutData(layoutData);
166 buttonBar.setLayout(new FillLayout(SWT.VERTICAL));
167 addButton = new Button(buttonBar, SWT.PUSH);
231 editButton = new Button(buttonBar, SWT.PUSH);
262 removeButton = new Button(buttonBar, SWT.PUSH);
  /sdk/hierarchyviewer2/app/src/com/android/hierarchyviewer/
HierarchyViewerApplication.java 442 Composite buttonBar = new Composite(fullButtonBar, SWT.NONE);
443 buttonBar.setLayoutData(new GridData(GridData.FILL_VERTICAL));
449 buttonBar.setLayout(rowLayout);
451 mOnBlackWhiteButton = new Button(buttonBar, SWT.PUSH);
456 mShowExtras = new Button(buttonBar, SWT.CHECK);
    [all...]
  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/ui/dialogs/
BackupDialog.java 248 Control buttonBar = super.createButtonBar(parent);
250 return buttonBar;
RestoreBackupDialog.java 344 Control buttonBar = super.createButtonBar(parent);
346 return buttonBar;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 88 milliseconds