MethodViewer and its associated window version
MethodViewerFrame
provide a GUI for doing this.
(The omegahat command is given below the screenshot.)
![]() |
|---|
| f = new MethodViewerFrame(getClass(),true); f.setVisible(true) |
To support further exploration,
clicking on the class
button brings up the ClassPathViewer
tool.
![]() |
|---|
| f = new GenericFrame("Classpath Viewer").component(new ClassPathViewer(this)); |
classpath. (The elements provided by the localClasses() and dynamicClassLoader() are not displayed in this
view at present.) For each of these elements, the classes contained
within it are displayed (currently as a list). When this window is
created from the MethodViewerFrame, selections made
within a class list are reflected in the MethodViewer by
displaying the elements of that class.
A different view can be provided dynamically using the Doclet package of Java2. This should preserve argument names. Later...