Uses of Package
com.allen_sauer.gwt.dnd.client

Packages that use com.allen_sauer.gwt.dnd.client
com.allen_sauer.gwt.dnd.client Main drag-and-drop classes. 
com.allen_sauer.gwt.dnd.client.drop Classes related to drop targets. 
com.sage.swt.client.widget Contains the widgets that are used by the SWT. 
com.sage.swt.client.widget.dnd Contains classes for drag and drop that extend the allen_sauer library. 
com.sage.swt.client.widget.layout Contains work-in-progress widgets for simplifying the layout of widgets on data entry UI's. 
com.sage.swt.client.widget.tree Contains classes used by the SwtTree widget. 
 

Classes in com.allen_sauer.gwt.dnd.client used by com.allen_sauer.gwt.dnd.client
AbstractDragController
          DragController which performs the bare essentials such as adding/removing styles, maintaining collections, adding mouse listeners, etc.
DragContext
          Container class for context information about the current drag operation.
DragController
          Common interface which all drag controllers must implement.
DragEndEvent
          EventObject containing information about the end of a drag.
DragHandler
          EventListener interface for drag-and-drop events.
DragStartEvent
          EventObject containing information about the start of a drag.
FiresDragEvents
          A class that implements this interface sources the events defined by the DragHandler interface.
SavedWidgetInfo
           
VetoDragException
          A VetoDragException is thrown by DragHandlers when the proposed operation is unacceptable.
 

Classes in com.allen_sauer.gwt.dnd.client used by com.allen_sauer.gwt.dnd.client.drop
DragContext
          Container class for context information about the current drag operation.
VetoDragException
          A VetoDragException is thrown by DragHandlers when the proposed operation is unacceptable.
 

Classes in com.allen_sauer.gwt.dnd.client used by com.sage.swt.client.widget
DragController
          Common interface which all drag controllers must implement.
PickupDragController
           
 

Classes in com.allen_sauer.gwt.dnd.client used by com.sage.swt.client.widget.dnd
AbstractDragController
          DragController which performs the bare essentials such as adding/removing styles, maintaining collections, adding mouse listeners, etc.
DragContext
          Container class for context information about the current drag operation.
DragController
          Common interface which all drag controllers must implement.
FiresDragEvents
          A class that implements this interface sources the events defined by the DragHandler interface.
PickupDragController
           
SavedWidgetInfo
           
VetoDragException
          A VetoDragException is thrown by DragHandlers when the proposed operation is unacceptable.
 

Classes in com.allen_sauer.gwt.dnd.client used by com.sage.swt.client.widget.layout
PickupDragController
           
 

Classes in com.allen_sauer.gwt.dnd.client used by com.sage.swt.client.widget.tree
PickupDragController
           
 



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