Lines Matching refs:combo

125    * 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;
774 * @param combo
775 * the combo box.
777 public IgnoreItemListener(final JComboBox combo)
779 this.combo = combo;
780 selectedItem = combo.getSelectedItem();
790 Object o = combo.getSelectedItem();
795 selectedItem = firstNonCategoryItem(combo.getModel());
799 combo.setSelectedItem(selectedItem);
804 combo.setSelectedItem(selectedItem);
1030 * combo box.
1033 * the item in the combo box.
1035 * combo box.
1283 * Commodity method used to update the elements of a combo box that contains
1284 * the different user backends. If no backends are found the combo box will be
1288 * @param combo
1289 * the combo to be updated.
1295 protected void updateSimpleBackendComboBoxModel(final JComboBox combo, final JLabel lNoBackendsFound,
1306 DefaultComboBoxModel model = (DefaultComboBoxModel) combo.getModel();
1314 combo.setVisible(!noElems);
1335 * Commodity method to update a combo box model with the backends of a server.
1338 * the combo box model to be updated.
1383 * Updates a combo box model with a number of items.
1386 * the new items for the combo box model.
1388 * the combo box model to be updated.
1396 * Updates a combo box model with a number of items. The method assumes that
1400 * the new items for the combo box model.
1402 * the combo box model to be updated.