Navigate to a Java element's declaration
- Open the
junit.samples.money.MoneyTest.java
file in the Java editor.
- On the first line of the MoneyTest class declaration, select the
superclass TestCase and either
- from the menu bar select Navigate > Open Declaration or
- press F3.
The TestCase class opens in the editor area and is also represented in
the Outline view.
Note: This command also works on methods and fields.
- With the TestCase.java editor open and the class declaration
selected:
- from the menu bar select Navigate > Open Type Hierarchy or
- press F4.
-
The Hierarchy view opens with the TestCase class displayed.
Note: You can also open editors on types and methods in the Hierarchy view.
Opening an editor for a selected element
Type Hierarchy View