Searched defs:comp (Results 76 - 100 of 109) sorted by relevance

12345

/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java293 * @param comp the Component to be added.
296 public void add(Component comp, Object constraints) argument
298 mainPanel.add(comp, constraints);
411 for (Component comp : comps)
423 panel.add(comp, gbc);
475 * @param comp the component to update.
477 protected void setPrimaryInvalid(JComponent comp) argument
479 comp.setFont(ColorAndFontConstants.primaryInvalidFont);
480 comp.setForeground(ColorAndFontConstants.invalidFontColor);
486 * @param comp th
488 setPrimaryValid(JComponent comp) argument
499 setSecondaryInvalid(JComponent comp) argument
510 setSecondaryValid(JComponent comp) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java428 * @param comp the component contained in the scroll pane.
432 public static JScrollPane createBorderLessScrollBar(Component comp) argument
434 JScrollPane scroll = new JScrollPane(comp);
447 * @param comp the component contained in the scroll pane.
450 public static JScrollPane createScrollPane(Component comp) argument
452 JScrollPane scroll = new JScrollPane(comp);
790 * @param comp the component.
793 public static void setBorder(JComponent comp, Border border) argument
795 if (comp.getBorder() == null)
797 comp
1257 centerOnScreen(Component comp) argument
1284 centerGoldenMean(Window comp, Component ref) argument
1311 getFrame(Component comp) argument
1335 getParentDialog(Component comp) argument
2593 getViewPositions(Component comp) argument
2609 getContainingScroll(Component comp) argument
2627 updateContainedViewPositions(Container comp, ViewPositions pos) argument
2798 addClickTooltipListener(JComponent comp) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java292 * @param comp the Component to be added.
295 public void add(Component comp, Object constraints) argument
297 mainPanel.add(comp, constraints);
410 for (Component comp : comps)
422 panel.add(comp, gbc);
474 * @param comp the component to update.
476 protected void setPrimaryInvalid(JComponent comp) argument
478 comp.setFont(ColorAndFontConstants.primaryInvalidFont);
479 comp.setForeground(ColorAndFontConstants.invalidFontColor);
485 * @param comp th
487 setPrimaryValid(JComponent comp) argument
498 setSecondaryInvalid(JComponent comp) argument
509 setSecondaryValid(JComponent comp) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java427 * @param comp the component contained in the scroll pane.
431 public static JScrollPane createBorderLessScrollBar(Component comp) argument
433 JScrollPane scroll = new JScrollPane(comp);
446 * @param comp the component contained in the scroll pane.
449 public static JScrollPane createScrollPane(Component comp) argument
451 JScrollPane scroll = new JScrollPane(comp);
789 * @param comp the component.
792 public static void setBorder(JComponent comp, Border border) argument
794 if (comp.getBorder() == null)
796 comp
1256 centerOnScreen(Component comp) argument
1283 centerGoldenMean(Window comp, Component ref) argument
1310 getFrame(Component comp) argument
1334 getParentDialog(Component comp) argument
2592 getViewPositions(Component comp) argument
2608 getContainingScroll(Component comp) argument
2626 updateContainedViewPositions(Container comp, ViewPositions pos) argument
2797 addClickTooltipListener(JComponent comp) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1216 * @param comp the component contained in the scroll pane.
1220 public static JScrollPane createBorderLessScrollBar(Component comp) argument
1222 JScrollPane scroll = new JScrollPane(comp);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java293 * @param comp the Component to be added.
296 public void add(Component comp, Object constraints) argument
298 mainPanel.add(comp, constraints);
411 for (Component comp : comps)
423 panel.add(comp, gbc);
475 * @param comp the component to update.
477 protected void setPrimaryInvalid(JComponent comp) argument
479 comp.setFont(ColorAndFontConstants.primaryInvalidFont);
480 comp.setForeground(ColorAndFontConstants.invalidFontColor);
486 * @param comp th
488 setPrimaryValid(JComponent comp) argument
499 setSecondaryInvalid(JComponent comp) argument
510 setSecondaryValid(JComponent comp) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java441 * @param comp the component contained in the scroll pane.
445 public static JScrollPane createBorderLessScrollBar(Component comp) argument
447 JScrollPane scroll = new JScrollPane(comp);
460 * @param comp the component contained in the scroll pane.
463 public static JScrollPane createScrollPane(Component comp) argument
465 JScrollPane scroll = new JScrollPane(comp);
803 * @param comp the component.
806 public static void setBorder(JComponent comp, Border border) argument
808 if (comp.getBorder() == null)
810 comp
1270 centerOnScreen(Component comp) argument
1297 centerGoldenMean(Window comp, Component ref) argument
1324 getFrame(Component comp) argument
1348 getParentDialog(Component comp) argument
2522 getViewPositions(Component comp) argument
2538 getContainingScroll(Component comp) argument
2556 updateContainedViewPositions(Container comp, ViewPositions pos) argument
2727 addClickTooltipListener(JComponent comp) argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1217 * @param comp the component contained in the scroll pane.
1221 public static JScrollPane createBorderLessScrollBar(Component comp) argument
1223 JScrollPane scroll = new JScrollPane(comp);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DStatusGenericPanel.java297 * @param comp
303 public void add(final Component comp, final Object constraints) argument
305 mainPanel.add(comp, constraints);
431 for (Component comp : comps)
443 panel.add(comp, gbc);
499 * @param comp
502 protected void setPrimaryInvalid(final JComponent comp) argument
504 comp.setFont(ColorAndFontConstants.primaryInvalidFont);
505 comp.setForeground(ColorAndFontConstants.invalidFontColor);
511 * @param comp
514 setPrimaryValid(final JComponent comp) argument
527 setSecondaryInvalid(final JComponent comp) argument
539 setSecondaryValid(final JComponent comp) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DUtilities.java413 * @param comp the component contained in the scroll pane.
417 public static JScrollPane createBorderLessScrollBar(Component comp) argument
419 JScrollPane scroll = new JScrollPane(comp);
432 * @param comp the component contained in the scroll pane.
435 public static JScrollPane createScrollPane(Component comp) argument
437 JScrollPane scroll = new JScrollPane(comp);
774 * @param comp the component.
777 public static void setBorder(JComponent comp, Border border) argument
779 if (comp.getBorder() != null)
781 comp
1221 centerOnScreen(Component comp) argument
1248 centerGoldenMean(Window comp, Component ref) argument
1275 getFrame(Component comp) argument
1292 getParentDialog(Component comp) argument
2423 getViewPositions(Component comp) argument
2439 getContainingScroll(Component comp) argument
2457 updateContainedViewPositions(Container comp, ViewPositions pos) argument
2625 addClickTooltipListener(JComponent comp) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DUIFactory.java1018 * @param comp
1023 public static JScrollPane createBorderLessScrollBar(Component comp) argument
1025 JScrollPane scroll = new JScrollPane(comp);
/forgerock/web-agents-v4/source/
H A Dutility.c717 char *comp = NULL; local
735 free(comp);
740 comp = (char *) calloc(sizeof (char), comp_length);
741 if (comp == NULL) {
747 strm.next_out = (Bytef *) (comp + strm.total_out);
753 free(comp);
759 free(comp);
763 *compressed = comp;
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj-b2.6/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2.6.2/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2-jel-hg/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2-hg/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 104 milliseconds

12345