/trunk/main/toolkit/test/accessibility/ |
H A D | AccessibilityTreeModel.java | 110 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 D | AccessibleTextHandler.java | 83 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 D | AccessibilityTree.java | 258 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 D | NodeMap.java | 28 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 D | AccessibleSelectionHandler.java | 64 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 D | Canvas.java | 86 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 D | AccessibleCellHandler.java | 72 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 D | GeometryEventHandler.java | 44 AccTreeNode aNode = maTreeModel.updateNode (mxEventSource, in Process() 59 AccTreeNode aShapeNode = (AccTreeNode) aShapeQueue.getFirst(); in Process() 68 if (aTreeNode instanceof AccTreeNode) in Process()
|
H A D | AccessibleComponentHandler.java | 57 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 D | AccessibleUNOHandler.java | 59 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 D | NodeFactory.java | 63 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 D | AccessibleImageHandler.java | 51 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 D | AccessibleExtendedComponentHandler.java | 51 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 D | AccessibleActionHandler.java | 52 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 D | AccTreeNode.java | 32 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 D | AccessibleActionNode.java | 50 if (getParent() instanceof AccTreeNode) in performAction() 54 (AccTreeNode)getParent()).doAccessibleAction ( in performAction()
|
H A D | AccessibleContextHandler.java | 59 if (aParent instanceof AccTreeNode) in createChild() 60 xContext = ((AccTreeNode)aParent).getContext(); in createChild()
|
H A D | AccessibleTableHandler.java | 61 if (aParent instanceof AccTreeNode) in createChild() 62 xTable = ((AccTreeNode)aParent).getTable(); in createChild()
|
H A D | AccessibleRelationHandler.java | 64 if( aParent instanceof AccTreeNode ) in createChild() 67 ((AccTreeNode)aParent).getContext().getAccessibleRelationSet(); in createChild()
|
H A D | SelectionDialog.java | 43 public SelectionDialog (AccTreeNode aNode) in SelectionDialog() 199 private AccTreeNode maNode;
|
H A D | AccessibilityWorkBench.java | 559 if (aObject instanceof AccTreeNode) in valueChanged() 561 AccTreeNode aNode = (AccTreeNode) aObject; in valueChanged()
|
H A D | CanvasShape.java | 45 public CanvasShape (AccTreeNode aNode) in CanvasShape() 323 private AccTreeNode
|
H A D | AccessibleEditableTextHandler.java | 51 protected static XAccessibleEditableText getEText (AccTreeNode aNode) in getEText()
|
H A D | AccessibleHypertextHandler.java | 51 protected static XAccessibleHypertext getHypertext (AccTreeNode aNode) in getHypertext()
|