Home
last modified time | relevance | path

Searched refs:mGraphicalEditor (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutEditorDelegate.java129 private GraphicalEditorPart mGraphicalEditor; field in LayoutEditorDelegate
199 return mGraphicalEditor.getRulesEngine(); in getRulesEngine()
208 return mGraphicalEditor; in getGraphicalEditor()
228 if (mGraphicalEditor != null) { in dispose()
229 mGraphicalEditor.dispose(); in dispose()
230 mGraphicalEditor = null; in dispose()
247 if (mGraphicalEditor != null) { in delegateDoSave()
248 mGraphicalEditor.doSave(monitor); in delegateDoSave()
276 if (mGraphicalEditor == null) { in delegateCreateFormPages()
279 mGraphicalEditor = new GraphicalEditorPart(this); in delegateCreateFormPages()
[all …]