Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 479 Bytes

File metadata and controls

12 lines (11 loc) · 479 Bytes

Draggable-JavaFX-TreeView

Drag and Drop implementation of CellFactory for TreeView's in JavaFX for items and items (folders) containing children.

Add as dependency:

This project is published to maven central (https://mvnrepository.com/artifact/me.davidthaler/draggablejfxtreeview) and can be added using the following dependency:

<dependency>
  <groupId>me.davidthaler</groupId>
  <artifactId>draggablejfxtreeview</artifactId>
  <version>1.0</version>
</dependency>