String[] interfaceNames = ModelSupport.getNames(new String[]{ALL_FILTER_OPTION},
ModelSupport.getChildren(getProject(), WsdlInterface.class));
toolbar.addFixed(new JLabel("Interface"));
toolbar.addRelatedGap();
interfaceFilterCombo = UISupport.setFixedSize(new JComboBox(interfaceNames), comboBoxSize);
toolbar.addFixed(interfaceFilterCombo);
toolbar.addUnrelatedGap();
operationFilterModel = new DefaultComboBoxModel(new String[]{ALL_FILTER_OPTION});