FancyFxTree

An extension of JavaFX TreeView that makes it easy to implement a sophisticated tree with editing, drag-n-drop, dynamic updates without designing your data model around the TreeView expectations.

License

License

Categories

Categories

Net
GroupId

GroupId

net.christophermerrill
ArtifactId

ArtifactId

FancyFxTree
Last Version

Last Version

3.6
Release Date

Release Date

Type

Type

jar
Description

Description

FancyFxTree
An extension of JavaFX TreeView that makes it easy to implement a sophisticated tree with editing, drag-n-drop, dynamic updates without designing your data model around the TreeView expectations.
Project URL

Project URL

https://github.com/ChrisLMerrill/FancyFxTree
Source Code Management

Source Code Management

https://github.com/ChrisLMerrill/FancyFxTree

Download FancyFxTree

How to add to project

<!-- https://jarcasting.com/artifacts/net.christophermerrill/FancyFxTree/ -->
<dependency>
    <groupId>net.christophermerrill</groupId>
    <artifactId>FancyFxTree</artifactId>
    <version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.christophermerrill/FancyFxTree/
implementation 'net.christophermerrill:FancyFxTree:3.6'
// https://jarcasting.com/artifacts/net.christophermerrill/FancyFxTree/
implementation ("net.christophermerrill:FancyFxTree:3.6")
'net.christophermerrill:FancyFxTree:jar:3.6'
<dependency org="net.christophermerrill" name="FancyFxTree" rev="3.6">
  <artifact name="FancyFxTree" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.christophermerrill', module='FancyFxTree', version='3.6')
)
libraryDependencies += "net.christophermerrill" % "FancyFxTree" % "3.6"
[net.christophermerrill/FancyFxTree "3.6"]

Dependencies

compile (1)

Group / Artifact Type Version
org.openjfx : javafx-controls jar 14.0.1

runtime (3)

Group / Artifact Type Version
org.openjfx : javafx-graphics jar 14.0.1
org.openjfx : javafx-base jar 14.0.1
org.openjfx : javafx-controls jar 14.0.1

Project Modules

There are no modules declared in this project.

Versions

Version
3.6
3.5
3.4
3.3
3.2
3.1
3.0
1.0