Questions tagged [treecell]

16 questions
0
votes
1 answer

JavaFx 8 TreeCell Drag and Drop

The objective is to use drag and drop on a treeView to move the nodes on itself.I have seen several examples where the events are handled in a redefined TreeCell, but only the detected event is triggered. This is my code: public class TreeCellImpl…
Alessandro
  • 282
  • 3
  • 10
1
2