A B C D E F G H I M N O P R S T V W

M

makeDraggable(Draggable, DragConfiguration, Element) - Method in interface ch.unifr.pai.twice.dragndrop.client.DragNDrop.DragNDropIntf
Registers a widget implementing the interface Draggable to be draggable while providing a DragConfiguration which shall be applied to the drags for this widget as well as a HTML element to be a template for the drag proxy (the element which is shown in a semi-transparent way below the mouse pointer during the drag)
makeDraggable(Draggable) - Static method in class ch.unifr.pai.twice.dragndrop.client.DragNDrop
Registers a widget to be draggable
makeDraggable(Draggable, Element) - Static method in class ch.unifr.pai.twice.dragndrop.client.DragNDrop
Registers a widget to be draggable while providing a HTML element to be a template for the drag proxy (the element which is shown in a semi-transparent way below the mouse pointer during the drag)
makeDraggable(Draggable, DragConfiguration) - Static method in class ch.unifr.pai.twice.dragndrop.client.DragNDrop
Registers a widget to be draggable while providing a specific DragConfiguration which shall be applied to the drags for this widget
makeDraggable(Draggable, DragConfiguration, Element) - Static method in class ch.unifr.pai.twice.dragndrop.client.DragNDrop
Registers a widget to be draggable while providing a DragConfiguration which shall be applied to the drags for this widget as well as a HTML element to be a template for the drag proxy (the element which is shown in a semi-transparent way below the mouse pointer during the drag)
makeDraggable(Draggable, DragConfiguration, Element) - Method in class ch.unifr.pai.twice.dragndrop.client.MPDragNDrop
 
MPDragNDrop - Class in ch.unifr.pai.twice.dragndrop.client
A drag and drop implementation for multiple mouse pointers (as well as single mouse pointers)
MPDragNDrop() - Constructor for class ch.unifr.pai.twice.dragndrop.client.MPDragNDrop
 
MPDragNDrop.Callback<T> - Interface in ch.unifr.pai.twice.dragndrop.client
A simple callback interface
MPDragNDrop.DropCommand - Class in ch.unifr.pai.twice.dragndrop.client
The drop command is a transport object to hand over the information of a drop from the widget's drag handler to a drop target.
MPDragNDrop.DropCommand(DropTargetHandler, String, MPDragNDrop, Event, Double, Double, int, int, boolean) - Constructor for class ch.unifr.pai.twice.dragndrop.client.MPDragNDrop.DropCommand
 
MPDragNDrop.ValueHolder<T> - Class in ch.unifr.pai.twice.dragndrop.client
A helper class to hold a value
MPDragNDrop.ValueHolder() - Constructor for class ch.unifr.pai.twice.dragndrop.client.MPDragNDrop.ValueHolder
 

A B C D E F G H I M N O P R S T V W