Searched refs:mDownButton (Results 1 – 2 of 2) sorted by relevance
66 private Button mDownButton; field in LibraryProperties222 mDownButton = new Button(buttons, SWT.PUSH | SWT.FLAT); in LibraryProperties()223 mDownButton.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in LibraryProperties()224 mDownButton.setText("Down"); in LibraryProperties()225 mDownButton.addSelectionListener(new SelectionAdapter() { in LibraryProperties()314 mDownButton.setEnabled(false); in setEnabled()326 mDownButton.setEnabled(index != -1 && index < mTable.getItemCount() - 1); in resetEnabled()
116 private Button mDownButton; field in UiTreeBlock468 mDownButton = toolkit.createButton(button_grid, "Down", SWT.PUSH); in createButtons()470 mDownButton.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in createButtons()472 mDownButton.addSelectionListener(new SelectionAdapter() { in createButtons()604 mDownButton.setEnabled(canDoTreeDown(selection)); in adjustTreeButtons()