Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nava2/jfxproperties
Simple implementation of reflective properties based off of JavaFX
https://github.com/nava2/jfxproperties
java javafx javafx-library
Last synced: 23 days ago
JSON representation
Simple implementation of reflective properties based off of JavaFX
- Host: GitHub
- URL: https://github.com/nava2/jfxproperties
- Owner: Nava2
- License: apache-2.0
- Archived: true
- Created: 2017-05-24T03:26:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T03:35:39.000Z (over 7 years ago)
- Last Synced: 2024-09-29T03:41:05.077Z (5 months ago)
- Topics: java, javafx, javafx-library
- Language: Java
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jfxproperties
This package provides a utility to build up `PropertyObject` values that store all of the `javafx`/java-bean properties
of a type and allow for direct and fast access to them. Additionally, the `PropertyObject` facilitates iteration across
these properties in a "reflection-like" style. This library relies on
[Google Guava's Reflection](https://github.com/google/guava/wiki/ReflectionExplained) facilities to perform reflective
calls. Efforts have been made to make the API as ergonomic, fast and useful in usage as possible.