On Wed, 2005-08-10 at 10:49 -0600, Tom Tromey wrote: > >>>>> "Aaron" == Aaron Luchko <[EMAIL PROTECTED]> writes: > > Aaron> My understanding from that is USE_ALL_BEANINFO is equivalent to just > Aaron> getBeanInfo(class). IGNORE_IMMEDIATE_BEANINFO would I guess be BeanInfo > Aaron> on all the superclasses but not the class itself. > IGNORE_ALL_BEANINFO... > Aaron> BeanInfo with nothing??? > > Yeah, I don't know about IGNORE_ALL_BEANINFO. > > Aaron> Either way whatever combination of beans and flags I try I'm getting > Aaron> exactly the same results and I can't tell what, if anything, these > flags > Aaron> are doing. > > One approach might be to see if you can find code out there that uses > these flags, and work backward from there.
I've searched google high and low and the only code I could find is the eclipse class which uses it and is the reason I'm trying to implement it in the first place (btw this link is to EPL'd code) . http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.gef/src/org/eclipse/gef/tools/AbstractTool.java?cvsroot=Tools_Project I'm not sure what they're doing with it there and still can't uncover any differences. Aaron _______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
