Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 546 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 546 Bytes

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 facilities to perform reflective calls. Efforts have been made to make the API as ergonomic, fast and useful in usage as possible.