Home
last modified time | relevance | path

Searched refs: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/
DVisualRefactoringAction.java136 public static IAction create(String title, LayoutEditorDelegate editorDelegate, in create() argument
138 return new ActionWrapper(title, editorDelegate, clz); in create()
145 ActionWrapper(String title, LayoutEditorDelegate editorDelegate, in ActionWrapper() argument
148 mEditorDelegate = editorDelegate; in ActionWrapper()
DUseCompoundDrawableAction.java44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create() argument
45 return create("Convert to a Compound Drawable...", editorDelegate, in create()
DUnwrapAction.java44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create() argument
45 return create("Remove Container...", editorDelegate, UnwrapAction.class); in create()
DChangeViewAction.java44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create() argument
45 return create("Change Widget Type...", editorDelegate, ChangeViewAction.class); in create()
DExtractStyleAction.java44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create() argument
45 return create("Extract Style...", editorDelegate, ExtractStyleAction.class); in create()
DWrapInAction.java44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create() argument
45 return create("Wrap in Container...", editorDelegate, WrapInAction.class); in create()
DExtractIncludeAction.java44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create() argument
45 return create("Extract Include...", editorDelegate, ExtractIncludeAction.class); in create()
DChangeLayoutAction.java44 public static IAction create(LayoutEditorDelegate editorDelegate) { in create() argument
45 return create("Change Layout...", editorDelegate, ChangeLayoutAction.class); in create()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvasViewer.java51 public LayoutCanvasViewer(LayoutEditorDelegate editorDelegate, in LayoutCanvasViewer() argument
55 mEditorDelegate = editorDelegate; in LayoutCanvasViewer()
56 mCanvas = new LayoutCanvas(editorDelegate, rulesEngine, parent, style); in LayoutCanvasViewer()
DShowWithinMenu.java24 ShowWithinMenu(LayoutEditorDelegate editorDelegate) { in ShowWithinMenu() argument
26 mEditorDelegate = editorDelegate; in ShowWithinMenu()
DLayoutCanvas.java257 public LayoutCanvas(LayoutEditorDelegate editorDelegate, in LayoutCanvas() argument
262 mEditorDelegate = editorDelegate; in LayoutCanvas()
274 IFile file = editorDelegate != null ? editorDelegate.getEditor().getInputFile() : null; in LayoutCanvas()
364 if (editorDelegate != null) { in LayoutCanvas()
365 mOutlinePage = editorDelegate.getGraphicalOutline(); in LayoutCanvas()
DDynamicContextMenu.java107 LayoutEditorDelegate editorDelegate, in DynamicContextMenu() argument
110 mEditorDelegate = editorDelegate; in DynamicContextMenu()
DGraphicalEditorPart.java308 public GraphicalEditorPart(@NonNull LayoutEditorDelegate editorDelegate) { in GraphicalEditorPart() argument
309 mEditorDelegate = editorDelegate; in GraphicalEditorPart()