Lines Matching refs:aText
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()
462 aText.getCaretPosition() ); in performAction()
488 JTextArea aText; field in TextActionDialog
521 aText = new JTextArea(); in init()
522 aText.setText( sText ); in init()
523 aText.setColumns( Math.min( Math.max( 40, sText.length() ), 20 ) ); in init()
524 aText.setRows( sText.length() / 40 + 1 ); in init()
525 aText.setLineWrap( true ); in init()
526 aText.setEditable( false ); in init()
527 aContent.add( aText, BorderLayout.CENTER ); in init()
557 boolean bSuccess = action( aText, aNode ); in action()
590 ? aText.getSelectionStart() : aText.getSelectionEnd(); in getSelection()
596 boolean action( JTextComponent aText, AccTreeNode aNode ) in action() argument
618 aText.setEditable( true ); in init()
623 boolean action( JTextComponent aText, AccTreeNode aNode ) in action() argument
628 updateText( xEdit, aText.getText() ); in action()
778 boolean action( JTextComponent aText, AccTreeNode aNode ) in action() argument