Home
last modified time | relevance | path

Searched refs:addSelectionListener (Results 1 – 25 of 94) sorted by relevance

1234

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DStatusPanel.java183 mScaleControl.scale.addSelectionListener(new SelectionAdapter() { in buildScaleControl()
202 mZoomControl.scale.addSelectionListener(new SelectionAdapter() { in buildZoomControl()
220 mShowLock.addSelectionListener(new SelectionAdapter() { in buildCheckboxes()
233 mShowPatches.addSelectionListener(new SelectionAdapter() { in buildCheckboxes()
246 mShowBadPatches.addSelectionListener(new SelectionAdapter() { in buildCheckboxes()
259 mShowContent.addSelectionListener(new SelectionAdapter() { in buildCheckboxes()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DWelcomeWizardPage.java84 mInstallNewRadio.addSelectionListener(this); in createControl()
96 mInstallLatestCheckbox.addSelectionListener(this); in createControl()
103 mInstallCommonCheckbox.addSelectionListener(this); in createControl()
123 mNewDirButton.addSelectionListener(this); in createControl()
131 mUseExistingRadio.addSelectionListener(this); in createControl()
145 mExistingDirButton.addSelectionListener(this); in createControl()
DUsagePermissionPage.java79 mYesRadio.addSelectionListener(this); in createControl()
83 mNoRadio.addSelectionListener(this); in createControl()
95 mLink.addSelectionListener(this); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DEmulatorConfigTab.java218 mAutoTargetButton.addSelectionListener(targetModeChangeListener); in createControl()
219 mAllDevicesTargetButton.addSelectionListener(targetModeChangeListener); in createControl()
220 mManualTargetButton.addSelectionListener(targetModeChangeListener); in createControl()
248 mDeviceTypeCombo.addSelectionListener(listener); in createControl()
252 mFutureLaunchesOnSameDevice.addSelectionListener(listener); in createControl()
278 mSpeedCombo.addSelectionListener(listener); in createControl()
288 mDelayCombo.addSelectionListener(listener); in createControl()
298 mWipeDataButton.addSelectionListener(listener); in createControl()
307 mNoBootAnimButton.addSelectionListener(listener); in createControl()
DMainLaunchConfigTab.java149 mDefaultActionButton.addSelectionListener(new SelectionAdapter() { in createControl()
164 mActivityActionButton.addSelectionListener(new SelectionAdapter() { in createControl()
182 mActivityCombo.addSelectionListener(new SelectionAdapter() { in createControl()
194 mDoNothingActionButton.addSelectionListener(new SelectionAdapter() { in createControl()
267 mProjButton.addSelectionListener(mListener); in createProjectEditor()
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
DStaticPortConfigDialog.java170 newButton.addSelectionListener(new SelectionAdapter() { in createUI()
190 editButton.addSelectionListener(new SelectionAdapter() { in createUI()
214 deleteButton.addSelectionListener(new SelectionAdapter() { in createUI()
230 okButton.addSelectionListener(new SelectionAdapter() { in createUI()
240 cancelButton.addSelectionListener(new SelectionAdapter() { in createUI()
247 mPortTable.addSelectionListener(new SelectionAdapter() { in createUI()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintListDialog.java121 mShowButton.addSelectionListener(this); in createDialogArea()
128 mFixButton.addSelectionListener(this); in createDialogArea()
134 mIgnoreButton.addSelectionListener(this); in createDialogArea()
141 mIgnoreAllButton.addSelectionListener(this); in createDialogArea()
147 mIgnoreTypeButton.addSelectionListener(this); in createDialogArea()
162 mList.addSelectionListener(this); in createDialogArea()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeLayoutWizard.java101 mTypeCombo.addSelectionListener(selectionListener); in createControl()
102 mTypeCombo.addSelectionListener(mSelectionValidateListener); in createControl()
108 mFlatten.addSelectionListener(selectionListener); in createControl()
111 mFlatten.addSelectionListener(mSelectionValidateListener); in createControl()
DExtractStyleWizard.java121 mRemoveExtracted.addSelectionListener(mSelectionValidateListener); in createControl()
127 mRemoveAll.addSelectionListener(mSelectionValidateListener); in createControl()
135 mExtend.addSelectionListener(mSelectionValidateListener); in createControl()
143 mSetStyle.addSelectionListener(mSelectionValidateListener); in createControl()
192 checkAllButton.addSelectionListener(new SelectionAdapter() { in createControl()
202 uncheckAllButton.addSelectionListener(new SelectionAdapter() { in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DConfigureAssetSetPage.java214 mImageRadio.addSelectionListener(this); in createControl()
219 mClipartRadio.addSelectionListener(this); in createControl()
224 mTextRadio.addSelectionListener(this); in createControl()
242 mImagePathText.addSelectionListener(this); in createControl()
247 mPickImageButton.addSelectionListener(this); in createControl()
254 mChooseClipart.addSelectionListener(this); in createControl()
281 mFontButton.addSelectionListener(this); in createControl()
289 mTrimCheckBox.addSelectionListener(this); in createControl()
303 mPaddingSlider.addSelectionListener(this); in createControl()
320 mCropRadio.addSelectionListener(this); in createControl()
[all …]
DChooseAssetTypePage.java78 button.addSelectionListener(this); in createControl()
94 mProjectButton.addSelectionListener(this); in createControl()
115 mClipboardButton.addSelectionListener(this); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DDeviceMenuListener.java92 item.addSelectionListener(new DeviceMenuListener(chooser, device)); in show()
139 deviceItem.addSelectionListener(new DeviceMenuListener(chooser, device)); in show()
168 item.addSelectionListener(new DeviceMenuListener(chooser, device)); in show()
181 item.addSelectionListener(new DeviceMenuListener(chooser, device)); in show()
DTargetMenuListener.java86 menuItem.addSelectionListener(new TargetMenuListener(chooser, null, true)); in show()
117 item.addSelectionListener(new TargetMenuListener(chooser, target, false)); in show()
DLocaleMenuListener.java98 item.addSelectionListener(listener); in show()
116 item.addSelectionListener(listener); in show()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutActionBar.java334 button.addSelectionListener(new SelectionAdapter() { in addToggle()
373 button.addSelectionListener(new SelectionAdapter() { in addPlainAction()
402 item.addSelectionListener(new SelectionAdapter() { in addRadio()
456 item.addSelectionListener(new SelectionAdapter() { in addDropdown()
486 mZoomRealSizeButton.addSelectionListener(new SelectionAdapter() { in createZoomControls()
504 mZoomFitButton.addSelectionListener(new SelectionAdapter() { in createZoomControls()
514 mZoomResetButton.addSelectionListener(new SelectionAdapter() { in createZoomControls()
527 mZoomOutButton.addSelectionListener(new SelectionAdapter() { in createZoomControls()
537 mZoomInButton.addSelectionListener(new SelectionAdapter() { in createZoomControls()
558 mLintButton.addSelectionListener(new SelectionAdapter() { in createLintControls()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkDebuggerTab.java110 btnBrowseGdb.addSelectionListener(browseListener); in createControl()
111 btnBrowseGdbInit.addSelectionListener(browseListener); in createControl()
180 mSoliblist.addSelectionListener(l); in createControl()
181 mAddSolibButton.addSelectionListener(l); in createControl()
182 mDeleteSolibButton.addSelectionListener(l); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
DLibraryProperties.java145 mTable.addSelectionListener(new SelectionAdapter() { in LibraryProperties()
166 mAddButton.addSelectionListener(new SelectionAdapter() { in LibraryProperties()
186 mRemoveButton.addSelectionListener(new SelectionAdapter() { in LibraryProperties()
205 mUpButton.addSelectionListener(new SelectionAdapter() { in LibraryProperties()
225 mDownButton.addSelectionListener(new SelectionAdapter() { in LibraryProperties()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DProjectContentsPage.java94 mCustomIconToggle.addSelectionListener(this); in createControl()
101 mCreateActivityToggle.addSelectionListener(this); in createControl()
111 mLibraryToggle.addSelectionListener(this); in createControl()
121 mUseDefaultLocationToggle.addSelectionListener(this); in createControl()
133 mChooseLocationButton.addSelectionListener(this); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DLogCatMonitorDialog.java98 levelCombo.addSelectionListener(s); in createDialogArea()
99 enableButton.addSelectionListener(s); in createDialogArea()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLTraceCollectorDialog.java127 eglSwapCheckBox.addSelectionListener(l); in createDialogArea()
128 glDrawCheckBox.addSelectionListener(l); in createDialogArea()
129 glTexImageCheckBox.addSelectionListener(l); in createDialogArea()
DGLTraceOptionsDialog.java182 browse.addSelectionListener(new SelectionAdapter() { in createSaveToField()
241 readFbOnEglSwapCheckBox.addSelectionListener(l); in createCaptureImageOptions()
242 readFbOnGlDrawCheckBox.addSelectionListener(l); in createCaptureImageOptions()
243 readTextureDataCheckBox.addSelectionListener(l); in createCaptureImageOptions()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DImportPage.java127 mBrowseButton.addSelectionListener(this); in createControl()
150 mTable.addSelectionListener(this); in createControl()
160 mSelectAllButton.addSelectionListener(this); in createControl()
165 mDeselectAllButton.addSelectionListener(this); in createControl()
170 mRefreshButton.addSelectionListener(this); in createControl()
176 mCopyCheckBox.addSelectionListener(this); in createControl()
DTestTargetPage.java81 mCurrentRadioButton.addSelectionListener(this); in createControl()
86 mExistingRadioButton.addSelectionListener(this); in createControl()
94 mProjectList.addSelectionListener(this); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DConfigurationSelector.java324 mAddButton.addSelectionListener(new SelectionAdapter() { in ConfigurationSelector()
349 mRemoveButton.addSelectionListener(new SelectionAdapter() { in ConfigurationSelector()
886 mLanguage.addSelectionListener(new SelectionListener() { in LocaleEdit()
967 mDirection.addSelectionListener(new SelectionListener() { in LayoutDirectionEdit()
1227 mSize.addSelectionListener(new SelectionListener() { in ScreenSizeEdit()
1285 mRatio.addSelectionListener(new SelectionListener() { in ScreenRatioEdit()
1343 mOrientation.addSelectionListener(new SelectionListener() { in OrientationEdit()
1401 mUiMode.addSelectionListener(new SelectionListener() { in UiModeEdit()
1458 mNightMode.addSelectionListener(new SelectionListener() { in NightModeEdit()
1515 mDensity.addSelectionListener(new SelectionListener() { in DensityEdit()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DSelectionDependentViewPart.java41 DdmsPlugin.getDefault().addSelectionListener(this); in setSelectionDependentPanel()

1234