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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java105 private JPanel attributesPanel; field in class:SimplifiedViewEntryPanel
414 attributesPanel = new JPanel(new GridBagLayout());
415 attributesPanel.setOpaque(false);
416 attributesPanel.setBorder(new EmptyBorder(5, 10, 5, 10));
423 scrollAttributes = Utilities.createBorderLessScrollBar(attributesPanel);
455 attributesPanel.removeAll();
500 attributesPanel.add(label, gbc);
504 attributesPanel.add(comp, gbc);
580 attributesPanel.add(label, gbc);
584 attributesPanel
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java105 private JPanel attributesPanel; field in class:SimplifiedViewEntryPanel
416 attributesPanel = new JPanel(new GridBagLayout());
417 attributesPanel.setOpaque(false);
418 attributesPanel.setBorder(new EmptyBorder(5, 10, 5, 10));
425 scrollAttributes = Utilities.createBorderLessScrollBar(attributesPanel);
453 attributesPanel.removeAll();
498 attributesPanel.add(label, gbc);
502 attributesPanel.add(comp, gbc);
578 attributesPanel.add(label, gbc);
582 attributesPanel
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java106 private JPanel attributesPanel; field in class:SimplifiedViewEntryPanel
415 attributesPanel = new JPanel(new GridBagLayout());
416 attributesPanel.setOpaque(false);
417 attributesPanel.setBorder(new EmptyBorder(5, 10, 5, 10));
424 scrollAttributes = Utilities.createBorderLessScrollBar(attributesPanel);
452 attributesPanel.removeAll();
497 attributesPanel.add(label, gbc);
501 attributesPanel.add(comp, gbc);
577 attributesPanel.add(label, gbc);
581 attributesPanel
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java105 private JPanel attributesPanel; field in class:SimplifiedViewEntryPanel
416 attributesPanel = new JPanel(new GridBagLayout());
417 attributesPanel.setOpaque(false);
418 attributesPanel.setBorder(new EmptyBorder(5, 10, 5, 10));
425 scrollAttributes = Utilities.createBorderLessScrollBar(attributesPanel);
453 attributesPanel.removeAll();
498 attributesPanel.add(label, gbc);
502 attributesPanel.add(comp, gbc);
578 attributesPanel.add(label, gbc);
582 attributesPanel
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java105 private JPanel attributesPanel; field in class:SimplifiedViewEntryPanel
414 attributesPanel = new JPanel(new GridBagLayout());
415 attributesPanel.setOpaque(false);
416 attributesPanel.setBorder(new EmptyBorder(5, 10, 5, 10));
423 scrollAttributes = Utilities.createBorderLessScrollBar(attributesPanel);
455 attributesPanel.removeAll();
500 attributesPanel.add(label, gbc);
504 attributesPanel.add(comp, gbc);
580 attributesPanel.add(label, gbc);
584 attributesPanel
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DSimplifiedViewEntryPanel.java106 private JPanel attributesPanel; field in class:SimplifiedViewEntryPanel
390 attributesPanel = new JPanel(new GridBagLayout());
391 attributesPanel.setOpaque(false);
392 attributesPanel.setBorder(new EmptyBorder(5, 10, 5, 10));
399 scrollAttributes = Utilities.createBorderLessScrollBar(attributesPanel);
425 attributesPanel.removeAll();
468 attributesPanel.add(label, gbc);
472 attributesPanel.add(comp, gbc);
548 attributesPanel.add(label, gbc);
552 attributesPanel
[all...]

Completed in 1155 milliseconds