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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeAction.java 34 RefactoringWizard wizard = new ExtractIncludeWizard(ref, mDelegate);
ExtractIncludeWizard.java 33 class ExtractIncludeWizard extends VisualRefactoringWizard {
34 public ExtractIncludeWizard(ExtractIncludeRefactoring ref, LayoutEditorDelegate editor) {
ExtractIncludeRefactoring.java 655 return new ExtractIncludeWizard(this, mDelegate);

Completed in 272 milliseconds