Going to a Type
 See Also
The Go to Type dialog box lets you find a type (class, struct, enum, 
or typedef) by its name or prefix. The search is performed on all open projects.
 
To go directly to a type:
- Choose Navigate > Go To Type (Ctrl-O).
- In the Go to Type dialog box, type a character string or regular expression 
in the Type Name field. Types that match the string are displayed in the 
Types Found list.
- To constrain the search, select the Case 
Sensitive check box.
- Double-click a type, or select a type in the Types Found list and click OK.
The Source Editor displays the declaration of that type.
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.