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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 66 private Button mDownButton;
219 mDownButton = new Button(buttons, SWT.PUSH | SWT.FLAT);
220 mDownButton.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
221 mDownButton.setText("Down");
222 mDownButton.addSelectionListener(new SelectionAdapter() {
311 mDownButton.setEnabled(false);
323 mDownButton.setEnabled(index != -1 && index < mTable.getItemCount() - 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 116 private Button mDownButton;
464 mDownButton = toolkit.createButton(button_grid, "Down", SWT.PUSH);
466 mDownButton.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
468 mDownButton.addSelectionListener(new SelectionAdapter() {
599 mDownButton.setEnabled(canDoTreeDown(selection));
    [all...]

Completed in 240 milliseconds