static void updateAutoComboBoxItems(final AutoComboBox cb, final Collection<S> items) {
  swing {
    cb.setKeyWord(items);
  }
}