javafx - Java reflection for library classes -


i have class large number of variables use myclass.class.getdeclaredfields() , loop save simple types such int, double etc.

now i'm stuck on 'not simple ones' such javafx.scene.paint.color, javafx.scene.effect.innershadow etc.

can save values somehow using myclass.class.getdeclaredfields() or need save them separately (i.e. manually)?


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -