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

Packages that use com.allen_sauer.gwt.dnd.client.drop
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.dnd Contains classes for drag and drop that extend the allen_sauer library. 
 

Classes in com.allen_sauer.gwt.dnd.client.drop used by com.allen_sauer.gwt.dnd.client
BoundaryDropController
          A DropController for the Panel which contains a given draggable widget.
DropController
          Create a DropController for each drop target on which draggable widgets can be dropped.
 

Classes in com.allen_sauer.gwt.dnd.client.drop used by com.allen_sauer.gwt.dnd.client.drop
AbsolutePositionDropController
          A DropController which allows a draggable widget to be placed at specific (absolute) locations on an AbsolutePanel drop target.
AbstractDropController
          Base class for typical drop controllers.
AbstractIndexedDropController
          Deprecated. Use AbstractInsertPanelDropController instead
AbstractInsertPanelDropController
          A DropController for InsertPanel drop targets.
AbstractPositioningDropController
          A DropController which allows a draggable widget to be placed at valid positions (locations) on the drop target, such as AbsolutePanel, VerticalPanel or HorizontalPanel.
Draggable
           
DropController
          Create a DropController for each drop target on which draggable widgets can be dropped.
 

Classes in com.allen_sauer.gwt.dnd.client.drop used by com.sage.swt.client.widget.dnd
AbsolutePositionDropController
          A DropController which allows a draggable widget to be placed at specific (absolute) locations on an AbsolutePanel drop target.
AbstractDropController
          Base class for typical drop controllers.
AbstractInsertPanelDropController
          A DropController for InsertPanel drop targets.
AbstractPositioningDropController
          A DropController which allows a draggable widget to be placed at valid positions (locations) on the drop target, such as AbsolutePanel, VerticalPanel or HorizontalPanel.
DropController
          Create a DropController for each drop target on which draggable widgets can be dropped.
FlowPanelDropController
          A DropController for instances of FlowPanel.
SimpleDropController
          Simple DropController which accepts widgets dropped on it.
 



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