Searched refs:gbc (Results 251 - 275 of 666) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java88 GridBagConstraints gbc = new GridBagConstraints();
89 gbc.gridx = 0;
90 gbc.gridy = 0;
91 gbc.gridwidth = 1;
92 add(label, gbc);
93 gbc.gridx ++;
94 gbc.insets.left = INSET_WITH_ICON;
95 add(iconLabel, gbc);
96 gbc.insets.left = 0;
97 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java88 GridBagConstraints gbc = new GridBagConstraints();
89 gbc.gridx = 0;
90 gbc.gridy = 0;
91 gbc.gridwidth = 1;
92 add(label, gbc);
93 gbc.gridx ++;
94 gbc.insets.left = INSET_WITH_ICON;
95 add(iconLabel, gbc);
96 gbc.insets.left = 0;
97 gbc
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DStepsPanel.java129 GridBagConstraints gbc = new GridBagConstraints();
130 gbc.weightx = 0.0;
131 gbc.weighty = 0.0;
132 gbc.fill = GridBagConstraints.HORIZONTAL;
133 gbc.anchor = GridBagConstraints.WEST;
146 gbc.insets.top = UIFactory.TOP_INSET_STEP;
170 gbc.gridwidth = 3;
171 gbc.weightx = 0.0;
172 subPanel.add(auxPanel, gbc);
179 gbc
[all...]
H A DCertificateDialog.java193 GridBagConstraints gbc = new GridBagConstraints();
197 gbc.anchor = GridBagConstraints.NORTHWEST;
198 gbc.insets = UIFactory.getEmptyInsets();
199 gbc.fill = GridBagConstraints.BOTH;
200 gbc.gridwidth = GridBagConstraints.REMAINDER;
201 gbc.weightx = 1.0;
207 gbc.weighty = 0.0;
208 gbc.insets = UIFactory.getCurrentStepPanelInsets();
209 topPanel.add(createTitlePanel(), gbc);
210 gbc
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DObjectClassEditorPanel.java306 GridBagConstraints gbc = new GridBagConstraints();
307 gbc.gridx = 0;
308 gbc.gridy = 0;
309 gbc.weighty = 0.0;
310 gbc.weightx = 1.0;
311 gbc.fill = GridBagConstraints.BOTH;
312 gbc.gridwidth = 2;
313 addErrorPane(gbc);
315 gbc.gridwidth = 1;
316 gbc
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DStepsPanel.java130 GridBagConstraints gbc = new GridBagConstraints();
131 gbc.weightx = 0.0;
132 gbc.weighty = 0.0;
133 gbc.fill = GridBagConstraints.HORIZONTAL;
134 gbc.anchor = GridBagConstraints.WEST;
147 gbc.insets.top = UIFactory.TOP_INSET_STEP;
171 gbc.gridwidth = 3;
172 gbc.weightx = 0.0;
173 subPanel.add(auxPanel, gbc);
180 gbc
[all...]
H A DCertificateDialog.java194 GridBagConstraints gbc = new GridBagConstraints();
198 gbc.anchor = GridBagConstraints.NORTHWEST;
199 gbc.insets = UIFactory.getEmptyInsets();
200 gbc.fill = GridBagConstraints.BOTH;
201 gbc.gridwidth = GridBagConstraints.REMAINDER;
202 gbc.weightx = 1.0;
208 gbc.weighty = 0.0;
209 gbc.insets = UIFactory.getCurrentStepPanelInsets();
210 topPanel.add(createTitlePanel(), gbc);
211 gbc
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DObjectClassEditorPanel.java305 GridBagConstraints gbc = new GridBagConstraints();
306 gbc.gridx = 0;
307 gbc.gridy = 0;
308 gbc.weighty = 0.0;
309 gbc.weightx = 1.0;
310 gbc.fill = GridBagConstraints.BOTH;
311 gbc.gridwidth = 2;
312 addErrorPane(gbc);
314 gbc.gridwidth = 1;
315 gbc
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DStepsPanel.java130 GridBagConstraints gbc = new GridBagConstraints();
131 gbc.weightx = 0.0;
132 gbc.weighty = 0.0;
133 gbc.fill = GridBagConstraints.HORIZONTAL;
134 gbc.anchor = GridBagConstraints.WEST;
147 gbc.insets.top = UIFactory.TOP_INSET_STEP;
171 gbc.gridwidth = 3;
172 gbc.weightx = 0.0;
173 subPanel.add(auxPanel, gbc);
180 gbc
[all...]
H A DCertificateDialog.java194 GridBagConstraints gbc = new GridBagConstraints();
198 gbc.anchor = GridBagConstraints.NORTHWEST;
199 gbc.insets = UIFactory.getEmptyInsets();
200 gbc.fill = GridBagConstraints.BOTH;
201 gbc.gridwidth = GridBagConstraints.REMAINDER;
202 gbc.weightx = 1.0;
208 gbc.weighty = 0.0;
209 gbc.insets = UIFactory.getCurrentStepPanelInsets();
210 topPanel.add(createTitlePanel(), gbc);
211 gbc
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DObjectClassEditorPanel.java306 GridBagConstraints gbc = new GridBagConstraints();
307 gbc.gridx = 0;
308 gbc.gridy = 0;
309 gbc.weighty = 0.0;
310 gbc.weightx = 1.0;
311 gbc.fill = GridBagConstraints.BOTH;
312 gbc.gridwidth = 2;
313 addErrorPane(gbc);
315 gbc.gridwidth = 1;
316 gbc
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DObjectClassEditorPanel.java305 GridBagConstraints gbc = new GridBagConstraints();
306 gbc.gridx = 0;
307 gbc.gridy = 0;
308 gbc.weighty = 0.0;
309 gbc.weightx = 1.0;
310 gbc.fill = GridBagConstraints.BOTH;
311 gbc.gridwidth = 2;
312 addErrorPane(gbc);
314 gbc.gridwidth = 1;
315 gbc
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DStepsPanel.java129 GridBagConstraints gbc = new GridBagConstraints();
130 gbc.weightx = 0.0;
131 gbc.weighty = 0.0;
132 gbc.fill = GridBagConstraints.HORIZONTAL;
133 gbc.anchor = GridBagConstraints.WEST;
146 gbc.insets.top = UIFactory.TOP_INSET_STEP;
170 gbc.gridwidth = 3;
171 gbc.weightx = 0.0;
172 subPanel.add(auxPanel, gbc);
179 gbc
[all...]
H A DCertificateDialog.java193 GridBagConstraints gbc = new GridBagConstraints();
197 gbc.anchor = GridBagConstraints.NORTHWEST;
198 gbc.insets = UIFactory.getEmptyInsets();
199 gbc.fill = GridBagConstraints.BOTH;
200 gbc.gridwidth = GridBagConstraints.REMAINDER;
201 gbc.weightx = 1.0;
207 gbc.weighty = 0.0;
208 gbc.insets = UIFactory.getCurrentStepPanelInsets();
209 topPanel.add(createTitlePanel(), gbc);
210 gbc
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DObjectClassEditorPanel.java306 GridBagConstraints gbc = new GridBagConstraints();
307 gbc.gridx = 0;
308 gbc.gridy = 0;
309 gbc.weighty = 0.0;
310 gbc.weightx = 1.0;
311 gbc.fill = GridBagConstraints.BOTH;
312 gbc.gridwidth = 2;
313 addErrorPane(gbc);
315 gbc.gridwidth = 1;
316 gbc
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DStepsPanel.java130 GridBagConstraints gbc = new GridBagConstraints();
131 gbc.weightx = 0.0;
132 gbc.weighty = 0.0;
133 gbc.fill = GridBagConstraints.HORIZONTAL;
134 gbc.anchor = GridBagConstraints.WEST;
147 gbc.insets.top = UIFactory.TOP_INSET_STEP;
171 gbc.gridwidth = 3;
172 gbc.weightx = 0.0;
173 subPanel.add(auxPanel, gbc);
180 gbc
[all...]
H A DCertificateDialog.java194 GridBagConstraints gbc = new GridBagConstraints();
198 gbc.anchor = GridBagConstraints.NORTHWEST;
199 gbc.insets = UIFactory.getEmptyInsets();
200 gbc.fill = GridBagConstraints.BOTH;
201 gbc.gridwidth = GridBagConstraints.REMAINDER;
202 gbc.weightx = 1.0;
208 gbc.weighty = 0.0;
209 gbc.insets = UIFactory.getCurrentStepPanelInsets();
210 topPanel.add(createTitlePanel(), gbc);
211 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DObjectClassEditorPanel.java289 GridBagConstraints gbc = new GridBagConstraints();
290 gbc.gridx = 0;
291 gbc.gridy = 0;
292 gbc.weighty = 0.0;
293 gbc.weightx = 1.0;
294 gbc.fill = GridBagConstraints.BOTH;
295 gbc.gridwidth = 2;
296 addErrorPane(gbc);
298 gbc.gridwidth = 1;
299 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DStepsPanel.java128 GridBagConstraints gbc = new GridBagConstraints();
129 gbc.weightx = 0.0;
130 gbc.weighty = 0.0;
131 gbc.fill = GridBagConstraints.HORIZONTAL;
132 gbc.anchor = GridBagConstraints.WEST;
145 gbc.insets.top = UIFactory.TOP_INSET_STEP;
169 gbc.gridwidth = 3;
170 gbc.weightx = 0.0;
171 subPanel.add(auxPanel, gbc);
178 gbc
[all...]
H A DCertificateDialog.java184 GridBagConstraints gbc = new GridBagConstraints();
188 gbc.anchor = GridBagConstraints.NORTHWEST;
189 gbc.insets = UIFactory.getEmptyInsets();
190 gbc.fill = GridBagConstraints.BOTH;
191 gbc.gridwidth = GridBagConstraints.REMAINDER;
192 gbc.weightx = 1.0;
198 gbc.weighty = 0.0;
199 gbc.insets = UIFactory.getCurrentStepPanelInsets();
200 topPanel.add(createTitlePanel(), gbc);
201 gbc
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/uninstaller/ui/
H A DConfirmUninstallPanel.java178 GridBagConstraints gbc = new GridBagConstraints();
179 gbc.insets = UIFactory.getEmptyInsets();
183 gbc.weightx = 0.0;
184 gbc.gridwidth = GridBagConstraints.RELATIVE;
185 gbc.anchor = GridBagConstraints.WEST;
188 UIFactory.TextStyle.PRIMARY_FIELD_VALID), gbc);
189 gbc.gridwidth = GridBagConstraints.REMAINDER;
190 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
194 gbc);
207 gbc
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/uninstaller/ui/
H A DConfirmUninstallPanel.java177 GridBagConstraints gbc = new GridBagConstraints();
178 gbc.insets = UIFactory.getEmptyInsets();
182 gbc.weightx = 0.0;
183 gbc.gridwidth = GridBagConstraints.RELATIVE;
184 gbc.anchor = GridBagConstraints.WEST;
187 UIFactory.TextStyle.PRIMARY_FIELD_VALID), gbc);
188 gbc.gridwidth = GridBagConstraints.REMAINDER;
189 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
193 gbc);
206 gbc
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/uninstaller/ui/
H A DConfirmUninstallPanel.java178 GridBagConstraints gbc = new GridBagConstraints();
179 gbc.insets = UIFactory.getEmptyInsets();
183 gbc.weightx = 0.0;
184 gbc.gridwidth = GridBagConstraints.RELATIVE;
185 gbc.anchor = GridBagConstraints.WEST;
188 UIFactory.TextStyle.PRIMARY_FIELD_VALID), gbc);
189 gbc.gridwidth = GridBagConstraints.REMAINDER;
190 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
194 gbc);
207 gbc
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/uninstaller/ui/
H A DConfirmUninstallPanel.java177 GridBagConstraints gbc = new GridBagConstraints();
178 gbc.insets = UIFactory.getEmptyInsets();
182 gbc.weightx = 0.0;
183 gbc.gridwidth = GridBagConstraints.RELATIVE;
184 gbc.anchor = GridBagConstraints.WEST;
187 UIFactory.TextStyle.PRIMARY_FIELD_VALID), gbc);
188 gbc.gridwidth = GridBagConstraints.REMAINDER;
189 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
193 gbc);
206 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/uninstaller/ui/
H A DConfirmUninstallPanel.java160 GridBagConstraints gbc = new GridBagConstraints();
161 gbc.insets = UIFactory.getEmptyInsets();
165 gbc.weightx = 0.0;
166 gbc.gridwidth = GridBagConstraints.RELATIVE;
167 gbc.anchor = GridBagConstraints.WEST;
170 UIFactory.TextStyle.PRIMARY_FIELD_VALID), gbc);
171 gbc.gridwidth = GridBagConstraints.REMAINDER;
172 gbc.insets.left = UIFactory.LEFT_INSET_SECONDARY_FIELD;
176 gbc);
189 gbc
[all...]

Completed in 118 milliseconds

<<11121314151617181920>>