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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DManageTasksPanel.java126 private JPanel detailsSubpanel; field in class:ManageTasksPanel
396 detailsSubpanel = new JPanel(new GridBagLayout());
397 detailsSubpanel.setOpaque(false);
400 detailsPanel.add(Utilities.createBorderLessScrollBar(detailsSubpanel), gbc);
415 detailsSubpanel.removeAll();
481 detailsSubpanel.add(Utilities.createPrimaryLabel(
489 detailsSubpanel.add(
500 detailsSubpanel.add(Box.createGlue(), gbc);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DManageTasksPanel.java125 private JPanel detailsSubpanel; field in class:ManageTasksPanel
395 detailsSubpanel = new JPanel(new GridBagLayout());
396 detailsSubpanel.setOpaque(false);
399 detailsPanel.add(Utilities.createBorderLessScrollBar(detailsSubpanel), gbc);
414 detailsSubpanel.removeAll();
480 detailsSubpanel.add(Utilities.createPrimaryLabel(
488 detailsSubpanel.add(
499 detailsSubpanel.add(Box.createGlue(), gbc);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DManageTasksPanel.java126 private JPanel detailsSubpanel; field in class:ManageTasksPanel
396 detailsSubpanel = new JPanel(new GridBagLayout());
397 detailsSubpanel.setOpaque(false);
400 detailsPanel.add(Utilities.createBorderLessScrollBar(detailsSubpanel), gbc);
415 detailsSubpanel.removeAll();
481 detailsSubpanel.add(Utilities.createPrimaryLabel(
489 detailsSubpanel.add(
500 detailsSubpanel.add(Box.createGlue(), gbc);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DManageTasksPanel.java125 private JPanel detailsSubpanel; field in class:ManageTasksPanel
395 detailsSubpanel = new JPanel(new GridBagLayout());
396 detailsSubpanel.setOpaque(false);
399 detailsPanel.add(Utilities.createBorderLessScrollBar(detailsSubpanel), gbc);
414 detailsSubpanel.removeAll();
480 detailsSubpanel.add(Utilities.createPrimaryLabel(
488 detailsSubpanel.add(
499 detailsSubpanel.add(Box.createGlue(), gbc);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DManageTasksPanel.java126 private JPanel detailsSubpanel; field in class:ManageTasksPanel
396 detailsSubpanel = new JPanel(new GridBagLayout());
397 detailsSubpanel.setOpaque(false);
400 detailsPanel.add(Utilities.createBorderLessScrollBar(detailsSubpanel), gbc);
415 detailsSubpanel.removeAll();
481 detailsSubpanel.add(Utilities.createPrimaryLabel(
489 detailsSubpanel.add(
500 detailsSubpanel.add(Box.createGlue(), gbc);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DManageTasksPanel.java124 private JPanel detailsSubpanel; field in class:ManageTasksPanel
374 detailsSubpanel = new JPanel(new GridBagLayout());
375 detailsSubpanel.setOpaque(false);
378 detailsPanel.add(Utilities.createBorderLessScrollBar(detailsSubpanel), gbc);
393 detailsSubpanel.removeAll();
459 detailsSubpanel.add(Utilities.createPrimaryLabel(
467 detailsSubpanel.add(
478 detailsSubpanel.add(Box.createGlue(), gbc);

Completed in 39 milliseconds