This library make the "Full Press-Drag-Release Gesture" in javafx avaliable for B4J. It is not the same as jDragAndDrop or jDragAndDrop2, witch is perfect if you want to drag an object from one place to another.
This library makes is possible to add the following events to a view:
The attached example depends on jDragAndDrop2. (The FullDragRelease library does not depend on jDragAndDrop2)
This library makes is possible to add the following events to a view:
- DragDetected(EventData As MouseEvent) as boolean
- MouseDragEntered(EventData as MouseEvent)
- MouseDragExited(EventData as MouseEvent)
- MouseDragOver(EventData as MouseEvent)
- MouseDragReleased(EventData as MouseEvent)
The attached example depends on jDragAndDrop2. (The FullDragRelease library does not depend on jDragAndDrop2)