Node:Working with JDEE, Next:Compile-window on demand, Previous:Grepping directories, Up:Tips and tricks
ECB is completely language independent, i.e. it works with any language supported by semantic (e.g. C, C++, Java, Elisp etc.).
But there are some special integrations for the great Java-Development-Environment JDEE:
With the command ecb-jde-display-class-at-point
you can display
the contents of the class which contains the definition of the
"thing" at point (which can be a method, variable etc.).
The popup-menus in the directories- and the sources-buffer offer a
command "Create Source" which allows easy creating new java-sources
by calling the command jde-gen-class-buffer
.