Searched refs:combo (Results 26 - 50 of 71) sorted by relevance

123

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DCustomListCellRenderer.java54 * The separator used to render a non-selectable separator in the combo box.
69 * Constructor of a renderer to be used with a combo box.
70 * @param combo the combo box containing the elements to be rendered.
72 public CustomListCellRenderer(JComboBox combo) argument
74 this(combo.getRenderer());
149 * @param desc the combo box element.
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DCustomListCellRenderer.java55 * The separator used to render a non-selectable separator in the combo box.
70 * Constructor of a renderer to be used with a combo box.
71 * @param combo the combo box containing the elements to be rendered.
73 public CustomListCellRenderer(JComboBox combo) argument
75 this(combo.getRenderer());
150 * @param desc the combo box element.
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DCustomListCellRenderer.java54 * The separator used to render a non-selectable separator in the combo box.
69 * Constructor of a renderer to be used with a combo box.
70 * @param combo the combo box containing the elements to be rendered.
72 public CustomListCellRenderer(JComboBox combo) argument
74 this(combo.getRenderer());
149 * @param desc the combo box element.
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/renderer/
H A DCustomListCellRenderer.java55 * The separator used to render a non-selectable separator in the combo box.
70 * Constructor of a renderer to be used with a combo box.
71 * @param combo the combo box containing the elements to be rendered.
73 public CustomListCellRenderer(JComboBox combo) argument
75 this(combo.getRenderer());
150 * @param desc the combo box element.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/renderer/
H A DCustomListCellRenderer.java55 * The separator used to render a non-selectable separator in the combo box.
70 * Constructor of a renderer to be used with a combo box.
71 * @param combo the combo box containing the elements to be rendered.
73 public CustomListCellRenderer(JComboBox combo) argument
75 this(combo.getRenderer());
148 * @param desc the combo box element.
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java92 private JComboBox combo; field in class:LocalOrRemotePanel
192 int index = combo.getSelectedIndex();
240 combo.setSelectedIndex(index);
289 combo = Utilities.createComboBox();
290 combo.setModel(new DefaultComboBoxModel(
293 combo.setSelectedIndex(0);
301 add(combo, gbc);
302 l.setLabelFor(combo);
330 combo.addActionListener(actionListener);
421 return combo;
[all...]
H A DStatusGenericPanel.java121 * The string to be used as combo separator.
755 * A class used to avoid the possibility a certain type of objects in a combo
756 * box. This is used for instance in the combo box that contains base DNs
757 * where the base DNs are separated in backends, so the combo box displays
765 private JComboBox combo; field in class:StatusGenericPanel.IgnoreItemListener
769 * @param combo the combo box.
771 public IgnoreItemListener(JComboBox combo) argument
773 this.combo = combo;
1339 updateSimpleBackendComboBoxModel(final JComboBox combo, final JLabel lNoBackendsFound, ServerDescriptor desc) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java91 private JComboBox combo; field in class:LocalOrRemotePanel
191 int index = combo.getSelectedIndex();
239 combo.setSelectedIndex(index);
288 combo = Utilities.createComboBox();
289 combo.setModel(new DefaultComboBoxModel(
292 combo.setSelectedIndex(0);
300 add(combo, gbc);
301 l.setLabelFor(combo);
329 combo.addActionListener(actionListener);
420 return combo;
[all...]
H A DStatusGenericPanel.java120 * The string to be used as combo separator.
754 * A class used to avoid the possibility a certain type of objects in a combo
755 * box. This is used for instance in the combo box that contains base DNs
756 * where the base DNs are separated in backends, so the combo box displays
764 private JComboBox combo; field in class:StatusGenericPanel.IgnoreItemListener
768 * @param combo the combo box.
770 public IgnoreItemListener(JComboBox combo) argument
772 this.combo = combo;
1338 updateSimpleBackendComboBoxModel(final JComboBox combo, final JLabel lNoBackendsFound, ServerDescriptor desc) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java92 private JComboBox combo; field in class:LocalOrRemotePanel
192 int index = combo.getSelectedIndex();
240 combo.setSelectedIndex(index);
289 combo = Utilities.createComboBox();
290 combo.setModel(new DefaultComboBoxModel(
293 combo.setSelectedIndex(0);
301 add(combo, gbc);
302 l.setLabelFor(combo);
330 combo.addActionListener(actionListener);
421 return combo;
[all...]
H A DStatusGenericPanel.java121 * The string to be used as combo separator.
755 * A class used to avoid the possibility a certain type of objects in a combo
756 * box. This is used for instance in the combo box that contains base DNs
757 * where the base DNs are separated in backends, so the combo box displays
765 private JComboBox combo; field in class:StatusGenericPanel.IgnoreItemListener
769 * @param combo the combo box.
771 public IgnoreItemListener(JComboBox combo) argument
773 this.combo = combo;
1339 updateSimpleBackendComboBoxModel(final JComboBox combo, final JLabel lNoBackendsFound, ServerDescriptor desc) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java91 private JComboBox combo; field in class:LocalOrRemotePanel
191 int index = combo.getSelectedIndex();
239 combo.setSelectedIndex(index);
288 combo = Utilities.createComboBox();
289 combo.setModel(new DefaultComboBoxModel(
292 combo.setSelectedIndex(0);
300 add(combo, gbc);
301 l.setLabelFor(combo);
329 combo.addActionListener(actionListener);
420 return combo;
[all...]
H A DStatusGenericPanel.java120 * The string to be used as combo separator.
754 * A class used to avoid the possibility a certain type of objects in a combo
755 * box. This is used for instance in the combo box that contains base DNs
756 * where the base DNs are separated in backends, so the combo box displays
764 private JComboBox combo; field in class:StatusGenericPanel.IgnoreItemListener
768 * @param combo the combo box.
770 public IgnoreItemListener(JComboBox combo) argument
772 this.combo = combo;
1338 updateSimpleBackendComboBoxModel(final JComboBox combo, final JLabel lNoBackendsFound, ServerDescriptor desc) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java92 private JComboBox combo; field in class:LocalOrRemotePanel
192 int index = combo.getSelectedIndex();
240 combo.setSelectedIndex(index);
289 combo = Utilities.createComboBox();
290 combo.setModel(new DefaultComboBoxModel(
293 combo.setSelectedIndex(0);
301 add(combo, gbc);
302 l.setLabelFor(combo);
330 combo.addActionListener(actionListener);
421 return combo;
[all...]
H A DStatusGenericPanel.java121 * The string to be used as combo separator.
755 * A class used to avoid the possibility a certain type of objects in a combo
756 * box. This is used for instance in the combo box that contains base DNs
757 * where the base DNs are separated in backends, so the combo box displays
765 private JComboBox combo; field in class:StatusGenericPanel.IgnoreItemListener
769 * @param combo the combo box.
771 public IgnoreItemListener(JComboBox combo) argument
773 this.combo = combo;
1339 updateSimpleBackendComboBoxModel(final JComboBox combo, final JLabel lNoBackendsFound, ServerDescriptor desc) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DLocalOrRemotePanel.java97 private JComboBox combo; field in class:LocalOrRemotePanel
182 int index = combo.getSelectedIndex();
230 combo.setSelectedIndex(index);
279 combo = Utilities.createComboBox();
280 combo.setModel(new DefaultComboBoxModel(
283 combo.setSelectedIndex(0);
291 add(combo, gbc);
292 l.setLabelFor(combo);
321 combo.addActionListener(actionListener);
408 return combo;
[all...]
H A DStatusGenericPanel.java125 * The string to be used as combo separator.
760 * A class used to avoid the possibility a certain type of objects in a combo
761 * box. This is used for instance in the combo box that contains base DNs
762 * where the base DNs are separated in backends, so the combo box displays
769 private final JComboBox combo; field in class:StatusGenericPanel.IgnoreItemListener
774 * @param combo
775 * the combo box.
777 public IgnoreItemListener(final JComboBox combo) argument
779 this.combo = combo;
1295 updateSimpleBackendComboBoxModel(final JComboBox combo, final JLabel lNoBackendsFound, final ServerDescriptor desc) argument
[all...]
H A DCustomAttributePanel.java481 for (JComboBox combo : combos)
483 combo.addActionListener(actionListener);
680 for (JComboBox<LocalizableMessage> combo : combos)
682 final DefaultComboBoxModel<LocalizableMessage> model = (DefaultComboBoxModel) combo.getModel();
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DCertificateDialog.java410 final JComboBox combo = new JComboBox();
411 combo.setToolTipText(
471 combo.addItem(name);
497 auxPanel.add(combo, gbc);
498 l.setLabelFor(combo);
514 combo.addActionListener(new ActionListener()
518 String selectedItem = (String)combo.getSelectedItem();
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DCertificateDialog.java411 final JComboBox combo = new JComboBox();
412 combo.setToolTipText(
472 combo.addItem(name);
498 auxPanel.add(combo, gbc);
499 l.setLabelFor(combo);
515 combo.addActionListener(new ActionListener()
519 String selectedItem = (String)combo.getSelectedItem();
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DCertificateDialog.java411 final JComboBox combo = new JComboBox();
412 combo.setToolTipText(
472 combo.addItem(name);
498 auxPanel.add(combo, gbc);
499 l.setLabelFor(combo);
515 combo.addActionListener(new ActionListener()
519 String selectedItem = (String)combo.getSelectedItem();
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DCertificateDialog.java410 final JComboBox combo = new JComboBox();
411 combo.setToolTipText(
471 combo.addItem(name);
497 auxPanel.add(combo, gbc);
498 l.setLabelFor(combo);
514 combo.addActionListener(new ActionListener()
518 String selectedItem = (String)combo.getSelectedItem();
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DCertificateDialog.java411 final JComboBox combo = new JComboBox();
412 combo.setToolTipText(
472 combo.addItem(name);
498 auxPanel.add(combo, gbc);
499 l.setLabelFor(combo);
515 combo.addActionListener(new ActionListener()
519 String selectedItem = (String)combo.getSelectedItem();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DCertificateDialog.java404 final JComboBox combo = new JComboBox();
405 combo.setToolTipText(
465 combo.addItem(name);
491 auxPanel.add(combo, gbc);
492 l.setLabelFor(combo);
508 combo.addActionListener(new ActionListener()
513 String selectedItem = (String)combo.getSelectedItem();
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java170 * Creates a combo box.
171 * @return a combo box.
175 JComboBox combo = new JComboBox();
178 combo.setOpaque(false);
180 combo.setKeySelectionManager(new ComboKeySelectionManager(combo));
181 return combo;
2804 * Updates a combo box model with a number of items.
2806 * @param newElements the new items for the combo box model.
2807 * @param model the combo bo
[all...]

Completed in 79 milliseconds

123