}
private void addSlotControl(SlotControl control) {
assert control != null;
Slot slot = control.getSlot();
visualMappingPanel.addConfigurationSetting(slot.getName(),
control.asWidget());
slotControlsByDataType.get(slot.getDataType()).add(control);
slotToSlotControls.put(slot, control);
}