Searched defs:textComponent (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java1727 private void addBrowseClicked(String attrName, JTextComponent textComponent) argument
1775 if (textComponent instanceof JTextArea)
1781 sb.append(textComponent.getText());
1790 textComponent.setText(sb.toString());
1791 textComponent.setCaretPosition(sb.length());
1799 textComponent.setText(dns[0]);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java1725 private void addBrowseClicked(String attrName, JTextComponent textComponent) argument
1773 if (textComponent instanceof JTextArea)
1779 sb.append(textComponent.getText());
1788 textComponent.setText(sb.toString());
1789 textComponent.setCaretPosition(sb.length());
1797 textComponent.setText(dns[0]);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java1724 private void addBrowseClicked(String attrName, JTextComponent textComponent) argument
1772 if (textComponent instanceof JTextArea)
1778 sb.append(textComponent.getText());
1787 textComponent.setText(sb.toString());
1788 textComponent.setCaretPosition(sb.length());
1796 textComponent.setText(dns[0]);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java1725 private void addBrowseClicked(String attrName, JTextComponent textComponent) argument
1773 if (textComponent instanceof JTextArea)
1779 sb.append(textComponent.getText());
1788 textComponent.setText(sb.toString());
1789 textComponent.setCaretPosition(sb.length());
1797 textComponent.setText(dns[0]);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java1727 private void addBrowseClicked(String attrName, JTextComponent textComponent) argument
1775 if (textComponent instanceof JTextArea)
1781 sb.append(textComponent.getText());
1790 textComponent.setText(sb.toString());
1791 textComponent.setCaretPosition(sb.length());
1799 textComponent.setText(dns[0]);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java1615 private void addBrowseClicked(String attrName, JTextComponent textComponent) argument
1666 if (textComponent instanceof JTextArea)
1669 sb.append(textComponent.getText());
1678 textComponent.setText(sb.toString());
1679 textComponent.setCaretPosition(sb.length());
1683 textComponent.setText(dns[0]);

Completed in 1048 milliseconds