Home
last modified time | relevance | path

Searched refs:selectAll (Results 1 – 13 of 13) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DProjectSelectionPage.java147 Button selectAll = new Button(buttonsComposite, SWT.PUSH); in createSelectionButtons() local
148 selectAll.setText(ExportMessages.SelectAll); in createSelectionButtons()
149 selectAll.addSelectionListener(new SelectionAdapter() { in createSelectionButtons()
159 setButtonLayoutData(selectAll); in createSelectionButtons()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DTableView.java89 mActivator.selectAll(); in setupTableFocusListener()
DLogCatView.java81 mLogCatPanel.selectAll(); in createPartControl()
DOldLogCatView.java304 mLogPanel.selectAll(); in createPartControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DEditableDialogCellEditor.java182 text.selectAll(); in doSetFocus()
458 text.selectAll(); in performSelectAll()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DChooseAssetTypePage.java141 mNameText.selectAll(); in updateAssetType()
144 mNameText.selectAll(); in updateAssetType()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRenameResourcePage.java75 text.selectAll(); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DResourceChooser.java299 mEditValueText.selectAll(); in create()
626 mEditValueText.selectAll(); in updateValue()
866 mNameText.selectAll(); in createDialogArea()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DGLFunctionTraceViewer.java235 selectAll(); in createPartControl()
868 private void selectAll() { in selectAll() method in GLFunctionTraceViewer
873 mFrameTreeViewer.getTree().selectAll(); in selectAll()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvas.java1370 errorLabel.selectAll(); in setupGlobalActionHandlers()
1374 mSelectionManager.selectAll(); in setupGlobalActionHandlers()
DSelectionManager.java613 public void selectAll() { in selectAll() method in SelectionManager
DOutlinePage.java178 getTreeViewer().getTree().selectAll();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DApplicationInfoPage.java240 mPackageText.selectAll(); in setVisible()