Paul Kinnucan wrote:

> At 05:29 PM 5/2/00 -0400, you wrote:
> >What about some way of quickly moving  around in the hierarchy tree? I'm
> really
> >missing a class hierarchy browser functionality, like the one provided by
> >oo-browser. I would expect that getting all the descendants of a class would
> >imply a huge search on other files in the project (maybe not, I hope there is
> >an easier way) but I think that a quick way to go to the ancestor (and the
> >implemented interfaces ) definition would be useful.
>
> Have you tried M-x jde-browse-class? This displays a Java-based class
> browser with three panes across the top and one on the bottom. The top left
> pane shows all packages on your jde-global-classpath. The middle pane shows
> all classes defined in the package selected in the Packages pane. The
> Methods pane shows the signatures of all methods defined by the the class
> selected in the Class pane. The bottom pane shows all the ancestors of the
> currently selected class. You can display any ancestor by clicking on it.

When you say "display" you don't mean displaying it (the source code of the class) on
Emacs, right? I tried and it didn't work. I searched for documentation on the
ClassBrowser in the BeanShell site and could not find anything. Is there any way to
integrate/extend it to make it work closer with Emacs? It is nice to launch the
browser from inside JDE, but I would like to do the reverse operation - using the
browser to select a file/method inside Emacs - as well.

It would be wonderful to have this kind of functionality as standard Emacs code (i.e.
using Emacs buffers, etc.)

Regards,
    Nascif

Reply via email to