Home
last modified time | relevance | path

Searched refs:VectorNode (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/toolkit/test/accessibility/
H A DTopWindowListener.java96 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 DAccessibleTextHandler.java113 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 DAccessibleUNOHandler.java115 VectorNode aNode = new VectorNode ("Supported Services", aParent); in CreateServiceTree()
128 VectorNode aNode = new VectorNode ("Supported Interfaces", aParent); in CreateInterfaceTree()
H A DVectorNode.java28 class VectorNode class
33 public VectorNode (String sDisplayObject, AccessibleTreeNode aParent) in VectorNode() method in VectorNode
H A DAccessibleRelationHandler.java73 VectorNode aVNode = new VectorNode( "RelationSet", aParent); in createChild()
H A DAccessibleSelectionHandler.java80 VectorNode aVNode = in createChild()
81 new VectorNode( "Selected Children", aParent); in createChild()
H A DAccessibilityWorkBench.java547 VectorNode aRoot = new VectorNode ("Accessibility Tree", null); in createTreeModelRoot()

Completed in 44 milliseconds