List of usage examples for com.google.gwt.event.dom.client DragLeaveHandler interface-usage
From source file com.eduworks.gwt.client.ui.handler.DragDropHandler.java
public abstract class DragDropHandler implements DropHandler, DragLeaveHandler, DragEnterHandler, DragOverHandler { public List<File> readQueue = new ArrayList<File>(); //private DropPanel w; public DragDropHandler(DropPanel w) {
From source file edu.ucla.loni.pipeline.client.Upload.Handlers.LONIDragLeaveHandler.java
/** * Drag Leave Event Handler */ public class LONIDragLeaveHandler implements DragLeaveHandler { private final Label dropFilesLabel;
From source file org.vectomatic.svg.edit.client.load.DndHandler.java
/** * Class to handler drag and drop of external files on the viewport. * @author laaglu */ public class DndHandler implements DragEnterHandler, DragLeaveHandler, DragOverHandler, DropHandler { private ViewportExt viewport;