Collections.sort(responses, new Comparer());
fillItemsList();
XComboBox xComboBox =
(XComboBox) UnoRuntime.queryInterface(XComboBox.class, xControlContainer.getControl(COMBO_PATH));
xComboBox.addItem(currentHref, (short) 0);
XTextComponent xComboText =
(XTextComponent) UnoRuntime.queryInterface(XTextComponent.class, xControlContainer
.getControl(COMBO_PATH));
xComboText.setText(currentHref);