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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java68 private JTextArea editableAttributes; field in class:LDIFViewEntryPanel
88 return editableAttributes;
110 editableAttributes = Utilities.createTextArea(Message.EMPTY, 20, 30);
111 editableAttributes.getDocument().addDocumentListener(new DocumentListener()
134 editableScroll = Utilities.createScrollPane(editableAttributes);
226 editableAttributes.setText(sb.toString());
359 sb.append(editableAttributes.getText());
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java67 private JTextArea editableAttributes; field in class:LDIFViewEntryPanel
87 return editableAttributes;
109 editableAttributes = Utilities.createTextArea(Message.EMPTY, 20, 30);
110 editableAttributes.getDocument().addDocumentListener(new DocumentListener()
133 editableScroll = Utilities.createScrollPane(editableAttributes);
221 editableAttributes.setText(sb.toString());
354 sb.append(editableAttributes.getText());
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java68 private JTextArea editableAttributes; field in class:LDIFViewEntryPanel
88 return editableAttributes;
110 editableAttributes = Utilities.createTextArea(Message.EMPTY, 20, 30);
111 editableAttributes.getDocument().addDocumentListener(new DocumentListener()
134 editableScroll = Utilities.createScrollPane(editableAttributes);
222 editableAttributes.setText(sb.toString());
355 sb.append(editableAttributes.getText());
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java67 private JTextArea editableAttributes; field in class:LDIFViewEntryPanel
87 return editableAttributes;
109 editableAttributes = Utilities.createTextArea(Message.EMPTY, 20, 30);
110 editableAttributes.getDocument().addDocumentListener(new DocumentListener()
133 editableScroll = Utilities.createScrollPane(editableAttributes);
221 editableAttributes.setText(sb.toString());
354 sb.append(editableAttributes.getText());
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java68 private JTextArea editableAttributes; field in class:LDIFViewEntryPanel
88 return editableAttributes;
110 editableAttributes = Utilities.createTextArea(Message.EMPTY, 20, 30);
111 editableAttributes.getDocument().addDocumentListener(new DocumentListener()
134 editableScroll = Utilities.createScrollPane(editableAttributes);
226 editableAttributes.setText(sb.toString());
359 sb.append(editableAttributes.getText());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DLDIFViewEntryPanel.java88 private JTextArea editableAttributes; field in class:LDIFViewEntryPanel
102 return editableAttributes;
123 editableAttributes = Utilities.createTextArea(LocalizableMessage.EMPTY, 20, 30);
124 editableAttributes.getDocument().addDocumentListener(new DocumentListener()
147 editableScroll = Utilities.createScrollPane(editableAttributes);
217 editableAttributes.setText(sb.toString());
314 return editableAttributes.getText();

Completed in 24 milliseconds