Uses of Interface
com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IRefusedAfterDropEvent

Packages that use IRefusedAfterDropEvent
com.ebmwebsourcing.geasytools.geasyui.api.draggable.events   
com.ebmwebsourcing.geasytools.geasyui.impl.core   
com.ebmwebsourcing.geasytools.geasyui.impl.draggable.events   
com.ebmwebsourcing.geasytools.geasyui.impl.resizable   
com.ebmwebsourcing.geasytools.geasyui.impl.uipanel   
 

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

Methods in com.ebmwebsourcing.geasytools.geasyui.api.draggable.events that return IRefusedAfterDropEvent
 IRefusedAfterDropEvent IProxyRefusedAfterDropEvent.getRefusedAfterDropEvent()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.draggable.events with parameters of type IRefusedAfterDropEvent
 void IDragHandler.onRefusedAfterDrop(IRefusedAfterDropEvent event)
          Fired after drop and when current element is not part of acceptable elements of the concerned IDroppable
 

Uses of IRefusedAfterDropEvent in com.ebmwebsourcing.geasytools.geasyui.impl.core
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.core with parameters of type IRefusedAfterDropEvent
 void DefaultContainerConnectorHandler.onRefusedAfterDrop(IRefusedAfterDropEvent event)
           
 

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

Classes in com.ebmwebsourcing.geasytools.geasyui.impl.draggable.events that implement IRefusedAfterDropEvent
 class RefusedAfterDropEvent
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.draggable.events that return IRefusedAfterDropEvent
 IRefusedAfterDropEvent ProxyRefusedAfterDropEvent.getRefusedAfterDropEvent()
           
 

Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.draggable.events with parameters of type IRefusedAfterDropEvent
ProxyRefusedAfterDropEvent(IDragProxy dragProxy, IRefusedAfterDropEvent refusedAfterDropEvent)
           
 

Uses of IRefusedAfterDropEvent in com.ebmwebsourcing.geasytools.geasyui.impl.resizable
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.resizable with parameters of type IRefusedAfterDropEvent
 void ResizeUIHandler.onRefusedAfterDrop(IRefusedAfterDropEvent event)
           
 

Uses of IRefusedAfterDropEvent in com.ebmwebsourcing.geasytools.geasyui.impl.uipanel
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.uipanel with parameters of type IRefusedAfterDropEvent
 void SelectionMarker.onRefusedAfterDrop(IRefusedAfterDropEvent event)
           
 



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