HomeSort by relevance Sort by last modified time
    Searched refs:UnwrapWizard (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/
UnwrapWizard.java 21 public class UnwrapWizard extends VisualRefactoringWizard {
22 public UnwrapWizard(UnwrapRefactoring ref, LayoutEditorDelegate editor) {
UnwrapAction.java 34 RefactoringWizard wizard = new UnwrapWizard(ref, mDelegate);
UnwrapRefactoring.java 231 return new UnwrapWizard(this, mDelegate);

Completed in 140 milliseconds