Searched refs:WrapInRefactoring (Results 1 - 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DWrapInContribution.java29 return new WrapInRefactoring.Descriptor(project, description, comment, arguments);
35 if (descriptor instanceof WrapInRefactoring.Descriptor) {
36 return ((WrapInRefactoring.Descriptor) descriptor).getArguments();
H A DWrapInAction.java32 WrapInRefactoring ref = new WrapInRefactoring(mFile, mDelegate,
H A DWrapInWizard.java56 public WrapInWizard(WrapInRefactoring ref, LayoutEditorDelegate editor) {
63 WrapInRefactoring ref = (WrapInRefactoring) getRefactoring();
68 /** Wizard page which inputs parameters for the {@link WrapInRefactoring} operation */
144 WrapInRefactoring refactoring =
145 (WrapInRefactoring) getRefactoring();
H A DWrapInRefactoring.java67 public class WrapInRefactoring extends VisualRefactoring { class in inherits:VisualRefactoring
80 WrapInRefactoring(Map<String, String> arguments) { method in class:WrapInRefactoring
86 public WrapInRefactoring( method in class:WrapInRefactoring
95 WrapInRefactoring(List<Element> selectedElements, LayoutEditorDelegate editor) { method in class:WrapInRefactoring
436 return new WrapInRefactoring(args);
H A DRefactoringAssistant.java209 new WrapInRefactoring(
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DWrapInRefactoringTest.java53 WrapInRefactoring refactoring = new WrapInRefactoring(selectedElements,

Completed in 340 milliseconds