org.olat.core.gui.control.dragdrop
Class DragAndDropImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DragAndDropImpl
public DragAndDropImpl(DraggableCreator ddc)
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.