Searched refs:deselectAll (Results 1 – 3 of 3) sorted by relevance
161 Button deselectAll = new Button(buttonsComposite, SWT.PUSH); in createSelectionButtons() local162 deselectAll.setText(ExportMessages.DeselectAll); in createSelectionButtons()163 deselectAll.addSelectionListener(new SelectionAdapter() { in createSelectionButtons()171 setButtonLayoutData(deselectAll); in createSelectionButtons()
417 deselectAll(mAltSelection.getAltViews()); in select()727 private void deselectAll(List<CanvasViewInfo> canvasViewInfos) { in deselectAll() method in SelectionManager
954 t.deselectAll(); in selectAndReveal()