Home
last modified time | relevance | path

Searched refs:LayoutEditorDelegate (Results 1 – 25 of 59) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
DCommonActionContributor.java18 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
35 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(part); in setActiveEditor()
DCommonXmlEditor.java28 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
72 new LayoutEditorDelegate.Creator(),
85 LayoutEditorDelegate.LEGACY_EDITOR_ID,
316 if (mDelegate instanceof LayoutEditorDelegate) { in setInputWithNotify()
317 ((LayoutEditorDelegate) mDelegate).delegateSetInputWithNotify(input); in setInputWithNotify()
399 if (mDelegate instanceof LayoutEditorDelegate) { in showEditorInput()
400 ((LayoutEditorDelegate) mDelegate).showEditorInput(editorInput); in showEditorInput()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DVisualRefactoringAction.java21 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
43 protected LayoutEditorDelegate mDelegate;
93 mDelegate = LayoutEditorDelegate.fromEditor(editor); in selectionChanged()
136 public static IAction create(String title, LayoutEditorDelegate editorDelegate, in create()
143 private LayoutEditorDelegate mEditorDelegate;
145 ActionWrapper(String title, LayoutEditorDelegate editorDelegate, in ActionWrapper()
DVisualRefactoringWizard.java18 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
29 protected final LayoutEditorDelegate mDelegate;
31 public VisualRefactoringWizard(Refactoring refactoring, LayoutEditorDelegate editor) { in VisualRefactoringWizard()
DUseCompoundDrawableWizard.java19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
22 UseCompoundDrawableWizard(UseCompoundDrawableRefactoring ref, LayoutEditorDelegate editor) { in UseCompoundDrawableWizard()
DUnwrapWizard.java19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
22 public UnwrapWizard(UnwrapRefactoring ref, LayoutEditorDelegate editor) { in UnwrapWizard()
DUseCompoundDrawableAction.java19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
DUnwrapAction.java19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
DChangeViewAction.java19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
DExtractStyleAction.java19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
DWrapInAction.java19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
DExtractIncludeAction.java19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
DChangeLayoutAction.java19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
DUnwrapRefactoring.java26 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
70 LayoutEditorDelegate delegate, in UnwrapRefactoring()
77 UnwrapRefactoring(List<Element> selectedElements, LayoutEditorDelegate editor) { in UnwrapRefactoring()
DExtractIncludeWizard.java19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
34 public ExtractIncludeWizard(ExtractIncludeRefactoring ref, LayoutEditorDelegate editor) { in ExtractIncludeWizard()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DUseCompoundDrawableDetectorFix.java21 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
75 LayoutEditorDelegate delegate = in apply()
76 LayoutEditorDelegate.fromEditor(AdtUtils.getActiveEditor()); in apply()
DRemoveUselessViewFix.java19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
66 LayoutEditorDelegate delegate = in apply()
67 LayoutEditorDelegate.fromEditor(AdtUtils.getActiveEditor()); in apply()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DShowWithinMenu.java5 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
22 private LayoutEditorDelegate mEditorDelegate;
24 ShowWithinMenu(LayoutEditorDelegate editorDelegate) { in ShowWithinMenu()
DLayoutCanvasViewer.java19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
49 private final LayoutEditorDelegate mEditorDelegate;
51 public LayoutCanvasViewer(LayoutEditorDelegate editorDelegate, in LayoutCanvasViewer()
DLintTooltip.java21 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
56 LayoutEditorDelegate delegate = mCanvas.getEditorDelegate(); in createContents()
DLayoutWindowCoordinator.java21 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
252 LayoutEditorDelegate editor = LayoutEditorDelegate.fromEditor((IEditorPart) part); in sync()
DListViewTypeMenu.java26 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
168 LayoutEditorDelegate delegate = mCanvas.getEditorDelegate(); in run()
204 LayoutEditorDelegate delegate = mCanvas.getEditorDelegate(); in setNewType()
DLintOverlay.java20 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
63 LayoutEditorDelegate editor = mCanvas.getEditorDelegate(); in paint()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationMenuListener.java34 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
108 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(activeEditor); in widgetSelected()
155 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(activeEditor); in show()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
DUiViewElementNode.java34 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
175 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(editor); in getIcon()

123