Searched refs:mUpButton (Results 1 – 2 of 2) sorted by relevance
65 private Button mUpButton; field in LibraryProperties202 mUpButton = new Button(buttons, SWT.PUSH | SWT.FLAT); in LibraryProperties()203 mUpButton.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in LibraryProperties()204 mUpButton.setText("Up"); in LibraryProperties()205 mUpButton.addSelectionListener(new SelectionAdapter() { in LibraryProperties()313 mUpButton.setEnabled(false); in setEnabled()325 mUpButton.setEnabled(index > 0); in resetEnabled()
114 private Button mUpButton; field in UiTreeBlock456 mUpButton = toolkit.createButton(button_grid, "Up", SWT.PUSH); in createButtons()458 mUpButton.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in createButtons()460 mUpButton.addSelectionListener(new SelectionAdapter() { in createButtons()603 mUpButton.setEnabled(canDoTreeUp(selection)); in adjustTreeButtons()