Searched defs:gbc (Results 1 - 25 of 63) sorted by relevance

123

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java193 * @param gbc the grid bag constraints to be used.
195 protected void createLayout(GridBagConstraints gbc) argument
197 gbc.gridy ++;
198 gbc.anchor = GridBagConstraints.WEST;
199 gbc.weightx = 0.0;
200 gbc.fill = GridBagConstraints.NONE;
201 gbc.gridwidth = 1;
202 gbc.insets.left = 0;
205 add(lPath, gbc);
207 gbc
[all...]
H A DStandardAttributePanel.java136 * @param gbc the grid bag constraints.
138 protected void createBasicLayout(Container c, GridBagConstraints gbc) argument
143 gbc.gridy = 0;
144 gbc.gridwidth = 2;
145 addErrorPane(c, gbc);
146 gbc.gridy ++;
148 gbc.anchor = GridBagConstraints.WEST;
150 gbc.fill = GridBagConstraints.NONE;
151 gbc.insets.top = 5;
152 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 DInclusionExclusionPanel.java144 GridBagConstraints gbc = new GridBagConstraints();
145 gbc.weightx = 1.0;
146 gbc.gridwidth = 2;
147 gbc.gridx = 0;
148 gbc.gridy = 0;
149 gbc.anchor = GridBagConstraints.NORTHWEST;
150 gbc.fill = GridBagConstraints.HORIZONTAL;
154 panel.add(expander, gbc);
156 gbc.gridy ++;
159 gbc
371 addExtraComponents(JPanel panel, JLabel[] extraComponentLabels, Component[] extraComponents, GridBagConstraints gbc, int labelInsetLeft) argument
[all...]
H A DStandardObjectClassPanel.java148 * @param gbc the grid bag constraints.
150 protected void createBasicLayout(Container c, GridBagConstraints gbc) argument
167 gbc.gridy = 0;
168 gbc.gridwidth = 2;
169 addErrorPane(c, gbc);
170 gbc.gridy ++;
172 gbc.fill = GridBagConstraints.NONE;
173 gbc.anchor = GridBagConstraints.WEST;
174 gbc.insets.top = 5;
175 gbc
[all...]
H A DViewEntryPanel.java137 * @param gbc the grid bag constraints to be used.
139 protected void addTitlePanel(Container c, GridBagConstraints gbc) argument
141 c.add(title, gbc);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java192 * @param gbc the grid bag constraints to be used.
194 protected void createLayout(GridBagConstraints gbc) argument
196 gbc.gridy ++;
197 gbc.anchor = GridBagConstraints.WEST;
198 gbc.weightx = 0.0;
199 gbc.fill = GridBagConstraints.NONE;
200 gbc.gridwidth = 1;
201 gbc.insets.left = 0;
204 add(lPath, gbc);
206 gbc
[all...]
H A DStandardAttributePanel.java135 * @param gbc the grid bag constraints.
137 protected void createBasicLayout(Container c, GridBagConstraints gbc) argument
142 gbc.gridy = 0;
143 gbc.gridwidth = 2;
144 addErrorPane(c, gbc);
145 gbc.gridy ++;
147 gbc.anchor = GridBagConstraints.WEST;
149 gbc.fill = GridBagConstraints.NONE;
150 gbc.insets.top = 5;
151 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 DInclusionExclusionPanel.java143 GridBagConstraints gbc = new GridBagConstraints();
144 gbc.weightx = 1.0;
145 gbc.gridwidth = 2;
146 gbc.gridx = 0;
147 gbc.gridy = 0;
148 gbc.anchor = GridBagConstraints.NORTHWEST;
149 gbc.fill = GridBagConstraints.HORIZONTAL;
153 panel.add(expander, gbc);
155 gbc.gridy ++;
158 gbc
370 addExtraComponents(JPanel panel, JLabel[] extraComponentLabels, Component[] extraComponents, GridBagConstraints gbc, int labelInsetLeft) argument
[all...]
H A DStandardObjectClassPanel.java147 * @param gbc the grid bag constraints.
149 protected void createBasicLayout(Container c, GridBagConstraints gbc) argument
166 gbc.gridy = 0;
167 gbc.gridwidth = 2;
168 addErrorPane(c, gbc);
169 gbc.gridy ++;
171 gbc.fill = GridBagConstraints.NONE;
172 gbc.anchor = GridBagConstraints.WEST;
173 gbc.insets.top = 5;
174 gbc
[all...]
H A DViewEntryPanel.java135 * @param gbc the grid bag constraints to be used.
137 protected void addTitlePanel(Container c, GridBagConstraints gbc) argument
139 c.add(title, gbc);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java193 * @param gbc the grid bag constraints to be used.
195 protected void createLayout(GridBagConstraints gbc) argument
197 gbc.gridy ++;
198 gbc.anchor = GridBagConstraints.WEST;
199 gbc.weightx = 0.0;
200 gbc.fill = GridBagConstraints.NONE;
201 gbc.gridwidth = 1;
202 gbc.insets.left = 0;
205 add(lPath, gbc);
207 gbc
[all...]
H A DStandardAttributePanel.java136 * @param gbc the grid bag constraints.
138 protected void createBasicLayout(Container c, GridBagConstraints gbc) argument
143 gbc.gridy = 0;
144 gbc.gridwidth = 2;
145 addErrorPane(c, gbc);
146 gbc.gridy ++;
148 gbc.anchor = GridBagConstraints.WEST;
150 gbc.fill = GridBagConstraints.NONE;
151 gbc.insets.top = 5;
152 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 DInclusionExclusionPanel.java144 GridBagConstraints gbc = new GridBagConstraints();
145 gbc.weightx = 1.0;
146 gbc.gridwidth = 2;
147 gbc.gridx = 0;
148 gbc.gridy = 0;
149 gbc.anchor = GridBagConstraints.NORTHWEST;
150 gbc.fill = GridBagConstraints.HORIZONTAL;
154 panel.add(expander, gbc);
156 gbc.gridy ++;
159 gbc
371 addExtraComponents(JPanel panel, JLabel[] extraComponentLabels, Component[] extraComponents, GridBagConstraints gbc, int labelInsetLeft) argument
[all...]
H A DStandardObjectClassPanel.java148 * @param gbc the grid bag constraints.
150 protected void createBasicLayout(Container c, GridBagConstraints gbc) argument
167 gbc.gridy = 0;
168 gbc.gridwidth = 2;
169 addErrorPane(c, gbc);
170 gbc.gridy ++;
172 gbc.fill = GridBagConstraints.NONE;
173 gbc.anchor = GridBagConstraints.WEST;
174 gbc.insets.top = 5;
175 gbc
[all...]
H A DViewEntryPanel.java136 * @param gbc the grid bag constraints to be used.
138 protected void addTitlePanel(Container c, GridBagConstraints gbc) argument
140 c.add(title, gbc);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java192 * @param gbc the grid bag constraints to be used.
194 protected void createLayout(GridBagConstraints gbc) argument
196 gbc.gridy ++;
197 gbc.anchor = GridBagConstraints.WEST;
198 gbc.weightx = 0.0;
199 gbc.fill = GridBagConstraints.NONE;
200 gbc.gridwidth = 1;
201 gbc.insets.left = 0;
204 add(lPath, gbc);
206 gbc
[all...]
H A DStandardAttributePanel.java135 * @param gbc the grid bag constraints.
137 protected void createBasicLayout(Container c, GridBagConstraints gbc) argument
142 gbc.gridy = 0;
143 gbc.gridwidth = 2;
144 addErrorPane(c, gbc);
145 gbc.gridy ++;
147 gbc.anchor = GridBagConstraints.WEST;
149 gbc.fill = GridBagConstraints.NONE;
150 gbc.insets.top = 5;
151 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...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java193 * @param gbc the grid bag constraints to be used.
195 protected void createLayout(GridBagConstraints gbc) argument
197 gbc.gridy ++;
198 gbc.anchor = GridBagConstraints.WEST;
199 gbc.weightx = 0.0;
200 gbc.fill = GridBagConstraints.NONE;
201 gbc.gridwidth = 1;
202 gbc.insets.left = 0;
205 add(lPath, gbc);
207 gbc
[all...]
H A DStandardAttributePanel.java136 * @param gbc the grid bag constraints.
138 protected void createBasicLayout(Container c, GridBagConstraints gbc) argument
143 gbc.gridy = 0;
144 gbc.gridwidth = 2;
145 addErrorPane(c, gbc);
146 gbc.gridy ++;
148 gbc.anchor = GridBagConstraints.WEST;
150 gbc.fill = GridBagConstraints.NONE;
151 gbc.insets.top = 5;
152 gbc
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBackupListPanel.java165 * @param gbc
168 protected void createLayout(GridBagConstraints gbc) argument
170 gbc.gridy++;
171 gbc.anchor = GridBagConstraints.WEST;
172 gbc.weightx = 0.0;
173 gbc.fill = GridBagConstraints.NONE;
174 gbc.gridwidth = 1;
175 gbc.insets.left = 0;
177 add(lPath, gbc);
179 gbc
[all...]
H A DStandardAttributePanel.java128 * @param gbc the grid bag constraints.
130 protected void createBasicLayout(Container c, GridBagConstraints gbc) argument
135 gbc.gridy = 0;
136 gbc.gridwidth = 2;
137 addErrorPane(c, gbc);
138 gbc.gridy ++;
140 gbc.anchor = GridBagConstraints.WEST;
142 gbc.fill = GridBagConstraints.NONE;
143 gbc.insets.top = 5;
144 gbc
[all...]

Completed in 89 milliseconds

123