antlr / stringtemplate4

StringTemplate 4
http://www.stringtemplate.org
Other
955 stars 231 forks source link

Add JavaFX Property support. #202

Closed exastion closed 4 years ago

exastion commented 6 years ago

This was just what I needed, but as I am using JavaFX and have all my Classes set up to use Properties, I added support for these Properties.

I don't know if this is the best way to do this, but I'm not really familiar with Reflection.

Clashsoft commented 4 years ago

I think starting with Java 11, this change is problematic as it forces users to have a dependency on JavaFX. Perhaps an optional JavaFXModelAdaptor in a separate library would be a better choice.

parrt commented 4 years ago

Yeah, i don't think we'll support JavaFX so closing.