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

Simple implementation of reflective properties based off of JavaFX

License

Notifications You must be signed in to change notification settings

Nava2/jfxproperties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple implementation of reflective properties based off of JavaFX

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages