Searched refs:mGraphicalEditor (Results 1 – 1 of 1) sorted by relevance
129 private GraphicalEditorPart mGraphicalEditor; field in LayoutEditorDelegate199 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 …]