Searched refs:VectorNode (Results 1 – 7 of 7) sorted by relevance
/trunk/main/toolkit/test/accessibility/ |
H A D | TopWindowListener.java | 96 if (aRootObject instanceof VectorNode) in AddTopLevelNode() 98 VectorNode aRoot = (VectorNode) aRootObject; in AddTopLevelNode() 132 if (aObject instanceof VectorNode && xTopLevelObject != null) in RemoveTopLevelNode() 135 VectorNode aRoot = (VectorNode) aObject; in RemoveTopLevelNode()
|
H A D | AccessibleTextHandler.java | 113 VectorNode aVec = new VectorNode("portions", aParent); in createChild() 183 VectorNode aNode = new VectorNode (sName, aParent); in textAtIndexNode() 339 VectorNode aPortions = new VectorNode ("getAttributes", aParent); in getAttributes() 359 VectorNode aAttrs = new VectorNode (aPortion, aPortions); in getAttributes()
|
H A D | AccessibleUNOHandler.java | 115 VectorNode aNode = new VectorNode ("Supported Services", aParent); in CreateServiceTree() 128 VectorNode aNode = new VectorNode ("Supported Interfaces", aParent); in CreateInterfaceTree()
|
H A D | VectorNode.java | 28 class VectorNode class 33 public VectorNode (String sDisplayObject, AccessibleTreeNode aParent) in VectorNode() method in VectorNode
|
H A D | AccessibleRelationHandler.java | 73 VectorNode aVNode = new VectorNode( "RelationSet", aParent); in createChild()
|
H A D | AccessibleSelectionHandler.java | 80 VectorNode aVNode = in createChild() 81 new VectorNode( "Selected Children", aParent); in createChild()
|
H A D | AccessibilityWorkBench.java | 547 VectorNode aRoot = new VectorNode ("Accessibility Tree", null); in createTreeModelRoot()
|
Completed in 30 milliseconds