Java Browsing perspective is a part of the Eclipse-based IDE.
It is supplied with Lycia to allow 4gl developers to work conveniently with their Java projects but is not developed by Querix.
You can find original documentation about Java functionality adopted by Lyciahere, here, and here.
Java Browsing perspective is a group of views and editors meant for browsing the structure of Java projects.
|
Projects |
shows all the resources of Java projects including source folders, external and internal libraries |
|
Packages |
shows Java packages for the currently selected Java project, source folder or library |
|
Types |
shows Java types for the currently selected package |
|
Members |
shows the content of a type, compilation unit, or a CLASS file |
|
Type Hierarchy |
shows the complete hierarchy for a type |
Java Browsing perspective shares the Type Hierarchy view with the Java Type Hierarchy perspective.
Here you can find out how to open and manipulate perspectives.
Here you can find out how to open and manipulate views.