public abstract static class GenericDragEventHandler.DragAction<D extends GenericDragEventHandler.Draggable<?>> extends Object
| Constructor and Description |
|---|
GenericDragEventHandler.DragAction(D draggable) |
| Modifier and Type | Method and Description |
|---|---|
D |
getDraggable() |
abstract GenericDragEventHandler.DragAndDropFeature |
getFeature()
Gets the feature associated to this action
|
abstract void |
onDrag(int x,
int y,
int dragStartX,
int dragStartY)
Action to me taken when drag happens
|
abstract void |
onStartDrag()
Action to me taken when drag starts
|
public GenericDragEventHandler.DragAction(D draggable)
draggable - move - public abstract void onStartDrag()
public abstract GenericDragEventHandler.DragAndDropFeature getFeature()
public abstract void onDrag(int x,
int y,
int dragStartX,
int dragStartY)
x - y - dragStartX - dragStartY - public D getDraggable()
Copyright © 2014. All rights reserved.