| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.christophermerrill |
| ArtifactId | ArtifactIdFancyFxTree |
| Last Version | Last Version3.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFancyFxTree
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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| FancyFxTree-3.6.pom | |
| FancyFxTree-3.6.jar | 47 KB |
| FancyFxTree-3.6-sources.jar | 21 KB |
| FancyFxTree-3.6-javadoc.jar | 430 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.openjfx : javafx-controls | jar | 14.0.1 |
| 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 |