Lines Matching refs:oObj

46     public XMutableTreeNode oObj = null;  field in _XMutableTreeNode
72 oObj.appendChild(myNode); in _appendChild()
81 oObj.appendChild(myNode); in _appendChild()
91 oObj.appendChild(oObj); in _appendChild()
108 oObj.insertChildByIndex(0, myNode); in _insertChildByIndex()
119 oObj.insertChildByIndex(0, myNode); in _insertChildByIndex()
133 oObj.insertChildByIndex(-3, myNode2); in _insertChildByIndex()
145 oObj.insertChildByIndex(0, oObj); in _insertChildByIndex()
165 oObj.removeChildByIndex(0); in _removeChildByIndex()
173 oObj.removeChildByIndex(-3); in _removeChildByIndex()
186 oObj.setHasChildrenOnDemand(true); in _setHasChildrenOnDemand()
189 oObj.setHasChildrenOnDemand(false); in _setHasChildrenOnDemand()
198 oObj.setDisplayValue("MyTestValue"); in _setDisplayValue()
201 oObj.setDisplayValue(null); in _setDisplayValue()
204 oObj.setDisplayValue(oObj); in _setDisplayValue()
213 oObj.setNodeGraphicURL("MyTestURL"); in _setNodeGraphicURL()
216 oObj.setNodeGraphicURL(null); in _setNodeGraphicURL()
225 oObj.setExpandedGraphicURL("myExpandedURL"); in _setExpandedGraphicURL()
228 oObj.setExpandedGraphicURL(null); in _setExpandedGraphicURL()
237 oObj.setCollapsedGraphicURL("myCollapsedURL"); in _setCollapsedGraphicURL()
240 oObj.setCollapsedGraphicURL(null); in _setCollapsedGraphicURL()
249 oObj.setDataValue("myDataValue"); in _DataValue()
251 String sDataValue = (String) oObj.getDataValue(); in _DataValue()
261 oObj.setDataValue(null); in _DataValue()
263 Object oDataValue = oObj.getDataValue(); in _DataValue()
272 oObj.setDisplayValue(oObj); in _DataValue()
274 oDataValue = oObj.getDataValue(); in _DataValue()
277 "\texpected: " + oObj.toString() +"\n" + in _DataValue()