Searched refs:gbc (Results 51 - 75 of 666) sorted by relevance

1234567891011>>

/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java185 GridBagConstraints gbc = new GridBagConstraints();
186 gbc.anchor = GridBagConstraints.NORTHWEST;
187 gbc.fill = GridBagConstraints.HORIZONTAL;
188 gbc.weightx = 0.0;
189 gbc.gridwidth = GridBagConstraints.RELATIVE;
197 titlePanel.add(l, gbc);
199 gbc.weightx = 1.0;
200 gbc.gridwidth = GridBagConstraints.REMAINDER;
201 titlePanel.add(Box.createHorizontalGlue(), gbc);
206 gbc
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DProgressDialog.java186 GridBagConstraints gbc = new GridBagConstraints();
187 gbc.anchor = GridBagConstraints.NORTHWEST;
188 gbc.fill = GridBagConstraints.HORIZONTAL;
189 gbc.weightx = 0.0;
190 gbc.gridwidth = GridBagConstraints.RELATIVE;
198 titlePanel.add(l, gbc);
200 gbc.weightx = 1.0;
201 gbc.gridwidth = GridBagConstraints.REMAINDER;
202 titlePanel.add(Box.createHorizontalGlue(), gbc);
207 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DProgressDialog.java185 GridBagConstraints gbc = new GridBagConstraints();
186 gbc.anchor = GridBagConstraints.NORTHWEST;
187 gbc.fill = GridBagConstraints.HORIZONTAL;
188 gbc.weightx = 0.0;
189 gbc.gridwidth = GridBagConstraints.RELATIVE;
197 titlePanel.add(l, gbc);
199 gbc.weightx = 1.0;
200 gbc.gridwidth = GridBagConstraints.REMAINDER;
201 titlePanel.add(Box.createHorizontalGlue(), gbc);
206 gbc
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java159 GridBagConstraints gbc = new GridBagConstraints();
160 gbc.fill = GridBagConstraints.HORIZONTAL;
161 gbc.gridy = 0;
163 gbc.gridwidth = 2;
164 gbc.gridx = 0;
166 INFO_CTRL_PANEL_OPERATION_VIEW_LABEL.get()), gbc);
167 gbc.gridy ++;
168 gbc.gridwidth = 1;
169 gbc.insets.top = 10;
210 gbc
[all...]
H A DAbstractIndexPanel.java213 GridBagConstraints gbc = new GridBagConstraints();
214 gbc.gridy = 0;
215 gbc.gridx = 0;
216 gbc.anchor = GridBagConstraints.WEST;
217 gbc.fill = GridBagConstraints.HORIZONTAL;
222 typesPanel.add(approximate, gbc);
223 gbc.insets.top = 10;
224 gbc.gridy ++;
228 typesPanel.add(equality, gbc);
229 gbc
261 createBasicLayout(Container c, GridBagConstraints gbc, boolean nameReadOnly) argument
[all...]
H A DJavaInformationMonitoringPanel.java129 GridBagConstraints gbc = new GridBagConstraints();
132 gbc.fill = GridBagConstraints.NONE;
133 gbc.anchor = GridBagConstraints.WEST;
134 gbc.gridwidth = 2;
135 gbc.gridx = 0;
136 gbc.gridy = 0;
137 gbc.insets.top = 5;
138 gbc.insets.bottom = 7;
139 add(lTitle, gbc);
141 gbc
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java158 GridBagConstraints gbc = new GridBagConstraints();
159 gbc.fill = GridBagConstraints.HORIZONTAL;
160 gbc.gridy = 0;
162 gbc.gridwidth = 2;
163 gbc.gridx = 0;
165 INFO_CTRL_PANEL_OPERATION_VIEW_LABEL.get()), gbc);
166 gbc.gridy ++;
167 gbc.gridwidth = 1;
168 gbc.insets.top = 10;
209 gbc
[all...]
H A DAbstractIndexPanel.java212 GridBagConstraints gbc = new GridBagConstraints();
213 gbc.gridy = 0;
214 gbc.gridx = 0;
215 gbc.anchor = GridBagConstraints.WEST;
216 gbc.fill = GridBagConstraints.HORIZONTAL;
221 typesPanel.add(approximate, gbc);
222 gbc.insets.top = 10;
223 gbc.gridy ++;
227 typesPanel.add(equality, gbc);
228 gbc
260 createBasicLayout(Container c, GridBagConstraints gbc, boolean nameReadOnly) argument
[all...]
H A DJavaInformationMonitoringPanel.java128 GridBagConstraints gbc = new GridBagConstraints();
131 gbc.fill = GridBagConstraints.NONE;
132 gbc.anchor = GridBagConstraints.WEST;
133 gbc.gridwidth = 2;
134 gbc.gridx = 0;
135 gbc.gridy = 0;
136 gbc.insets.top = 5;
137 gbc.insets.bottom = 7;
138 add(lTitle, gbc);
140 gbc
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java159 GridBagConstraints gbc = new GridBagConstraints();
160 gbc.fill = GridBagConstraints.HORIZONTAL;
161 gbc.gridy = 0;
163 gbc.gridwidth = 2;
164 gbc.gridx = 0;
166 INFO_CTRL_PANEL_OPERATION_VIEW_LABEL.get()), gbc);
167 gbc.gridy ++;
168 gbc.gridwidth = 1;
169 gbc.insets.top = 10;
210 gbc
[all...]
H A DAbstractIndexPanel.java213 GridBagConstraints gbc = new GridBagConstraints();
214 gbc.gridy = 0;
215 gbc.gridx = 0;
216 gbc.anchor = GridBagConstraints.WEST;
217 gbc.fill = GridBagConstraints.HORIZONTAL;
222 typesPanel.add(approximate, gbc);
223 gbc.insets.top = 10;
224 gbc.gridy ++;
228 typesPanel.add(equality, gbc);
229 gbc
261 createBasicLayout(Container c, GridBagConstraints gbc, boolean nameReadOnly) argument
[all...]
H A DJavaInformationMonitoringPanel.java129 GridBagConstraints gbc = new GridBagConstraints();
132 gbc.fill = GridBagConstraints.NONE;
133 gbc.anchor = GridBagConstraints.WEST;
134 gbc.gridwidth = 2;
135 gbc.gridx = 0;
136 gbc.gridy = 0;
137 gbc.insets.top = 5;
138 gbc.insets.bottom = 7;
139 add(lTitle, gbc);
141 gbc
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java158 GridBagConstraints gbc = new GridBagConstraints();
159 gbc.fill = GridBagConstraints.HORIZONTAL;
160 gbc.gridy = 0;
162 gbc.gridwidth = 2;
163 gbc.gridx = 0;
165 INFO_CTRL_PANEL_OPERATION_VIEW_LABEL.get()), gbc);
166 gbc.gridy ++;
167 gbc.gridwidth = 1;
168 gbc.insets.top = 10;
209 gbc
[all...]
H A DAbstractIndexPanel.java212 GridBagConstraints gbc = new GridBagConstraints();
213 gbc.gridy = 0;
214 gbc.gridx = 0;
215 gbc.anchor = GridBagConstraints.WEST;
216 gbc.fill = GridBagConstraints.HORIZONTAL;
221 typesPanel.add(approximate, gbc);
222 gbc.insets.top = 10;
223 gbc.gridy ++;
227 typesPanel.add(equality, gbc);
228 gbc
260 createBasicLayout(Container c, GridBagConstraints gbc, boolean nameReadOnly) argument
[all...]
H A DJavaInformationMonitoringPanel.java128 GridBagConstraints gbc = new GridBagConstraints();
131 gbc.fill = GridBagConstraints.NONE;
132 gbc.anchor = GridBagConstraints.WEST;
133 gbc.gridwidth = 2;
134 gbc.gridx = 0;
135 gbc.gridy = 0;
136 gbc.insets.top = 5;
137 gbc.insets.bottom = 7;
138 add(lTitle, gbc);
140 gbc
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java159 GridBagConstraints gbc = new GridBagConstraints();
160 gbc.fill = GridBagConstraints.HORIZONTAL;
161 gbc.gridy = 0;
163 gbc.gridwidth = 2;
164 gbc.gridx = 0;
166 INFO_CTRL_PANEL_OPERATION_VIEW_LABEL.get()), gbc);
167 gbc.gridy ++;
168 gbc.gridwidth = 1;
169 gbc.insets.top = 10;
210 gbc
[all...]
H A DAbstractIndexPanel.java213 GridBagConstraints gbc = new GridBagConstraints();
214 gbc.gridy = 0;
215 gbc.gridx = 0;
216 gbc.anchor = GridBagConstraints.WEST;
217 gbc.fill = GridBagConstraints.HORIZONTAL;
222 typesPanel.add(approximate, gbc);
223 gbc.insets.top = 10;
224 gbc.gridy ++;
228 typesPanel.add(equality, gbc);
229 gbc
261 createBasicLayout(Container c, GridBagConstraints gbc, boolean nameReadOnly) argument
[all...]
H A DJavaInformationMonitoringPanel.java129 GridBagConstraints gbc = new GridBagConstraints();
132 gbc.fill = GridBagConstraints.NONE;
133 gbc.anchor = GridBagConstraints.WEST;
134 gbc.gridwidth = 2;
135 gbc.gridx = 0;
136 gbc.gridy = 0;
137 gbc.insets.top = 5;
138 gbc.insets.bottom = 7;
139 add(lTitle, gbc);
141 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DMonitoringAttributesViewPanel.java151 GridBagConstraints gbc = new GridBagConstraints();
152 gbc.fill = GridBagConstraints.HORIZONTAL;
153 gbc.gridy = 0;
155 gbc.gridwidth = 2;
156 gbc.gridx = 0;
157 add(Utilities.createPrimaryLabel(INFO_CTRL_PANEL_OPERATION_VIEW_LABEL.get()), gbc);
158 gbc.gridy ++;
159 gbc.gridwidth = 1;
160 gbc.insets.top = 10;
200 gbc
[all...]
H A DInclusionExclusionPanel.java141 GridBagConstraints gbc = new GridBagConstraints();
142 gbc.weightx = 1.0;
143 gbc.gridwidth = 2;
144 gbc.gridx = 0;
145 gbc.gridy = 0;
146 gbc.anchor = GridBagConstraints.NORTHWEST;
147 gbc.fill = GridBagConstraints.HORIZONTAL;
151 panel.add(expander, gbc);
153 gbc.gridy ++;
156 gbc
364 addExtraComponents(JPanel panel, JLabel[] extraComponentLabels, Component[] extraComponents, GridBagConstraints gbc, int labelInsetLeft) argument
[all...]
H A DAbstractIndexPanel.java150 GridBagConstraints gbc = new GridBagConstraints();
151 gbc.gridy = 0;
152 gbc.gridx = 0;
153 gbc.anchor = GridBagConstraints.WEST;
154 gbc.fill = GridBagConstraints.HORIZONTAL;
159 typesPanel.add(approximate, gbc);
160 gbc.insets.top = 10;
161 gbc.gridy++;
165 typesPanel.add(equality, gbc);
166 gbc
202 createBasicLayout(final Container c, final GridBagConstraints gbc, final boolean nameReadOnly) argument
[all...]
H A DJavaInformationMonitoringPanel.java126 GridBagConstraints gbc = new GridBagConstraints();
129 gbc.fill = GridBagConstraints.NONE;
130 gbc.anchor = GridBagConstraints.WEST;
131 gbc.gridwidth = 2;
132 gbc.gridx = 0;
133 gbc.gridy = 0;
134 gbc.insets.top = 5;
135 gbc.insets.bottom = 7;
136 add(lTitle, gbc);
138 gbc
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DSecurityOptionsDialog.java257 GridBagConstraints gbc = new GridBagConstraints();
261 gbc.fill = GridBagConstraints.BOTH;
262 gbc.gridwidth = GridBagConstraints.REMAINDER;
263 gbc.weightx = 1.0;
270 gbc.weighty = 0.0;
272 gbc.insets = insets;
273 topPanel.add(createTitlePanel(), gbc);
274 gbc.insets.top = UIFactory.TOP_INSET_INSTRUCTIONS_SUBPANEL;
275 topPanel.add(createInstructionsPane(), gbc);
276 gbc
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DSecurityOptionsDialog.java254 GridBagConstraints gbc = new GridBagConstraints();
258 gbc.fill = GridBagConstraints.BOTH;
259 gbc.gridwidth = GridBagConstraints.REMAINDER;
260 gbc.weightx = 1.0;
267 gbc.weighty = 0.0;
269 gbc.insets = insets;
270 topPanel.add(createTitlePanel(), gbc);
271 gbc.insets.top = UIFactory.TOP_INSET_INSTRUCTIONS_SUBPANEL;
272 topPanel.add(createInstructionsPane(), gbc);
273 gbc
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/ui/
H A DSecurityOptionsDialog.java254 GridBagConstraints gbc = new GridBagConstraints();
258 gbc.fill = GridBagConstraints.BOTH;
259 gbc.gridwidth = GridBagConstraints.REMAINDER;
260 gbc.weightx = 1.0;
267 gbc.weighty = 0.0;
269 gbc.insets = insets;
270 topPanel.add(createTitlePanel(), gbc);
271 gbc.insets.top = UIFactory.TOP_INSET_INSTRUCTIONS_SUBPANEL;
272 topPanel.add(createInstructionsPane(), gbc);
273 gbc
[all...]

Completed in 36 milliseconds

1234567891011>>