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

1 2 3

  /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());
UnwrapRefactoringTest.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
20 import org.eclipse.ltk.core.refactoring.Change;
21 import org.eclipse.ltk.core.refactoring.RefactoringStatus;
50 UnwrapRefactoring refactoring = new UnwrapRefactoring(selectedElements, local
53 RefactoringStatus status = refactoring.checkInitialConditions(new NullProgressMonitor());
55 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor());
WrapInRefactoringTest.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
23 import org.eclipse.ltk.core.refactoring.Change;
53 WrapInRefactoring refactoring = new WrapInRefactoring(selectedElements, local
55 refactoring.setType(fqcn);
56 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor());
ChangeLayoutRefactoringTest.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
26 import org.eclipse.ltk.core.refactoring.Change;
124 ChangeLayoutRefactoring refactoring = new ChangeLayoutRefactoring(selectedElements, local
126 refactoring.setFlatten(flatten);
127 refactoring.setType(newLayoutType);
129 refactoring.setInitializedAttributes(initialAttributes);
131 refactoring.setRootView(rootView);
133 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor());
UseCompoundDrawableRefactoringTest.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
18 import static com.android.ide.eclipse.adt.internal.editors.layout.refactoring.UseCompoundDrawableRefactoring.combine;
24 import org.eclipse.ltk.core.refactoring.Change;
25 import org.eclipse.ltk.core.refactoring.CompositeChange;
51 checkRefactoring("refactoring/usecompound/compound1.xml", "@+id/layout1");
56 checkRefactoring("refactoring/usecompound/compound2.xml", "@+id/layout2");
61 checkRefactoring("refactoring/usecompound/compound3.xml", "@+id/layout3");
66 checkRefactoring("refactoring/usecompound/compound4.xml", "@+id/layout4");
72 checkRefactoring("refactoring/usecompound/compound_all.xml", "@+id/layout2");
78 checkRefactoring("refactoring/usecompound/compound_all.xml", "@+id/layout3")
103 UseCompoundDrawableRefactoring refactoring = new UseCompoundDrawableRefactoring( local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutContribution.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;
ChangeViewContribution.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;
ExtractIncludeContribution.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;
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;
JavaQuickAssistant.java 17 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
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;
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
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;
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;
VisualRefactoringWizard.java 16 package com.android.ide.eclipse.adt.internal.editors.layout.refactoring;
20 import org.eclipse.ltk.core.refactoring.Refactoring;
21 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
22 import org.eclipse.ltk.ui.refactoring.UserInputWizardPage;
31 public VisualRefactoringWizard(Refactoring refactoring, LayoutEditorDelegate editor) {
32 super(refactoring, DIALOG_BASED_USER_INTERFACE | PREVIEW_EXPAND_FIRST_NODE);
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;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ExtractStringFix.java 28 import org.eclipse.ltk.ui.refactoring.RefactoringWizard;
29 import org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation;
68 ExtractStringRefactoring refactoring = local
70 RefactoringWizard wizard = new ExtractStringWizard(refactoring, file.getProject());
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/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidPackageRenameParticipantTest.java 27 import org.eclipse.jdt.internal.corext.refactoring.rename.RenamePackageProcessor;
28 import org.eclipse.ltk.core.refactoring.participants.RenameRefactoring;
234 RenameRefactoring refactoring = new RenameRefactoring(processor); local
235 checkRefactoring(refactoring, expected, expectedWarnings);
257 "INFO: You are refactoring the same package as your application's package (specified in the manifest).\n" +
263 "INFO: Note that this refactoring does NOT also update your application package.\n" +

Completed in 533 milliseconds

1 2 3