*
* @param e the drop event
* @param dropString the string received from the field picker window
*/
protected void addField(DropTargetDropEvent e, String dropString) {
sectionWidget.performCommand(new NewDraggedFieldCommand(sectionWidget,
dropString, e));
}