979899100101102103104105106107
* Has <b> OK </b> status if not <code>null</code> value returned */ public void _getDragSource() { boolean result = true ; XDragSource src = oObj.getDragSource(win) ; result = src != null ; tRes.tested("getDragSource()", result) ; }
90919293949596979899100
949596979899100101102103104
102103104105106107108109110111112