Opening an editor on a type

You can open an editor on any type in the workbench.
Note: If you open a type from a CLASS or JAR file, you will see a special editor showing only method signatures unless you have attached source to it.

1. Press Ctrl+Shift+T or, select Navigate > Open Type from the menu bar. The Open Type dialog opens.

2. In the Choose a type field, begin typing an expression to narrow the list of available types, using wildcards as needed. As you type, the list is filtered to display only types that match the current expression.

3. In the Matching Types list, select a type. When there is more than one definition of a type, then select a package in the Qualifier list.

4. Click OK when you are done. An editor opens on the selected type.

Related concepts

Java editor

Related tasks

Attaching source to a JAR file
Opening an editor for a selected element
Using the Java editor
 

Related reference

Navigate actions
Views and editors
 

Copyright IBM Corporation 2000, 2002. All Rights Reserved.