com.ebmwebsourcing.geasytools.geasyui.impl.droppable
Class DDManager

java.lang.Object
  extended by com.ebmwebsourcing.geasytools.geasyui.impl.droppable.DDManager
All Implemented Interfaces:
IDDManager

public class DDManager
extends java.lang.Object
implements IDDManager

Author:
nfleury

Constructor Summary
DDManager(IUIPanel uipanel)
           
 
Method Summary
 void addDroppable(IDroppableElement droppable)
           
 void draggingElement(IDraggableElement draggedElement, float x, float y)
           
 void dragStartElement(IDraggableElement draggedStartElement)
           
 java.util.ArrayList<IDroppableElement> getDroppables()
           
 IUIPanel getUIPanel()
           
 void releasingDragElement(IDraggableElement draggedStoppedElement, float x, float y)
           
 void removeDroppable(IDroppableElement droppable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDManager

public DDManager(IUIPanel uipanel)
Method Detail

addDroppable

public void addDroppable(IDroppableElement droppable)
Specified by:
addDroppable in interface IDDManager

dragStartElement

public void dragStartElement(IDraggableElement draggedStartElement)
Specified by:
dragStartElement in interface IDDManager

releasingDragElement

public void releasingDragElement(IDraggableElement draggedStoppedElement,
                                 float x,
                                 float y)
Specified by:
releasingDragElement in interface IDDManager

draggingElement

public void draggingElement(IDraggableElement draggedElement,
                            float x,
                            float y)
Specified by:
draggingElement in interface IDDManager

getDroppables

public java.util.ArrayList<IDroppableElement> getDroppables()
Specified by:
getDroppables in interface IDDManager

getUIPanel

public IUIPanel getUIPanel()
Specified by:
getUIPanel in interface IDDManager

removeDroppable

public void removeDroppable(IDroppableElement droppable)
Specified by:
removeDroppable in interface IDDManager


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