HomeSort by relevance Sort by last modified time
    Searched refs:addSelectionListener (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
SelectionDependentViewPart.java 41 DdmsPlugin.getDefault().addSelectionListener(this);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
UsagePermissionPage.java 79 mYesRadio.addSelectionListener(this);
83 mNoRadio.addSelectionListener(this);
95 mLink.addSelectionListener(this);
WelcomeWizardPage.java 84 mInstallNewRadio.addSelectionListener(this);
96 mInstallLatestCheckbox.addSelectionListener(this);
103 mInstallCommonCheckbox.addSelectionListener(this);
123 mNewDirButton.addSelectionListener(this);
131 mUseExistingRadio.addSelectionListener(this);
145 mExistingDirButton.addSelectionListener(this);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StatusPanel.java 183 mScaleControl.scale.addSelectionListener(new SelectionAdapter() {
202 mZoomControl.scale.addSelectionListener(new SelectionAdapter() {
220 mShowLock.addSelectionListener(new SelectionAdapter() {
233 mShowPatches.addSelectionListener(new SelectionAdapter() {
246 mShowBadPatches.addSelectionListener(new SelectionAdapter() {
259 mShowContent.addSelectionListener(new SelectionAdapter() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DeviceMenuListener.java 91 item.addSelectionListener(new DeviceMenuListener(chooser, device));
138 deviceItem.addSelectionListener(new DeviceMenuListener(chooser, device));
167 item.addSelectionListener(new DeviceMenuListener(chooser, device));
180 item.addSelectionListener(new DeviceMenuListener(chooser, device));
LocaleMenuListener.java 98 item.addSelectionListener(listener);
116 item.addSelectionListener(listener);
TargetMenuListener.java 86 menuItem.addSelectionListener(new TargetMenuListener(chooser, null, true));
117 item.addSelectionListener(new TargetMenuListener(chooser, target, false));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 101 mTypeCombo.addSelectionListener(selectionListener);
102 mTypeCombo.addSelectionListener(mSelectionValidateListener);
108 mFlatten.addSelectionListener(selectionListener);
111 mFlatten.addSelectionListener(mSelectionValidateListener);
ExtractStyleWizard.java 121 mRemoveExtracted.addSelectionListener(mSelectionValidateListener);
127 mRemoveAll.addSelectionListener(mSelectionValidateListener);
135 mExtend.addSelectionListener(mSelectionValidateListener);
143 mSetStyle.addSelectionListener(mSelectionValidateListener);
192 checkAllButton.addSelectionListener(new SelectionAdapter() {
202 uncheckAllButton.addSelectionListener(new SelectionAdapter() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintListDialog.java 121 mShowButton.addSelectionListener(this);
128 mFixButton.addSelectionListener(this);
134 mIgnoreButton.addSelectionListener(this);
141 mIgnoreAllButton.addSelectionListener(this);
147 mIgnoreTypeButton.addSelectionListener(this);
162 mList.addSelectionListener(this);
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 170 newButton.addSelectionListener(new SelectionAdapter() {
190 editButton.addSelectionListener(new SelectionAdapter() {
214 deleteButton.addSelectionListener(new SelectionAdapter() {
230 okButton.addSelectionListener(new SelectionAdapter() {
240 cancelButton.addSelectionListener(new SelectionAdapter() {
247 mPortTable.addSelectionListener(new SelectionAdapter() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 227 mAutoTargetButton.addSelectionListener(targetModeChangeListener);
228 mAllDevicesTargetButton.addSelectionListener(targetModeChangeListener);
229 mManualTargetButton.addSelectionListener(targetModeChangeListener);
257 mDeviceTypeCombo.addSelectionListener(listener);
283 mSpeedCombo.addSelectionListener(new SelectionAdapter() {
299 mDelayCombo.addSelectionListener(new SelectionAdapter() {
315 mWipeDataButton.addSelectionListener(new SelectionAdapter() {
329 mNoBootAnimButton.addSelectionListener(new SelectionAdapter() {
MainLaunchConfigTab.java 149 mDefaultActionButton.addSelectionListener(new SelectionAdapter() {
164 mActivityActionButton.addSelectionListener(new SelectionAdapter() {
182 mActivityCombo.addSelectionListener(new SelectionAdapter() {
194 mDoNothingActionButton.addSelectionListener(new SelectionAdapter() {
267 mProjButton.addSelectionListener(mListener);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitorDialog.java 98 levelCombo.addSelectionListener(s);
99 enableButton.addSelectionListener(s);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
UpdateToolsPage.java 59 mInstallButton.addSelectionListener(this);
ProjectContentsPage.java 94 mCustomIconToggle.addSelectionListener(this);
101 mCreateActivityToggle.addSelectionListener(this);
111 mLibraryToggle.addSelectionListener(this);
121 mUseDefaultLocationToggle.addSelectionListener(this);
133 mChooseLocationButton.addSelectionListener(this);
InstallDependencyPage.java 106 mLink.addSelectionListener(this);
137 mInstallButton.addSelectionListener(this);
141 mCheckButton.addSelectionListener(this);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 78 button.addSelectionListener(this);
94 mProjectButton.addSelectionListener(this);
115 mClipboardButton.addSelectionListener(this);
ConfigureAssetSetPage.java 214 mImageRadio.addSelectionListener(this);
219 mClipartRadio.addSelectionListener(this);
224 mTextRadio.addSelectionListener(this);
242 mImagePathText.addSelectionListener(this);
247 mPickImageButton.addSelectionListener(this);
254 mChooseClipart.addSelectionListener(this);
281 mFontButton.addSelectionListener(this);
289 mTrimCheckBox.addSelectionListener(this);
303 mPaddingSlider.addSelectionListener(this);
320 mCropRadio.addSelectionListener(this)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
TestTargetPage.java 81 mCurrentRadioButton.addSelectionListener(this);
86 mExistingRadioButton.addSelectionListener(this);
94 mProjectList.addSelectionListener(this);
ImportPage.java 127 mBrowseButton.addSelectionListener(this);
150 mTable.addSelectionListener(this);
160 mSelectAllButton.addSelectionListener(this);
165 mDeselectAllButton.addSelectionListener(this);
170 mRefreshButton.addSelectionListener(this);
176 mCopyCheckBox.addSelectionListener(this);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceCollectorDialog.java 127 eglSwapCheckBox.addSelectionListener(l);
128 glDrawCheckBox.addSelectionListener(l);
129 glTexImageCheckBox.addSelectionListener(l);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 145 mTable.addSelectionListener(new SelectionAdapter() {
166 mAddButton.addSelectionListener(new SelectionAdapter() {
186 mRemoveButton.addSelectionListener(new SelectionAdapter() {
205 mUpButton.addSelectionListener(new SelectionAdapter() {
225 mDownButton.addSelectionListener(new SelectionAdapter() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java 110 btnBrowseGdb.addSelectionListener(browseListener);
111 btnBrowseGdbInit.addSelectionListener(browseListener);
180 mSoliblist.addSelectionListener(l);
181 mAddSolibButton.addSelectionListener(l);
182 mDeleteSolibButton.addSelectionListener(l);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 334 button.addSelectionListener(new SelectionAdapter() {
373 button.addSelectionListener(new SelectionAdapter() {
402 item.addSelectionListener(new SelectionAdapter() {
456 item.addSelectionListener(new SelectionAdapter() {
486 mZoomRealSizeButton.addSelectionListener(new SelectionAdapter() {
504 mZoomFitButton.addSelectionListener(new SelectionAdapter() {
514 mZoomResetButton.addSelectionListener(new SelectionAdapter() {
527 mZoomOutButton.addSelectionListener(new SelectionAdapter() {
537 mZoomInButton.addSelectionListener(new SelectionAdapter() {
558 mLintButton.addSelectionListener(new SelectionAdapter()
    [all...]

Completed in 1902 milliseconds

1 2 3 4 5