Searched refs:mUpdateReferences (Results 1 – 3 of 3) sorted by relevance
44 private Button mUpdateReferences; field in RenameResourcePage89 mUpdateReferences = new Button(container, SWT.CHECK); in createControl()90 mUpdateReferences.setSelection(true); in createControl()91 mUpdateReferences.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 2, 1)); in createControl()92 mUpdateReferences.setText("Update References"); in createControl()93 mUpdateReferences.addSelectionListener(this); in createControl()167 if (e.getSource() == mUpdateReferences) { in widgetSelected()169 boolean update = mUpdateReferences.getSelection(); in widgetSelected()
46 private boolean mUpdateReferences = true; field in RenameResourceProcessor67 mUpdateReferences= true; in RenameResourceProcessor()125 return mUpdateReferences; in isUpdateReferences()136 mUpdateReferences = updateReferences; in setUpdateReferences()
117 private boolean mUpdateReferences; field in RenameResourceParticipant184 mUpdateReferences = getArguments().getUpdateReferences(); in initialize()212 mUpdateReferences = getArguments().getUpdateReferences(); in initialize()244 mUpdateReferences = getArguments().getUpdateReferences(); in initialize()246 mUpdateReferences = false; in initialize()267 return createFieldRefactoring(field, mNewName, mUpdateReferences); in createFieldRefactoring()311 if (mUpdateReferences) { in createXmlSearchPatterns()380 if (mUpdateReferences) { in createChange()573 if (!mUpdateReferences && (!ATTR_ID.equals(attr.getLocalName()) || in addReplacements()629 } else if (child.getNodeType() == Node.TEXT_NODE && mUpdateReferences) { in addReplacements()