Home
last modified time | relevance | path

Searched defs:editorDelegate (Results 1 – 13 of 13) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractIncludeAction.java44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
DChangeLayoutAction.java44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
DUseCompoundDrawableAction.java44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
DWrapInAction.java44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
DExtractStyleAction.java44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
DChangeViewAction.java44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
DUnwrapAction.java44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create()
DVisualRefactoringAction.java136 public static IAction create(String title, LayoutEditorDelegate editorDelegate, in create()
145 ActionWrapper(String title, LayoutEditorDelegate editorDelegate, in ActionWrapper()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DShowWithinMenu.java24 ShowWithinMenu(LayoutEditorDelegate editorDelegate) { in ShowWithinMenu()
DLayoutCanvasViewer.java51 public LayoutCanvasViewer(LayoutEditorDelegate editorDelegate, in LayoutCanvasViewer()
DDynamicContextMenu.java107 LayoutEditorDelegate editorDelegate, in DynamicContextMenu()
DLayoutCanvas.java257 public LayoutCanvas(LayoutEditorDelegate editorDelegate, in LayoutCanvas()
DGraphicalEditorPart.java308 public GraphicalEditorPart(@NonNull LayoutEditorDelegate editorDelegate) { in GraphicalEditorPart()