Searched defs:baseGbc (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java336 * @param baseGbc the GridBagConstraints to be used.
338 protected void addErrorPane(GridBagConstraints baseGbc) argument
340 addErrorPane(this, baseGbc);
347 * @param baseGbc the GridBagConstraints to be used.
350 protected void addErrorPane(Container p, GridBagConstraints baseGbc) argument
353 gbc.gridx = baseGbc.gridx;
354 gbc.gridy = baseGbc.gridy;
355 gbc.gridwidth = baseGbc.gridwidth;
356 gbc.gridheight = baseGbc.gridheight;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java335 * @param baseGbc the GridBagConstraints to be used.
337 protected void addErrorPane(GridBagConstraints baseGbc) argument
339 addErrorPane(this, baseGbc);
346 * @param baseGbc the GridBagConstraints to be used.
349 protected void addErrorPane(Container p, GridBagConstraints baseGbc) argument
352 gbc.gridx = baseGbc.gridx;
353 gbc.gridy = baseGbc.gridy;
354 gbc.gridwidth = baseGbc.gridwidth;
355 gbc.gridheight = baseGbc.gridheight;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java336 * @param baseGbc the GridBagConstraints to be used.
338 protected void addErrorPane(GridBagConstraints baseGbc) argument
340 addErrorPane(this, baseGbc);
347 * @param baseGbc the GridBagConstraints to be used.
350 protected void addErrorPane(Container p, GridBagConstraints baseGbc) argument
353 gbc.gridx = baseGbc.gridx;
354 gbc.gridy = baseGbc.gridy;
355 gbc.gridwidth = baseGbc.gridwidth;
356 gbc.gridheight = baseGbc.gridheight;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java335 * @param baseGbc the GridBagConstraints to be used.
337 protected void addErrorPane(GridBagConstraints baseGbc) argument
339 addErrorPane(this, baseGbc);
346 * @param baseGbc the GridBagConstraints to be used.
349 protected void addErrorPane(Container p, GridBagConstraints baseGbc) argument
352 gbc.gridx = baseGbc.gridx;
353 gbc.gridy = baseGbc.gridy;
354 gbc.gridwidth = baseGbc.gridwidth;
355 gbc.gridheight = baseGbc.gridheight;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java336 * @param baseGbc the GridBagConstraints to be used.
338 protected void addErrorPane(GridBagConstraints baseGbc) argument
340 addErrorPane(this, baseGbc);
347 * @param baseGbc the GridBagConstraints to be used.
350 protected void addErrorPane(Container p, GridBagConstraints baseGbc) argument
353 gbc.gridx = baseGbc.gridx;
354 gbc.gridy = baseGbc.gridy;
355 gbc.gridwidth = baseGbc.gridwidth;
356 gbc.gridheight = baseGbc.gridheight;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java345 * @param baseGbc
348 protected void addErrorPane(final GridBagConstraints baseGbc) argument
350 addErrorPane(this, baseGbc);
358 * @param baseGbc
363 protected void addErrorPane(final Container p, final GridBagConstraints baseGbc) argument
366 gbc.gridx = baseGbc.gridx;
367 gbc.gridy = baseGbc.gridy;
368 gbc.gridwidth = baseGbc.gridwidth;
369 gbc.gridheight = baseGbc.gridheight;

Completed in 59 milliseconds