Sorry, I don't know of and can't find anything like this.  It looks like
your only solution is naming the classes the same in AS and Java.
-Brian

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jeff Krueger
Sent: Tuesday, June 28, 2005 5:31 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Object.registerClass reverse lookup

I thought that was only for finding an instance of an actionScript class
given the name of the actionScript class.  I want to take the java class
name and find out what actionScript class is associated with it.  The
result of the unknown function would then be used in
mx.util.ClassUtil.findClass to get and instance of an actionScipt class.


Jeff 

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Manish Jethani
Sent: Tuesday, June 28, 2005 2:39 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Object.registerClass reverse lookup

On 6/29/05, Jeff Krueger <[EMAIL PROTECTED]> wrote:

> Is there a way to do a reverse lookup within actionScipt of the data
that is
> used in Object.registerClass? 

> So for example 
> 
> Object.registerClass("com.foo.test", TestVO); 

mx.utils.ClassUtil.findClass() ?


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to