Contains editing functionality to allow editing of the input objects datamap (Udatamap_editor) or graphing information (Ugraph_editor)
GDM.Udatamap_editor, GDM.Ugraph_editor
Udatamap_editor provides a collection of user interface editors that allow editing of cur_obj's datamap.Ugraph_editor provides a collection of user interface editors that allow editing of any graph objects that are subobjects of the cur_obj parameter.If either of these components are instanced into a SingleWindowApp or MultiWindowApp, the panel for these editors is automatically installed into the Editors panel. Otherwise, you will have to set the parent connection manually be changing the subobject IUI.panel.parent_ref to connect to a panel of your choosing.
see the implementation of Uscene_editor