Uses of Class
com.allen_sauer.gwt.dnd.client.DragContext

Packages that use DragContext
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. 
 

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

Fields in com.allen_sauer.gwt.dnd.client declared as DragContext
protected  DragContext AbstractDragController.context
          The drag controller's drag context.
 

Methods in com.allen_sauer.gwt.dnd.client with parameters of type DragContext
protected  com.google.gwt.user.client.ui.Widget PickupDragController.newDragProxy(DragContext context)
          Called by PickupDragController.dragStart() to allow subclasses to provide their own drag proxies.
 

Constructors in com.allen_sauer.gwt.dnd.client with parameters of type DragContext
DragEndEvent(DragContext context)
           
DragStartEvent(DragContext context)
           
 

Uses of DragContext in com.allen_sauer.gwt.dnd.client.drop
 

Methods in com.allen_sauer.gwt.dnd.client.drop with parameters of type DragContext
protected  com.google.gwt.user.client.ui.Widget VerticalPanelDropController.newPositioner(DragContext context)
           
protected  com.google.gwt.user.client.ui.Widget IndexedDropController.newPositioner(DragContext context)
          Deprecated.  
protected  com.google.gwt.user.client.ui.Widget HorizontalPanelDropController.newPositioner(DragContext context)
           
protected  com.google.gwt.user.client.ui.Widget FlowPanelDropController.newPositioner(DragContext context)
           
protected abstract  com.google.gwt.user.client.ui.Widget AbstractInsertPanelDropController.newPositioner(DragContext context)
          Called by AbstractInsertPanelDropController.onEnter(DragContext) to create a new positioner widget for this InsertPanel drop target.
protected abstract  com.google.gwt.user.client.ui.Widget AbstractIndexedDropController.newPositioner(DragContext context)
          Deprecated. Called by AbstractIndexedDropController.onEnter(DragContext) to create a new positioner widget for this indexed drop target.
 void DropController.onDrop(DragContext context)
          Called when the draggable widget or its proxy is dropped on our drop target.
 void AbstractInsertPanelDropController.onDrop(DragContext context)
           
 void AbstractIndexedDropController.onDrop(DragContext context)
          Deprecated.  
 void AbstractDropController.onDrop(DragContext context)
           
 void AbsolutePositionDropController.onDrop(DragContext context)
           
 void DropController.onEnter(DragContext context)
          Called when the draggable widget or its proxy engages our drop target.
 void AbstractInsertPanelDropController.onEnter(DragContext context)
           
 void AbstractIndexedDropController.onEnter(DragContext context)
          Deprecated.  
 void AbstractDropController.onEnter(DragContext context)
           
 void AbsolutePositionDropController.onEnter(DragContext context)
           
 void DropController.onLeave(DragContext context)
          Called when the reference widget stops engaging our drop target by leaving the area of the page occupied by our drop target, or after DropController.onDrop(DragContext) to allow for any cleanup.
 void AbstractInsertPanelDropController.onLeave(DragContext context)
           
 void AbstractIndexedDropController.onLeave(DragContext context)
          Deprecated.  
 void AbstractDropController.onLeave(DragContext context)
           
 void AbsolutePositionDropController.onLeave(DragContext context)
           
 void GridConstrainedDropController.onMove(DragContext context)
           
 void DropController.onMove(DragContext context)
          Called with each mouse movement while the reference widget is engaging our drop target.
 void AbstractInsertPanelDropController.onMove(DragContext context)
           
 void AbstractIndexedDropController.onMove(DragContext context)
          Deprecated.  
 void AbstractDropController.onMove(DragContext context)
           
 void AbsolutePositionDropController.onMove(DragContext context)
           
 void DropController.onPreviewDrop(DragContext context)
          Called just prior to DropController.onDrop(DragContext) to allow the drop operation to be cancelled by throwing a VetoDragException.
 void BoundaryDropController.onPreviewDrop(DragContext context)
           
 void AbstractInsertPanelDropController.onPreviewDrop(DragContext context)
           
 void AbstractIndexedDropController.onPreviewDrop(DragContext context)
          Deprecated.  
 void AbstractDropController.onPreviewDrop(DragContext context)
           
 

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

