HomeSort by relevance Sort by last modified time
    Searched full:refactoring (Results 26 - 50 of 358) sorted by null

12 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleContribution.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
18 import org.eclipse.ltk.core.refactoring.RefactoringContribution;
19 import org.eclipse.ltk.core.refactoring.RefactoringDescriptor;
UnwrapContribution.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
18 import org.eclipse.ltk.core.refactoring.RefactoringContribution;
19 import org.eclipse.ltk.core.refactoring.RefactoringDescriptor;
WrapInContribution.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
18 import org.eclipse.ltk.core.refactoring.RefactoringContribution;
19 import org.eclipse.ltk.core.refactoring.RefactoringDescriptor;
RefactoringAssistant.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
43 import org.eclipse.ltk.core.refactoring.Refactoring;
44 import org.eclipse.ltk.core.refactoring.participants.RenameRefactoring;
45 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
46 import org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation;
64 * QuickAssistProcessor which helps invoke refactoring operations on text elements.
101 // Ensure that we are over a tag name (for element-based refactoring
102 // operations) or a value (for the extract include refactoring)
190 RenameRefactoring refactoring = new RenameRefactoring(processor) local
295 RenameRefactoring refactoring = (RenameRefactoring) mRefactoring; local
    [all...]
ChangeLayoutAction.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
22 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
23 import org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation;
ChangeViewAction.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
22 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
23 import org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation;
ExtractIncludeAction.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
22 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
23 import org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation;
ExtractStyleAction.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
22 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
23 import org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation;
UnwrapAction.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
22 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
23 import org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation;
UseCompoundDrawableAction.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
22 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
23 import org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation;
WrapInAction.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
22 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
23 import org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation;
UnwrapWizard.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
29 // This refactoring takes no parameters
UseCompoundDrawableWizard.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
29 // This refactoring takes no parameters
UnwrapRefactoring.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
35 import org.eclipse.ltk.core.refactoring.Change;
36 import org.eclipse.ltk.core.refactoring.Refactoring;
37 import org.eclipse.ltk.core.refactoring.RefactoringStatus;
38 import org.eclipse.ltk.core.refactoring.TextFileChange;
61 * to replay a previous refactoring.
237 super("com.android.ide.eclipse.adt.refactoring.unwrap", //$NON-NLS-1$
242 protected Refactoring createRefactoring(Map<String, String> args) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceProcessor.java 29 import org.eclipse.ltk.core.refactoring.Change;
30 import org.eclipse.ltk.core.refactoring.RefactoringStatus;
31 import org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext;
32 import org.eclipse.ltk.core.refactoring.participants.ParticipantManager;
33 import org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant;
34 import org.eclipse.ltk.core.refactoring.participants.RenameArguments;
35 import org.eclipse.ltk.core.refactoring.participants.RenameProcessor;
36 import org.eclipse.ltk.core.refactoring.participants.SharableParticipants;
120 * Returns {@code true} if the refactoring processor also updates references
122 * @return {@code true} if the refactoring processor also updates reference
    [all...]
RenameResourceParticipant.java 61 import org.eclipse.jdt.internal.corext.refactoring.rename.RenameFieldProcessor;
62 import org.eclipse.ltk.core.refactoring.Change;
63 import org.eclipse.ltk.core.refactoring.CompositeChange;
64 import org.eclipse.ltk.core.refactoring.RefactoringStatus;
65 import org.eclipse.ltk.core.refactoring.TextChange;
66 import org.eclipse.ltk.core.refactoring.TextFileChange;
67 import org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext;
68 import org.eclipse.ltk.core.refactoring.participants.RenameParticipant;
69 import org.eclipse.ltk.core.refactoring.participants.RenameRefactoring;
70 import org.eclipse.ltk.core.refactoring.resource.RenameResourceChange
286 RenameRefactoring refactoring = new RenameRefactoring(processor); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringContribution.java 19 import org.eclipse.ltk.core.refactoring.RefactoringContribution;
20 import org.eclipse.ltk.core.refactoring.RefactoringDescriptor;
30 * @see org.eclipse.ltk.core.refactoring.RefactoringContribution#createDescriptor(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Map, int)
ExtractStringAction.java 29 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
30 import org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation;
41 * http://www.eclipse.org/articles/article.php?file=Article-Unleashing-the-Power-of-Refactoring/index.html
49 * The intent of the action is to start a refactoring that extracts a source string and
54 * <li> The action is currently located in the Refactoring menu in the main menu.
55 * <li> TODO: extend the popup refactoring menu in a Java or Android XML file.
61 * {@link IWorkbenchWindow}. However for the refactoring we are also interested in having the
104 // This simply deals with the refactoring based on a non-empty selection.
123 * Create a new instance of our refactoring and a wizard to configure it.
159 * for the refactoring. This check is performed when the refactoring is invoked sinc
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoringTest.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
22 import org.eclipse.ltk.core.refactoring.Change;
52 ChangeViewRefactoring refactoring = new ChangeViewRefactoring(selectedElements, local
54 refactoring.setType(newType);
56 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor());
ExtractIncludeRefactoringTest.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
27 import org.eclipse.ltk.core.refactoring.Change;
28 import org.eclipse.ltk.core.refactoring.TextFileChange;
143 ExtractIncludeRefactoring refactoring = new ExtractIncludeRefactoring(selectedElements, local
145 refactoring.setLayoutName(layoutName);
146 refactoring.setReplaceOccurrences(replaceOccurrences);
147 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RemoveUselessViewFix.java 20 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.UnwrapRefactoring;
28 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
29 import org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation;
65 // Invoke refactoring
73 UnwrapRefactoring refactoring = local
75 RefactoringWizard wizard = refactoring.createWizard();
UseCompoundDrawableDetectorFix.java 22 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.UseCompoundDrawableRefactoring;
30 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
31 import org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation;
74 // Invoke refactoring
82 UseCompoundDrawableRefactoring refactoring = local
84 RefactoringWizard wizard = refactoring.createWizard();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipantTest.java 28 import org.eclipse.jdt.internal.corext.refactoring.reorg.IReorgPolicy.IMovePolicy;
29 import org.eclipse.jdt.internal.corext.refactoring.reorg.JavaMoveProcessor;
30 import org.eclipse.jdt.internal.corext.refactoring.reorg.ReorgDestinationFactory;
31 import org.eclipse.jdt.internal.corext.refactoring.reorg.ReorgPolicyFactory;
32 import org.eclipse.jdt.internal.ui.refactoring.reorg.CreateTargetQueries;
33 import org.eclipse.jdt.internal.ui.refactoring.reorg.ReorgQueries;
34 import org.eclipse.ltk.core.refactoring.participants.MoveRefactoring;
132 MoveRefactoring refactoring = new MoveRefactoring(processor); local
133 checkRefactoring(refactoring, expected);
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_factory.h 35 // outcome. Legacy, should be gone once refactoring is finished.
48 // once refactoring is finished.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
RenamePackageAction.java 28 import org.eclipse.jdt.ui.refactoring.RefactoringSaveHelper;
35 import org.eclipse.ltk.core.refactoring.Refactoring;
36 import org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation;
45 * Refactoring steps:
89 // Prompt for refactoring on the selected project
114 * Validate the new package name and start the refactoring wizard
161 Refactoring package_name_refactoring =

Completed in 2205 milliseconds

12 3 4 5 6 7 8 91011>>