JMirror0.1
A Java application to investigate a given class.
Friday, March 30, 2001
- Development
- Languages
- Java

Through the use of the java.lang.reflect package, JMirror provides the ability to load an arbitrary class given the class name, to display all class information such as constructors, methods, data members; to call arbitrary methods or constructors of a class and store their return values. Through the use of this ability, it is possible to create new Widgets, and utilize them much like an application builder (such as NetBeans); to store return values of methods and constructors to be later used as "this" or parameters for method/constructor calls.
- linux
- Downloads1419
- LicenseGPL
- PlatformsAll Platforms (Java)
- RequirementsJava JDK 1.3 (or compatible)
- Tags
Downloads / Release History
Comments
No comment. Be the first to enter a comment.