Home
last modified time | relevance | path

Searched refs:getNodeDescription (Results 1 – 5 of 5) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DUnoNode.java400 public static String getNodeDescription(Object _oUnoObject, int _nIndex){ in getNodeDescription() method in UnoNode
401 return getNodeDescription(_oUnoObject) + "[" + (_nIndex + 1) + "]"; in getNodeDescription()
405 public static String getNodeDescription(Object _oUnoObject){ in getNodeDescription() method in UnoNode
H A DInspectorPane.java346 …dNode = addUnoNode(_oParentNode, oUnoContainerElements[i], UnoNode.getNodeDescription(oUnoContaine… in addContainerElementsToTreeNode()
403 … XUnoNode oChildNode = addUnoNode(_oUnoNode, null, UnoNode.getNodeDescription(object[i])); in addPrimitiveValuesToTreeNode()
H A DSwingUnoMethodNode.java40 setUserObject(m_oUnoMethodNode.getNodeDescription()); in SwingUnoMethodNode()
H A DUnoMethodNode.java108 protected String getNodeDescription(){ in getNodeDescription() method in UnoMethodNode
H A DInspector.java226 String sNodeDescription = UnoNode.getNodeDescription(oUnoObject); in inspectSelectedNode()

Completed in 28 milliseconds