

On the right hand side pane you can see the attributes and methods of a selected type are shown. On the left hand side pane type, its super type and sub type are available. The Type Hierarchy is an excellent view for learning about the hierarchy of a type. Once you select a type, its hierachy is shown in the Type Hierarchy view. The Open Type in Hierarchy dialog box can be used to locate any Java type in the build path. The Open Type in Hierarchy menu items allows you to open a type in the Type Hierarchy view.
#Eclipse dvd navigation code
The source code for the types that comes with the java distribution is in src.zip which is located in the java home folder. You can use the Attach Source button to specify where the source code for the class is located. If source code is not available for the selected type it will use the Class File editor to show the byte code of the selected type. Select the type you are interested in and click OK.Įclipse will open up an editor showing the selected type. The dialog box will show all the names that match the given pattern. The '*' character which stands for 0 or more characters and '?' which stands for a single character can be used to specify patterns. In the filter text box enter in either the fully qualified name or name of a class. The Open Type menu item brings up a dialog box that allows you to locate a Java type. The navigate menu provides a number of menu items that allow you to quickly locate and navigate to a resource.Īmong them, the Open Type, Open Type in Hierarchy and Open Resource menu items tend to be very useful.
