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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeContribution.java 29 return new ExtractIncludeRefactoring.Descriptor(project, description, comment, arguments);
35 if (descriptor instanceof ExtractIncludeRefactoring.Descriptor) {
36 return ((ExtractIncludeRefactoring.Descriptor) descriptor).getArguments();
ExtractIncludeAction.java 32 ExtractIncludeRefactoring ref = new ExtractIncludeRefactoring(mFile, mDelegate,
ExtractIncludeWizard.java 34 public ExtractIncludeWizard(ExtractIncludeRefactoring ref, LayoutEditorDelegate editor) {
41 ExtractIncludeRefactoring ref = (ExtractIncludeRefactoring) getRefactoring();
47 /** Wizard page which inputs parameters for the {@link ExtractIncludeRefactoring} operation */
116 ExtractIncludeRefactoring refactoring =
117 (ExtractIncludeRefactoring) getRefactoring();
ExtractIncludeRefactoring.java 101 public class ExtractIncludeRefactoring extends VisualRefactoring {
112 ExtractIncludeRefactoring(Map<String, String> arguments) {
118 public ExtractIncludeRefactoring(
127 ExtractIncludeRefactoring(List<Element> selectedElements, LayoutEditorDelegate editor) {
667 return new ExtractIncludeRefactoring(args);
RefactoringAssistant.java 241 new ExtractIncludeRefactoring(
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoringTest.java 143 ExtractIncludeRefactoring refactoring = new ExtractIncludeRefactoring(selectedElements,

Completed in 63 milliseconds