Uses of Interface
com.allen_sauer.gwt.dnd.client.FiresDragEvents

Packages that use FiresDragEvents
com.allen_sauer.gwt.dnd.client Main drag-and-drop classes. 
com.sage.swt.client.widget.dnd Contains classes for drag and drop that extend the allen_sauer library. 
 

Uses of FiresDragEvents in com.allen_sauer.gwt.dnd.client
 

Subinterfaces of FiresDragEvents in com.allen_sauer.gwt.dnd.client
 interface DragController
          Common interface which all drag controllers must implement.
 

Classes in com.allen_sauer.gwt.dnd.client that implement FiresDragEvents
 class AbstractDragController
          DragController which performs the bare essentials such as adding/removing styles, maintaining collections, adding mouse listeners, etc.
 class PickupDragController
           
 

Uses of FiresDragEvents in com.sage.swt.client.widget.dnd
 

Classes in com.sage.swt.client.widget.dnd that implement FiresDragEvents
 class SwtDragController
          This class customises(overrides) PickupDragController the unique behaviour for the SWT.
 



Copyright © 2011 Sage Software, Inc. All rights reserved.