Searched defs:editBinaryDlg (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java74 private GenericDialog editBinaryDlg; field in class:AttributeCellEditor
167 if (editBinaryDlg == null)
171 editBinaryDlg = new GenericDialog(Utilities.getFrame(table),
173 editBinaryDlg.setModal(true);
174 Utilities.centerGoldenMean(editBinaryDlg,
197 editBinaryDlg.setVisible(true);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java73 private GenericDialog editBinaryDlg; field in class:AttributeCellEditor
166 if (editBinaryDlg == null)
170 editBinaryDlg = new GenericDialog(Utilities.getFrame(table),
172 editBinaryDlg.setModal(true);
173 Utilities.centerGoldenMean(editBinaryDlg,
196 editBinaryDlg.setVisible(true);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java74 private GenericDialog editBinaryDlg; field in class:AttributeCellEditor
167 if (editBinaryDlg == null)
171 editBinaryDlg = new GenericDialog(Utilities.getFrame(table),
173 editBinaryDlg.setModal(true);
174 Utilities.centerGoldenMean(editBinaryDlg,
197 editBinaryDlg.setVisible(true);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java73 private GenericDialog editBinaryDlg; field in class:AttributeCellEditor
166 if (editBinaryDlg == null)
170 editBinaryDlg = new GenericDialog(Utilities.getFrame(table),
172 editBinaryDlg.setModal(true);
173 Utilities.centerGoldenMean(editBinaryDlg,
196 editBinaryDlg.setVisible(true);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java74 private GenericDialog editBinaryDlg; field in class:AttributeCellEditor
167 if (editBinaryDlg == null)
171 editBinaryDlg = new GenericDialog(Utilities.getFrame(table),
173 editBinaryDlg.setModal(true);
174 Utilities.centerGoldenMean(editBinaryDlg,
197 editBinaryDlg.setVisible(true);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/renderer/
H A DAttributeCellEditor.java74 private GenericDialog editBinaryDlg; field in class:AttributeCellEditor
153 if (editBinaryDlg == null)
157 editBinaryDlg = new GenericDialog(Utilities.getFrame(table),
159 editBinaryDlg.setModal(true);
160 Utilities.centerGoldenMean(editBinaryDlg,
183 editBinaryDlg.setVisible(true);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java109 private GenericDialog editBinaryDlg; field in class:SimplifiedViewEntryPanel
1200 if (editBinaryDlg == null)
1204 editBinaryDlg = new GenericDialog(
1207 editBinaryDlg.setModal(true);
1208 Utilities.centerGoldenMean(editBinaryDlg,
1229 editBinaryDlg.setVisible(true);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java109 private GenericDialog editBinaryDlg; field in class:SimplifiedViewEntryPanel
1198 if (editBinaryDlg == null)
1202 editBinaryDlg = new GenericDialog(
1205 editBinaryDlg.setModal(true);
1206 Utilities.centerGoldenMean(editBinaryDlg,
1227 editBinaryDlg.setVisible(true);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java110 private GenericDialog editBinaryDlg; field in class:SimplifiedViewEntryPanel
1197 if (editBinaryDlg == null)
1201 editBinaryDlg = new GenericDialog(
1204 editBinaryDlg.setModal(true);
1205 Utilities.centerGoldenMean(editBinaryDlg,
1226 editBinaryDlg.setVisible(true);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java109 private GenericDialog editBinaryDlg; field in class:SimplifiedViewEntryPanel
1198 if (editBinaryDlg == null)
1202 editBinaryDlg = new GenericDialog(
1205 editBinaryDlg.setModal(true);
1206 Utilities.centerGoldenMean(editBinaryDlg,
1227 editBinaryDlg.setVisible(true);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java109 private GenericDialog editBinaryDlg; field in class:SimplifiedViewEntryPanel
1200 if (editBinaryDlg == null)
1204 editBinaryDlg = new GenericDialog(
1207 editBinaryDlg.setModal(true);
1208 Utilities.centerGoldenMean(editBinaryDlg,
1229 editBinaryDlg.setVisible(true);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java110 private GenericDialog editBinaryDlg; field in class:SimplifiedViewEntryPanel
1116 if (editBinaryDlg == null)
1120 editBinaryDlg = new GenericDialog(
1123 editBinaryDlg.setModal(true);
1124 Utilities.centerGoldenMean(editBinaryDlg,
1145 editBinaryDlg.setVisible(true);

Completed in 43 milliseconds