org.olat.core.gui.control.dragdrop
Class DragAndDropImpl

java.lang.Object
  extended by org.olat.core.gui.control.dragdrop.DragAndDropImpl
All Implemented Interfaces:
DragAndDrop

public class DragAndDropImpl
extends java.lang.Object
implements DragAndDrop

Description:
TODO: Felix Class Description for DragAndDropImpl this class is not threadsafe.

Initial Date: 11.04.2006

Author:
Felix

Constructor Summary
DragAndDropImpl(DraggableCreator ddc)
           
 
Method Summary
 Draggable activateDraggable()
           
 Droppable activateDroppable()
           
 void deactivateDraggable()
           
 void deactivateDroppable()
           
 Draggable getDraggable()
           
 DroppableImpl getDroppableImpl()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragAndDropImpl

public DragAndDropImpl(DraggableCreator ddc)
Method Detail

activateDroppable

public Droppable activateDroppable()
Specified by:
activateDroppable in interface DragAndDrop
See Also:
DragAndDrop.activateDroppable()

deactivateDroppable

public void deactivateDroppable()
Specified by:
deactivateDroppable in interface DragAndDrop
See Also:
DragAndDrop.deactivateDroppable()

activateDraggable

public Draggable activateDraggable()
Specified by:
activateDraggable in interface DragAndDrop
See Also:
DragAndDrop.activateDraggable()

deactivateDraggable

public void deactivateDraggable()
Specified by:
deactivateDraggable in interface DragAndDrop
See Also:
DragAndDrop.deactivateDraggable()

getDroppableImpl

public DroppableImpl getDroppableImpl()

getDraggable

public Draggable getDraggable()
Returns:
Returns the draggable.