I’m currently working with a JavaFx-2’s TreeView representing a file system.
I want to enable drag and drop to allow move operations, but it looks like TreeItem doesn’t include drag events listeners. I was only able to implement drag and drop on the englobing TreeView object, but it doesn’t work for sub-items.
Am I missing something, or are drag and drop events not supported for TreeItems yet?
Question answered by Csh on the Oracle Forums : https://forums.oracle.com/forums/message.jspa?messageID=10426066#10426066
If he wants to claim his reputation or add information to his solution, I’ll change this answer.