}
);
toolstrip.providesDeleteOp(false);
TextItem nameItem = new TextItem("groupName", "Name");
TextItem profileItem = new TextItem("profileName", Console.CONSTANTS.common_label_profile());
socketBindingItem = new ComboBoxItem("socketBinding", Console.CONSTANTS.common_label_socketBinding());
socketBindingItem.setDefaultToFirstOption(true);
form.setFields(nameItem, profileItem, socketBindingItem);