HomeSort by relevance Sort by last modified time
    Searched refs:mReplaceAllXml (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 78 private Button mReplaceAllXml;
264 mReplaceAllXml = new Button(options, SWT.CHECK);
265 mReplaceAllXml.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
266 mReplaceAllXml.setToolTipText("When checked, string literals will be replaced in other XML resource files having the same name but located in different resource configuration folders.");
267 mReplaceAllXml.setText("Replace in all &XML files for different configuration");
268 mReplaceAllXml.addSelectionListener(mValidateOnSelection);
330 ref.setReplaceAllXml(mReplaceAllXml.isEnabled() && mReplaceAllXml.getSelection());
ExtractStringRefactoring.java 196 private boolean mReplaceAllXml;
226 mReplaceAllXml = Boolean.parseBoolean(arguments.get(KEY_RPLC_ALL_XML));
253 args.put(KEY_RPLC_ALL_XML, Boolean.toString(mReplaceAllXml));
331 mReplaceAllXml = replaceAllXml;
    [all...]

Completed in 78 milliseconds