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

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java77 private JTextField tfMaxMemory; field in class:JavaArgumentsDialog
172 String sMaxMemory = tfMaxMemory.getText().trim();
307 tfMaxMemory = UIFactory.makeJTextField(Message.EMPTY,
309 lMaxMemory.setLabelFor(tfMaxMemory);
357 inputPanel.add(tfMaxMemory, gbc);
497 String sMaxMemory = tfMaxMemory.getText().trim();
656 tfMaxMemory.setText(String.valueOf(javaArguments.getMaxMemory()));
660 tfMaxMemory.setText("");
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java78 private JTextField tfMaxMemory; field in class:JavaArgumentsDialog
173 String sMaxMemory = tfMaxMemory.getText().trim();
308 tfMaxMemory = UIFactory.makeJTextField(Message.EMPTY,
310 lMaxMemory.setLabelFor(tfMaxMemory);
358 inputPanel.add(tfMaxMemory, gbc);
498 String sMaxMemory = tfMaxMemory.getText().trim();
657 tfMaxMemory.setText(String.valueOf(javaArguments.getMaxMemory()));
661 tfMaxMemory.setText("");
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java78 private JTextField tfMaxMemory; field in class:JavaArgumentsDialog
173 String sMaxMemory = tfMaxMemory.getText().trim();
308 tfMaxMemory = UIFactory.makeJTextField(Message.EMPTY,
310 lMaxMemory.setLabelFor(tfMaxMemory);
358 inputPanel.add(tfMaxMemory, gbc);
498 String sMaxMemory = tfMaxMemory.getText().trim();
657 tfMaxMemory.setText(String.valueOf(javaArguments.getMaxMemory()));
661 tfMaxMemory.setText("");
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java77 private JTextField tfMaxMemory; field in class:JavaArgumentsDialog
172 String sMaxMemory = tfMaxMemory.getText().trim();
307 tfMaxMemory = UIFactory.makeJTextField(Message.EMPTY,
309 lMaxMemory.setLabelFor(tfMaxMemory);
357 inputPanel.add(tfMaxMemory, gbc);
497 String sMaxMemory = tfMaxMemory.getText().trim();
656 tfMaxMemory.setText(String.valueOf(javaArguments.getMaxMemory()));
660 tfMaxMemory.setText("");
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java105 private JTextField tfMaxMemory; field in class:JavaArgumentsDialog
200 String sMaxMemory = tfMaxMemory.getText().trim();
335 tfMaxMemory = UIFactory.makeJTextField(Message.EMPTY,
337 lMaxMemory.setLabelFor(tfMaxMemory);
385 inputPanel.add(tfMaxMemory, gbc);
525 String sMaxMemory = tfMaxMemory.getText().trim();
684 tfMaxMemory.setText(String.valueOf(javaArguments.getMaxMemory()));
688 tfMaxMemory.setText("");
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DJavaArgumentsDialog.java78 private JTextField tfMaxMemory; field in class:JavaArgumentsDialog
171 String sMaxMemory = tfMaxMemory.getText().trim();
302 tfMaxMemory = UIFactory.makeJTextField(LocalizableMessage.EMPTY,
304 lMaxMemory.setLabelFor(tfMaxMemory);
352 inputPanel.add(tfMaxMemory, gbc);
492 String sMaxMemory = tfMaxMemory.getText().trim();
647 tfMaxMemory.setText(String.valueOf(javaArguments.getMaxMemory()));
651 tfMaxMemory.setText("");

Completed in 39 milliseconds