Lines Matching refs:aNode
56 private XServiceInfo GetServiceInfo (AccessibleTreeNode aNode) in GetServiceInfo() argument
59 if (aNode instanceof AccTreeNode) in GetServiceInfo()
61 XServiceInfo.class, ((AccTreeNode)aNode).getContext()); in GetServiceInfo()
64 private XTypeProvider GetTypeProvider (AccessibleTreeNode aNode) in GetTypeProvider() argument
67 if (aNode instanceof AccTreeNode) in GetTypeProvider()
69 XTypeProvider.class, ((AccTreeNode)aNode).getContext()); in GetTypeProvider()
115 VectorNode aNode = new VectorNode ("Supported Services", aParent); in CreateServiceTree() local
119 aNode.addChild (new StringNode (aServiceNames[i], aParent)); in CreateServiceTree()
121 return aNode; in CreateServiceTree()
128 VectorNode aNode = new VectorNode ("Supported Interfaces", aParent); in CreateInterfaceTree() local
132 aNode.addChild (new StringNode (aTypes[i].getTypeName(), aParent)); in CreateInterfaceTree()
134 return aNode; in CreateInterfaceTree()