Methods in com.sage.swt.client.widget.dnd with parameters of type DragContext
 void ScrollableDropTargetDropController.handleDragProxyMovementWithScroll(DragContext context, com.google.gwt.user.client.ui.Widget proxy)
          Handle the drag proxy movement by scrolling it's content when the drag proxy approaches the drop target's boundary
protected  com.google.gwt.user.client.ui.Widget SwtCellPanelDropController.newPositioner(DragContext context)
          Called by SwtCellPanelDropController.onEnter(DragContext) to create a new positioner widget for this indexed drop target.
 void SwtTreeItemDropController.onDrop(DragContext context)
          Called when the draggable widget or its proxy is dropped on our drop target.
 void SwtFlowPanelDropController.onDrop(DragContext dragContext)
           
 void SwtCellPanelDropController.onDrop(DragContext context)
          Called when the draggable widget or its proxy is dropped on our drop target.
 void SwtAbsoluteDropController.onDrop(DragContext context)
          Called when the draggable widget or its proxy is dropped on our drop target.
 void AbstractSimplePanelDropController.onDrop(DragContext context)
          Called when the draggable widget or its proxy is dropped on our drop target.
 void SwtTreeDropController.onDropDoNothing(DragContext context)
           
 void SwtTreeItemDropController.onEnter(DragContext context)
          Called when the draggable widget or its proxy engages our drop target.
 void SwtCellPanelDropController.onEnter(DragContext context)
          Called when the draggable widget or its proxy engages our drop target.
 void AbstractSimplePanelDropController.onEnter(DragContext context)
          Called when the draggable widget or its proxy engages our drop target.
 void SwtTreeDropController.onEnterDoNothing(DragContext context)
           
 void SwtTreeItemDropController.onLeave(DragContext context)
          Called when the reference widget stops engaging our drop target by leaving the area of the page occupied by our drop target, or after DropController.onDrop(DragContext) to allow for any cleanup.
 void SwtCellPanelDropController.onLeave(DragContext context)
          Called when the reference widget stops engaging our drop target by leaving the area of the page occupied by our drop target, or after DropController.onDrop(DragContext) to allow for any cleanup.
 void AbstractSimplePanelDropController.onLeave(DragContext context)
          Called when the reference widget stops engaging our drop target by leaving the area of the page occupied by our drop target, or after DropController.onDrop(DragContext) to allow for any cleanup.
 void SwtTreeDropController.onLeaveDoNothing(DragContext context)
           
 void SwtTreeItemDropController.onMove(DragContext context)
          Called with each mouse movement while the reference widget is engaging our drop target.
 void SwtCellPanelDropController.onMove(DragContext context)
          Called with each mouse movement while the reference widget is engaging our drop target.
 void SwtTreeDropController.onMoveDoNothing(DragContext context)
           
 void SwtTreeviewTreeItemDropController.onPreviewDrop(DragContext context)
          Called just prior to DropController.onDrop(DragContext) to allow the drop operation to be cancelled by throwing a VetoDragException.
 void SwtTreeItemDropController.onPreviewDrop(DragContext context)
          Called just prior to DropController.onDrop(DragContext) to allow the drop operation to be cancelled by throwing a VetoDragException.
 void SwtCellPanelDropController.onPreviewDrop(DragContext context)
          Called just prior to DropController.onDrop(DragContext) to allow the drop operation to be cancelled by throwing a VetoDragException.
 void AbstractSimplePanelDropController.onPreviewDrop(DragContext context)
          Called just prior to DropController.onDrop(DragContext) to allow the drop operation to be cancelled by throwing a VetoDragException.
 void SwtTreeDropController.onPreviewDropDoNothing(DragContext context)
           
 



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