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

1 2 3 4 5 6

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
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...]
ChooseAssetTypePage.java 78 button.addSelectionListener(this);
94 mProjectButton.addSelectionListener(this);
115 mClipboardButton.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/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.adt/src/com/android/ide/eclipse/adt/internal/welcome/
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);
UsagePermissionPage.java 79 mYesRadio.addSelectionListener(this);
83 mNoRadio.addSelectionListener(this);
95 mLink.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/editors/layout/configuration/
TargetMenuListener.java 86 menuItem.addSelectionListener(new TargetMenuListener(chooser, null, true));
117 item.addSelectionListener(new TargetMenuListener(chooser, target, false));
DeviceMenuListener.java 92 item.addSelectionListener(new DeviceMenuListener(chooser, device));
139 deviceItem.addSelectionListener(new DeviceMenuListener(chooser, device));
168 item.addSelectionListener(new DeviceMenuListener(chooser, device));
181 item.addSelectionListener(new DeviceMenuListener(chooser, device));
  /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...]
  /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);
ProjectNamePage.java 133 mCreateNewButton.addSelectionListener(this);
141 mCreateSampleRadioButton.addSelectionListener(this);
150 mUseDefaultCheckBox.addSelectionListener(this);
161 mBrowseButton.addSelectionListener(this);
  /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.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
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);
UpdateToolsPage.java 59 mInstallButton.addSelectionListener(this);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
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.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 324 mAddButton.addSelectionListener(new SelectionAdapter() {
349 mRemoveButton.addSelectionListener(new SelectionAdapter() {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 356 radio1.addSelectionListener(new SelectionAdapter() {
364 radio2.addSelectionListener(new SelectionAdapter() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 108 selectButton.addSelectionListener(new SelectionAdapter() {
292 mTable.addSelectionListener(new SelectionAdapter() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 110 mUseExistingKey.addSelectionListener(new SelectionAdapter() {
119 mKeyAliases.addSelectionListener(new SelectionAdapter() {
KeystoreSelectionPage.java 87 browseButton.addSelectionListener(new SelectionAdapter() {
127 mUseExistingKeystore.addSelectionListener(new SelectionAdapter() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ProjectSelectionPage.java 149 selectAll.addSelectionListener(new SelectionAdapter() {
163 deselectAll.addSelectionListener(new SelectionAdapter() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 186 mTestRadioButton.addSelectionListener(new SelectionAdapter() {
215 mProjButton.addSelectionListener(new SelectionAdapter() {
243 mSearchButton.addSelectionListener(new SelectionAdapter() {
267 mTestContainerRadioButton.addSelectionListener(new SelectionAdapter() {
290 mContainerSearchButton.addSelectionListener(new SelectionAdapter() {
311 mInstrumentationCombo.addSelectionListener(new SelectionAdapter() {
330 mTestSizeCombo.addSelectionListener(new SelectionAdapter() {
    [all...]

Completed in 273 milliseconds

1 2 3 4 5 6