Initial Date: 10.04.2006 @author Felix Jost
7778798081828384858687
for (Iterator it_accdrags = accDrags.iterator(); it_accdrags.hasNext();) { Draggable dr = (Draggable) it_accdrags.next(); DragSource ds = dr.find(dropid); if (ds != null) { // found! fireEvent(ureq, new DropEvent(ds, null)); return; } } } else {