Searched refs:gbc (Results 226 - 250 of 666) sorted by relevance

1234567891011>>

/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DNewOrganizationalUnitPanel.java175 GridBagConstraints gbc = new GridBagConstraints();
178 gbc.gridwidth = 2;
179 gbc.gridy = 0;
180 addErrorPane(gbc);
182 gbc.gridy ++;
183 gbc.gridwidth = 1;
184 gbc.weighty = 0.0;
185 gbc.gridx = 1;
186 gbc.anchor = GridBagConstraints.EAST;
187 gbc
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDBEnvironmentMonitoringPanel.java97 GridBagConstraints gbc = new GridBagConstraints();
100 gbc.fill = GridBagConstraints.NONE;
101 gbc.anchor = GridBagConstraints.WEST;
102 gbc.gridwidth = 2;
103 gbc.gridx = 0;
104 gbc.gridy = 0;
105 gbc.insets.top = 5;
106 gbc.insets.bottom = 7;
107 add(lTitle, gbc);
109 gbc
[all...]
H A DNewOrganizationPanel.java192 GridBagConstraints gbc = new GridBagConstraints();
205 gbc.gridwidth = 2;
206 gbc.gridy = 0;
207 addErrorPane(gbc);
209 gbc.gridy ++;
210 gbc.gridwidth = 1;
211 gbc.weighty = 0.0;
212 gbc.gridx = 1;
213 gbc.anchor = GridBagConstraints.EAST;
214 gbc
[all...]
H A DNewOrganizationalUnitPanel.java174 GridBagConstraints gbc = new GridBagConstraints();
177 gbc.gridwidth = 2;
178 gbc.gridy = 0;
179 addErrorPane(gbc);
181 gbc.gridy ++;
182 gbc.gridwidth = 1;
183 gbc.weighty = 0.0;
184 gbc.gridx = 1;
185 gbc.anchor = GridBagConstraints.EAST;
186 gbc
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DDBEnvironmentMonitoringPanel.java98 GridBagConstraints gbc = new GridBagConstraints();
101 gbc.fill = GridBagConstraints.NONE;
102 gbc.anchor = GridBagConstraints.WEST;
103 gbc.gridwidth = 2;
104 gbc.gridx = 0;
105 gbc.gridy = 0;
106 gbc.insets.top = 5;
107 gbc.insets.bottom = 7;
108 add(lTitle, gbc);
110 gbc
[all...]
H A DNewOrganizationPanel.java194 GridBagConstraints gbc = new GridBagConstraints();
207 gbc.gridwidth = 2;
208 gbc.gridy = 0;
209 addErrorPane(gbc);
211 gbc.gridy ++;
212 gbc.gridwidth = 1;
213 gbc.weighty = 0.0;
214 gbc.gridx = 1;
215 gbc.anchor = GridBagConstraints.EAST;
216 gbc
[all...]
H A DNewOrganizationalUnitPanel.java175 GridBagConstraints gbc = new GridBagConstraints();
178 gbc.gridwidth = 2;
179 gbc.gridy = 0;
180 addErrorPane(gbc);
182 gbc.gridy ++;
183 gbc.gridwidth = 1;
184 gbc.weighty = 0.0;
185 gbc.gridx = 1;
186 gbc.anchor = GridBagConstraints.EAST;
187 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DDatabaseMonitoringPanel.java93 GridBagConstraints gbc = new GridBagConstraints();
96 gbc.fill = GridBagConstraints.NONE;
97 gbc.anchor = GridBagConstraints.WEST;
98 gbc.gridwidth = 2;
99 gbc.gridx = 0;
100 gbc.gridy = 0;
101 gbc.insets.top = 5;
102 gbc.insets.bottom = 7;
103 add(lTitle, gbc);
105 gbc
[all...]
H A DNewOrganizationPanel.java186 GridBagConstraints gbc = new GridBagConstraints();
199 gbc.gridwidth = 2;
200 gbc.gridy = 0;
201 addErrorPane(gbc);
203 gbc.gridy ++;
204 gbc.gridwidth = 1;
205 gbc.weighty = 0.0;
206 gbc.gridx = 1;
207 gbc.anchor = GridBagConstraints.EAST;
208 gbc
[all...]
H A DNewOrganizationalUnitPanel.java165 GridBagConstraints gbc = new GridBagConstraints();
168 gbc.gridwidth = 2;
169 gbc.gridy = 0;
170 addErrorPane(gbc);
172 gbc.gridy ++;
173 gbc.gridwidth = 1;
174 gbc.weighty = 0.0;
175 gbc.gridx = 1;
176 gbc.anchor = GridBagConstraints.EAST;
177 gbc
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRuntimeOptionsPanel.java110 GridBagConstraints gbc = new GridBagConstraints();
111 gbc.gridwidth = 4;
112 gbc.fill = GridBagConstraints.HORIZONTAL;
113 gbc.anchor = GridBagConstraints.NORTHWEST;
114 gbc.gridx = 0;
115 gbc.gridy = 0;
116 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
117 gbc.insets.bottom = UIFactory.TOP_INSET_PRIMARY_FIELD;
118 gbc.weightx = 1.0;
119 panel.add(warning, gbc);
[all...]
H A DDataOptionsPanel.java173 GridBagConstraints gbc = new GridBagConstraints();
175 gbc.gridwidth = GridBagConstraints.RELATIVE;
176 gbc.weightx = 0.0;
177 gbc.insets.top = 0;
178 gbc.insets.left = 0;
179 gbc.anchor = GridBagConstraints.WEST;
180 panel.add(getLabel(FieldName.DIRECTORY_BASE_DN), gbc);
184 gbc.gridwidth = GridBagConstraints.RELATIVE;
185 gbc.insets = UIFactory.getEmptyInsets();
186 gbc
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRuntimeOptionsPanel.java111 GridBagConstraints gbc = new GridBagConstraints();
112 gbc.gridwidth = 4;
113 gbc.fill = GridBagConstraints.HORIZONTAL;
114 gbc.anchor = GridBagConstraints.NORTHWEST;
115 gbc.gridx = 0;
116 gbc.gridy = 0;
117 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
118 gbc.insets.bottom = UIFactory.TOP_INSET_PRIMARY_FIELD;
119 gbc.weightx = 1.0;
120 panel.add(warning, gbc);
[all...]
H A DDataOptionsPanel.java174 GridBagConstraints gbc = new GridBagConstraints();
176 gbc.gridwidth = GridBagConstraints.RELATIVE;
177 gbc.weightx = 0.0;
178 gbc.insets.top = 0;
179 gbc.insets.left = 0;
180 gbc.anchor = GridBagConstraints.WEST;
181 panel.add(getLabel(FieldName.DIRECTORY_BASE_DN), gbc);
185 gbc.gridwidth = GridBagConstraints.RELATIVE;
186 gbc.insets = UIFactory.getEmptyInsets();
187 gbc
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRuntimeOptionsPanel.java111 GridBagConstraints gbc = new GridBagConstraints();
112 gbc.gridwidth = 4;
113 gbc.fill = GridBagConstraints.HORIZONTAL;
114 gbc.anchor = GridBagConstraints.NORTHWEST;
115 gbc.gridx = 0;
116 gbc.gridy = 0;
117 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
118 gbc.insets.bottom = UIFactory.TOP_INSET_PRIMARY_FIELD;
119 gbc.weightx = 1.0;
120 panel.add(warning, gbc);
[all...]
H A DDataOptionsPanel.java174 GridBagConstraints gbc = new GridBagConstraints();
176 gbc.gridwidth = GridBagConstraints.RELATIVE;
177 gbc.weightx = 0.0;
178 gbc.insets.top = 0;
179 gbc.insets.left = 0;
180 gbc.anchor = GridBagConstraints.WEST;
181 panel.add(getLabel(FieldName.DIRECTORY_BASE_DN), gbc);
185 gbc.gridwidth = GridBagConstraints.RELATIVE;
186 gbc.insets = UIFactory.getEmptyInsets();
187 gbc
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRuntimeOptionsPanel.java110 GridBagConstraints gbc = new GridBagConstraints();
111 gbc.gridwidth = 4;
112 gbc.fill = GridBagConstraints.HORIZONTAL;
113 gbc.anchor = GridBagConstraints.NORTHWEST;
114 gbc.gridx = 0;
115 gbc.gridy = 0;
116 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
117 gbc.insets.bottom = UIFactory.TOP_INSET_PRIMARY_FIELD;
118 gbc.weightx = 1.0;
119 panel.add(warning, gbc);
[all...]
H A DDataOptionsPanel.java173 GridBagConstraints gbc = new GridBagConstraints();
175 gbc.gridwidth = GridBagConstraints.RELATIVE;
176 gbc.weightx = 0.0;
177 gbc.insets.top = 0;
178 gbc.insets.left = 0;
179 gbc.anchor = GridBagConstraints.WEST;
180 panel.add(getLabel(FieldName.DIRECTORY_BASE_DN), gbc);
184 gbc.gridwidth = GridBagConstraints.RELATIVE;
185 gbc.insets = UIFactory.getEmptyInsets();
186 gbc
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DRuntimeOptionsPanel.java111 GridBagConstraints gbc = new GridBagConstraints();
112 gbc.gridwidth = 4;
113 gbc.fill = GridBagConstraints.HORIZONTAL;
114 gbc.anchor = GridBagConstraints.NORTHWEST;
115 gbc.gridx = 0;
116 gbc.gridy = 0;
117 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
118 gbc.insets.bottom = UIFactory.TOP_INSET_PRIMARY_FIELD;
119 gbc.weightx = 1.0;
120 panel.add(warning, gbc);
[all...]
H A DDataOptionsPanel.java174 GridBagConstraints gbc = new GridBagConstraints();
176 gbc.gridwidth = GridBagConstraints.RELATIVE;
177 gbc.weightx = 0.0;
178 gbc.insets.top = 0;
179 gbc.insets.left = 0;
180 gbc.anchor = GridBagConstraints.WEST;
181 panel.add(getLabel(FieldName.DIRECTORY_BASE_DN), gbc);
185 gbc.gridwidth = GridBagConstraints.RELATIVE;
186 gbc.insets = UIFactory.getEmptyInsets();
187 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/
H A DRuntimeOptionsPanel.java109 GridBagConstraints gbc = new GridBagConstraints();
110 gbc.gridwidth = 4;
111 gbc.fill = GridBagConstraints.HORIZONTAL;
112 gbc.anchor = GridBagConstraints.NORTHWEST;
113 gbc.gridx = 0;
114 gbc.gridy = 0;
115 gbc.insets.top = UIFactory.TOP_INSET_PRIMARY_FIELD;
116 gbc.insets.bottom = UIFactory.TOP_INSET_PRIMARY_FIELD;
117 gbc.weightx = 1.0;
118 panel.add(warning, gbc);
[all...]
/forgerock/opendj-b2.6/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/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java87 GridBagConstraints gbc = new GridBagConstraints();
88 gbc.gridx = 0;
89 gbc.gridy = 0;
90 gbc.gridwidth = 1;
91 add(label, gbc);
92 gbc.gridx ++;
93 gbc.insets.left = INSET_WITH_ICON;
94 add(iconLabel, gbc);
95 gbc.insets.left = 0;
96 gbc
[all...]
/forgerock/opendj2.6.2/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/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DSelectableLabelWithHelpIcon.java87 GridBagConstraints gbc = new GridBagConstraints();
88 gbc.gridx = 0;
89 gbc.gridy = 0;
90 gbc.gridwidth = 1;
91 add(label, gbc);
92 gbc.gridx ++;
93 gbc.insets.left = INSET_WITH_ICON;
94 add(iconLabel, gbc);
95 gbc.insets.left = 0;
96 gbc
[all...]

Completed in 69 milliseconds

1234567891011>>