Home
last modified time | relevance | path

Searched refs:AccTreeNode (Results 1 – 24 of 24) sorted by relevance

/aoo42x/main/toolkit/test/accessibility/
H A DAccessibilityTreeModel.java110 public void Apply (AccTreeNode aNode) in setRoot()
114 removeAccListener ((AccTreeNode)aNode); in setRoot()
244 if (aParentNode instanceof AccTreeNode) in addChild()
250 maCanvas.updateNode ((AccTreeNode)aParentNode); in addChild()
278 if (aNode instanceof AccTreeNode) in addNode()
280 AccTreeNode aChild = (AccTreeNode)aNode; in addNode()
449 if (aObject instanceof AccTreeNode) in getBroadcaster()
498 public AccTreeNode updateNode (XAccessibleContext xSource, in updateNode()
502 AccTreeNode aNode = null; in updateNode()
505 if (aTreeNode instanceof AccTreeNode) in updateNode()
[all …]
H A DAccessibleTextHandler.java83 if (aParent instanceof AccTreeNode) in createChild()
84 xText = ((AccTreeNode)aParent).getText(); in createChild()
390 if (aNode instanceof AccTreeNode) in getActions()
391 xEText = ((AccTreeNode)aNode).getEditText (); in getActions()
398 if ( ! (aNode instanceof AccTreeNode)) in performAction()
401 AccTreeNode aATNode = (AccTreeNode)aNode; in performAction()
487 AccTreeNode aNode;
492 public TextActionDialog( AccTreeNode aNd, in TextActionDialog()
596 boolean action( JTextComponent aText, AccTreeNode aNode ) in action()
606 public TextEditDialog( AccTreeNode aNode, in TextEditDialog()
[all …]
H A DAccessibilityTree.java258 if( aObject instanceof AccTreeNode ) in popupTrigger()
260 AccTreeNode aNode = (AccTreeNode)aObject; in popupTrigger()
324 private AccTreeNode maNode;
325 public ShapeExpandAction (AccessibilityTree aTree, AccTreeNode aNode) in ShapeExpandAction()
341 private AccTreeNode maNode;
342 public SubtreeExpandAction (AccessibilityTree aTree, AccTreeNode aNode) in SubtreeExpandAction()
372 if (aObject instanceof AccTreeNode) in expand()
374 AccTreeNode aNode = (AccTreeNode)aObject; in expand()
H A DNodeMap.java28 public abstract void Apply (AccTreeNode aNode); in Apply()
64 if ((aNode != null) && (aNode instanceof AccTreeNode)) in RemoveNode()
66 maXAccessibleToNode.remove (((AccTreeNode)aNode).getContext()); in RemoveNode()
83 if (aNodes[i] != null && (aNodes[i] instanceof AccTreeNode)) in ForEach()
87 aFunctor.Apply ((AccTreeNode)aNodes[i]); in ForEach()
114 if ((aNode != null) && (aNode instanceof AccTreeNode)) in GetAccessible()
115 return ((AccTreeNode)aNode).getContext(); in GetAccessible()
H A DAccessibleSelectionHandler.java64 if( aParent instanceof AccTreeNode ) in createChild()
67 ((AccTreeNode)aParent).getSelection(); in createChild()
83 int nCount = ((AccTreeNode)aParent).getContext(). in createChild()
96 ((AccTreeNode)aParent). in createChild()
135 if( aNode instanceof AccTreeNode ) in getActions()
138 ((AccTreeNode)aNode).getSelection(); in getActions()
149 new SelectionDialog( (AccTreeNode)aNode ).show(); in performAction()
H A DCanvas.java86 public void addNode (AccTreeNode aNode) in addNode()
110 public void removeNode (AccTreeNode aNode) in removeNode()
123 public void updateNode (AccTreeNode aNode) in updateNode()
134 public void updateNodeGeometry (AccTreeNode aNode) in updateNodeGeometry()
144 removeNode ((AccTreeNode)maNodes.elementAt(0)); in clear()
438 if (aObject instanceof AccTreeNode) in valueChanged()
440 CanvasShape aCanvasShape = (CanvasShape)maObjects.get ((AccTreeNode)aObject); in valueChanged()
H A DAccessibleCellHandler.java72 if (aGrandParent instanceof AccTreeNode) in createChild()
74 xTable = ((AccTreeNode)aGrandParent).getTable(); in createChild()
75 xContext = ((AccTreeNode)aGrandParent).getContext(); in createChild()
77 if (aParent instanceof AccTreeNode) in createChild()
79 xContext = ((AccTreeNode)aParent).getContext(); in createChild()
H A DGeometryEventHandler.java44 AccTreeNode aNode = maTreeModel.updateNode (mxEventSource, in Process()
59 AccTreeNode aShapeNode = (AccTreeNode) aShapeQueue.getFirst(); in Process()
68 if (aTreeNode instanceof AccTreeNode) in Process()
H A DAccessibleComponentHandler.java57 if (aParent instanceof AccTreeNode) in createChild()
60 ((AccTreeNode)aParent).getComponent(); in createChild()
119 if (aNode instanceof AccTreeNode) in update()
120 if (((AccTreeNode)aNode).getComponent() != null) in update()
H A DAccessibleUNOHandler.java59 if (aNode instanceof AccTreeNode) in GetServiceInfo()
61 XServiceInfo.class, ((AccTreeNode)aNode).getContext()); in GetServiceInfo()
67 if (aNode instanceof AccTreeNode) in GetTypeProvider()
69 XTypeProvider.class, ((AccTreeNode)aNode).getContext()); in GetTypeProvider()
H A DNodeFactory.java63 private void addDefaultHandlers (AccTreeNode aNode, XAccessibleContext xContext) in addDefaultHandlers()
116 public AccTreeNode createDefaultNode (XAccessible xAccessible, AccessibleTreeNode aParent) in createDefaultNode()
140 AccTreeNode aNode = new AccTreeNode (xAccessible, xContext, sDisplay, aParent); in createDefaultNode()
H A DAccessibleImageHandler.java51 protected static XAccessibleImage getImage (AccTreeNode aNode) in getImage()
59 if (aParent instanceof AccTreeNode) in createChild()
61 XAccessibleImage xImage = getImage ((AccTreeNode)aParent); in createChild()
H A DAccessibleExtendedComponentHandler.java51 private static XAccessibleExtendedComponent getComponent (AccTreeNode aNode) in getComponent()
62 if (aParent instanceof AccTreeNode) in createChild()
64 XAccessibleExtendedComponent xEComponent = getComponent ((AccTreeNode)aParent); in createChild()
H A DAccessibleActionHandler.java52 protected static XAccessibleAction getAction (AccTreeNode aParent) in getAction()
64 if (aParent instanceof AccTreeNode) in createChild()
66 XAccessibleAction xAction = getAction ((AccTreeNode)aParent); in createChild()
H A DAccTreeNode.java32 class AccTreeNode class
55 …public AccTreeNode (XAccessible xAccessible, XAccessibleContext xContext, AccessibleTreeNode aPare… in AccTreeNode() method in AccTreeNode
60 …public AccTreeNode (XAccessible xAccessible, XAccessibleContext xContext, Object aDisplay, Accessi… in AccTreeNode() method in AccTreeNode
H A DAccessibleActionNode.java50 if (getParent() instanceof AccTreeNode) in performAction()
54 (AccTreeNode)getParent()).doAccessibleAction ( in performAction()
H A DAccessibleContextHandler.java59 if (aParent instanceof AccTreeNode) in createChild()
60 xContext = ((AccTreeNode)aParent).getContext(); in createChild()
H A DAccessibleTableHandler.java61 if (aParent instanceof AccTreeNode) in createChild()
62 xTable = ((AccTreeNode)aParent).getTable(); in createChild()
H A DAccessibleRelationHandler.java64 if( aParent instanceof AccTreeNode ) in createChild()
67 ((AccTreeNode)aParent).getContext().getAccessibleRelationSet(); in createChild()
H A DSelectionDialog.java43 public SelectionDialog (AccTreeNode aNode) in SelectionDialog()
199 private AccTreeNode maNode;
H A DAccessibilityWorkBench.java559 if (aObject instanceof AccTreeNode) in valueChanged()
561 AccTreeNode aNode = (AccTreeNode) aObject; in valueChanged()
H A DCanvasShape.java45 public CanvasShape (AccTreeNode aNode) in CanvasShape()
323 private AccTreeNode
H A DAccessibleEditableTextHandler.java51 protected static XAccessibleEditableText getEText (AccTreeNode aNode) in getEText()
H A DAccessibleHypertextHandler.java51 protected static XAccessibleHypertext getHypertext (AccTreeNode aNode) in getHypertext()

Completed in 75 milliseconds