Lines Matching refs:aNode

183         VectorNode aNode = new VectorNode (sName, aParent);  in textAtIndexNode()  local
208 aNode.addChild (new StringNode (textAtIndexNodeString( in textAtIndexNode()
210 sWord.SegmentText, sBefore.SegmentText, sBehind.SegmentText), aNode)); in textAtIndexNode()
218 if (aNode.getChildCount() > 50) in textAtIndexNode()
224 aNode.addChild (new StringNode (textAtIndexNodeString( in textAtIndexNode()
226 sWord.SegmentText, sBefore.SegmentText, sBehind.SegmentText), aNode)); in textAtIndexNode()
230 aNode.addChild (new StringNode (e.toString(), aNode)); in textAtIndexNode()
234 aNode.addChild (new StringNode (e.toString(), aNode)); in textAtIndexNode()
238 return aNode; in textAtIndexNode()
387 public String[] getActions (AccessibleTreeNode aNode) in getActions() argument
390 if (aNode instanceof AccTreeNode) in getActions()
391 xEText = ((AccTreeNode)aNode).getEditText (); in getActions()
396 public void performAction (AccessibleTreeNode aNode, int nIndex) in performAction() argument
398 if ( ! (aNode instanceof AccTreeNode)) in performAction()
401 AccTreeNode aATNode = (AccTreeNode)aNode; in performAction()
413 JTextComponent aText, AccTreeNode aNode ) in performAction()
416 return aNode.getText().setSelection( in performAction()
428 JTextComponent aText, AccTreeNode aNode ) in performAction()
431 return aNode.getText().copyText( in performAction()
443 JTextComponent aText, AccTreeNode aNode ) in performAction()
446 return aNode.getEditText().cutText( in performAction()
458 JTextComponent aText, AccTreeNode aNode ) in performAction()
461 return aNode.getEditText().pasteText( in performAction()
487 AccTreeNode aNode; field in TextActionDialog
498 aNode = aNd; in TextActionDialog()
500 init( sExplanation, aNode.getText().getText(), sButtonText ); in TextActionDialog()
557 boolean bSuccess = action( aText, aNode ); in action()
596 boolean action( JTextComponent aText, AccTreeNode aNode ) in action() argument
606 public TextEditDialog( AccTreeNode aNode, in TextEditDialog() argument
610 super( aNode, sExplanation, sButtonText ); in TextEditDialog()
623 boolean action( JTextComponent aText, AccTreeNode aNode ) in action() argument
626 XAccessibleEditableText xEdit = aNode.getEditText(); in action()
696 AccTreeNode aNode ) in TextAttributeDialog() argument
698 super( aNode, "Choose attributes, select text, and press 'Set':", in TextAttributeDialog()
778 boolean action( JTextComponent aText, AccTreeNode aNode ) in action() argument
782 XAccessibleEditableText xEdit = aNode.getEditText(); in action()