Udatamap_editor, Ulgraph_editor
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.
Ulgraph_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.
A connection to the object to be edited. Usually this is connected to the Uview_editor's object output port.
See the implementation of Uscene_editor