Using Reflection to get all Classes?
- From: julianwissel@xxxxxx (Julian)
- Date: 29 Apr 2005 09:33:10 -0700
Hallo,
I'm currently writing a Java-Application that is supposed to offer a
sort of Class Browser (similar to the Smalltalk Class Browser).
I understood the necessarity of Reflections. It's easy to get a Class
with a known name (like: Class c = Class.forName(knownName);)
But I would like to create a Class Browser that shows all classes that
are available in the system. Is this possible? If it is, how?
Thank you very much in advance!
Julian Wissel
.
- Follow-Ups:
- Re: Using Reflection to get all Classes?
- From: Thomas Schodt
- Re: Using Reflection to get all Classes?
- From: Tor Iver Wilhelmsen
- Re: Using Reflection to get all Classes?
- Prev by Date: Re: Open Source Reporting Solution
- Next by Date: Re: Simple custom return type in Apache Axis
- Previous by thread: Struts: ActionForms with collections.
- Next by thread: Re: Using Reflection to get all Classes?
- Index(es):