148149150151152153154155156157
* Calls the method <CODE>getInspectorUI()</CODE> * Has <b>OK</b> returned value is not null */ public void _InspectorUI() { XObjectInspectorUI oUI = oObj.getInspectorUI(); tRes.tested("InspectorUI()", oUI != null) ; }
141142143144145146147148149150
145146147148149150151152153154
153154155156157158159160161162