Lines Matching refs:AccTreeNode
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()
413 JTextComponent aText, AccTreeNode aNode ) in performAction()
428 JTextComponent aText, AccTreeNode aNode ) in performAction()
443 JTextComponent aText, AccTreeNode aNode ) in performAction()
458 JTextComponent aText, 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()
623 boolean action( JTextComponent aText, AccTreeNode aNode ) in action()
696 AccTreeNode aNode ) in TextAttributeDialog()
778 boolean action( JTextComponent aText, AccTreeNode aNode ) in action()