com.ebmwebsourcing.petalsbpm.bpmndiagram.common
Class ContextualMenuHandler

java.lang.Object
  extended by com.ebmwebsourcing.petalsbpm.bpmndiagram.common.ContextualMenuHandler
All Implemented Interfaces:
com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.events.IContextualMenuHandler, com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.events.IDragProxyContextualMenuHandler, com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragProxyHandler, com.google.gwt.event.shared.EventHandler

public class ContextualMenuHandler
extends java.lang.Object
implements com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.events.IDragProxyContextualMenuHandler


Constructor Summary
ContextualMenuHandler(com.ebmwebsourcing.geasytools.geasyui.api.connectable.IConnectableElement connectableElement)
           
 
Method Summary
 com.ebmwebsourcing.geasytools.geasyui.api.uipanel.IUIPanel getUIPanel()
           
 void onProxyAcceptedAfterDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IProxyAcceptedAfterDropEvent event)
           
 void onProxyAcceptedBeforeDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IProxyAcceptedBeforeDropEvent event)
           
 void onProxyDragMove(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IProxyDragMoveEvent event)
           
 void onProxyDragStart(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IProxyDragStartEvent event)
           
 void onProxyDragStop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IProxyDragStopEvent event)
           
 void onProxyRefusedAfterDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IProxyRefusedAfterDropEvent event)
           
 void onProxyRefusedBeforeDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IProxyRefusedBeforeDropEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextualMenuHandler

public ContextualMenuHandler(com.ebmwebsourcing.geasytools.geasyui.api.connectable.IConnectableElement connectableElement)
Method Detail

getUIPanel

public com.ebmwebsourcing.geasytools.geasyui.api.uipanel.IUIPanel getUIPanel()

onProxyRefusedBeforeDrop

public void onProxyRefusedBeforeDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IProxyRefusedBeforeDropEvent event)
Specified by:
onProxyRefusedBeforeDrop in interface com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragProxyHandler

onProxyRefusedAfterDrop

public void onProxyRefusedAfterDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IProxyRefusedAfterDropEvent event)
Specified by:
onProxyRefusedAfterDrop in interface com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragProxyHandler

onProxyDragStop

public void onProxyDragStop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IProxyDragStopEvent event)
Specified by:
onProxyDragStop in interface com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragProxyHandler

onProxyDragStart

public void onProxyDragStart(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IProxyDragStartEvent event)
Specified by:
onProxyDragStart in interface com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragProxyHandler

onProxyDragMove

public void onProxyDragMove(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IProxyDragMoveEvent event)
Specified by:
onProxyDragMove in interface com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragProxyHandler

onProxyAcceptedBeforeDrop

public void onProxyAcceptedBeforeDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IProxyAcceptedBeforeDropEvent event)
Specified by:
onProxyAcceptedBeforeDrop in interface com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragProxyHandler

onProxyAcceptedAfterDrop

public void onProxyAcceptedAfterDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IProxyAcceptedAfterDropEvent event)
Specified by:
onProxyAcceptedAfterDrop in interface com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragProxyHandler


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.