Uses of Interface
com.ebmwebsourcing.geasytools.geasyui.api.draggable.IDragProxy

Packages that use IDragProxy
com.ebmwebsourcing.geasytools.geasyui.api.draggable   
com.ebmwebsourcing.geasytools.geasyui.api.draggable.events   
com.ebmwebsourcing.geasytools.geasyui.impl.draggable   
com.ebmwebsourcing.geasytools.geasyui.impl.draggable.events   
 

Uses of IDragProxy in com.ebmwebsourcing.geasytools.geasyui.api.draggable
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.draggable that return IDragProxy
 IDragProxy IDropProxyIndicator.getDragProxy()
           
 

Uses of IDragProxy in com.ebmwebsourcing.geasytools.geasyui.api.draggable.events
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.draggable.events that return IDragProxy
 IDragProxy IProxyDragStopEvent.getDragProxy()
           
 IDragProxy IProxyDragMoveEvent.getDragProxy()
           
 IDragProxy IProxyAcceptedAfterDropEvent.getDragProxy()
           
 IDragProxy IProxyAcceptedBeforeDropEvent.getDragProxy()
           
 IDragProxy IProxyRefusedBeforeDropEvent.getDragProxy()
           
 IDragProxy IProxyRefusedAfterDropEvent.getDragProxy()
           
 IDragProxy IProxyDragStartEvent.getDragProxy()
           
 

Uses of IDragProxy in com.ebmwebsourcing.geasytools.geasyui.impl.draggable
 

Classes in com.ebmwebsourcing.geasytools.geasyui.impl.draggable that implement IDragProxy
 class DraggableProxy
          The only thing that interest us here are the events that current proxy may receive.
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.draggable that return IDragProxy
 IDragProxy DropProxyIndicator.getDragProxy()
           
 

Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.draggable with parameters of type IDragProxy
DropProxyIndicator(IDragProxy dragProxy)
           
 

Uses of IDragProxy in com.ebmwebsourcing.geasytools.geasyui.impl.draggable.events
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.draggable.events that return IDragProxy
 IDragProxy ProxyAcceptedAfterDropEvent.getDragProxy()
           
 IDragProxy ProxyRefusedAfterDropEvent.getDragProxy()
           
 IDragProxy ProxyRefusedBeforeDropEvent.getDragProxy()
           
 IDragProxy ProxyDragMoveEvent.getDragProxy()
           
 IDragProxy ProxyDragStopEvent.getDragProxy()
           
 IDragProxy ProxyDragStartEvent.getDragProxy()
           
 IDragProxy ProxyAcceptedBeforeDropEvent.getDragProxy()
           
 

Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.draggable.events with parameters of type IDragProxy
ProxyAcceptedAfterDropEvent(IDragProxy dragProxy, IAcceptedAfterDropEvent acceptedAfterDropEvent)
           
ProxyAcceptedBeforeDropEvent(IDragProxy dragProxy, IAcceptedBeforeDropEvent acceptedBeforeDropEvent)
           
ProxyDragMoveEvent(IDragProxy dragProxy, IDragMoveEvent dragStartEvent)
           
ProxyDragStartEvent(IDragProxy dragProxy, IDragStartEvent dragStartEvent)
           
ProxyDragStopEvent(IDragProxy dragProxy, IDragStopEvent dragStopEvent)
           
ProxyRefusedAfterDropEvent(IDragProxy dragProxy, IRefusedAfterDropEvent refusedAfterDropEvent)
           
ProxyRefusedBeforeDropEvent(IDragProxy dragProxy, IRefusedBeforeDropEvent refusedBeforeDropEvent)
           
 



Copyright © 2010-2011 Petals Link. All Rights Reserved.