I've never used it, but you might give GWT Reflection a try. http://gwtreflection.sourceforge.net/
On Friday, October 19, 2012 12:58:40 PM UTC-7, darkflame wrote: > > I am looking to make a little debugging widget for my (rather complex) > app. It would be helpfull if I could construct something that would look at > a class and display all its data. > I can handle the GUI side of it easily enough..but Java wise I don't know > where to start or if its even possible to navigate a arbitrary class in > this way. > > Ideally Id want to get a list of variable names and their values. > I assume Id need to compile as pretty or detailed for the variable names > to even be there - thats fine. > > Thanks for any pointers, > -Thomas > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/BexDoKsQIEAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
