Name
|
Function
|
Keyboard Shortcut |
---|---|---|
Go Into
|
Sets the view input to the currently selected element.
Supported by the Packages Explorer
view.
|
|
Go To
|
|
|
Open Declaration
|
Tries to resolve the element referenced at the current
code selection and opens the file declaring the reference.
|
F3 |
Open Type Hierarchy
|
Tries to resolve the element referenced at the current
code selection and opens the element in the
Type Hierarchy view. Invoked on elements, opens the type hierarchy
of the element. Supported in the Java editor and views showing Java elements.
|
F4 |
Open Super Implementation
|
Open an editor for the super implementation of the currently
selected method or method surrounding the current cursor position. No
editor is opened if no method is selected or the method has no super implementation.
|
|
Open External Javadoc | Opens the Javadoc documentation of the currently selected element or text selection. The location of the Javadoc of a JAR or a project is specified in the Javadoc Location property page on projects or JARs. Note that this external Javadoc documentation may not be up to date with the Javadoc specified in the current code. You can create Javadoc documentation for source files in a Java project using the Javadoc export wizard. | Shift + F2 |
Open Type | Brings up the Open Type selection dialog to open a type in the editor.The Open Type selection dialog shows all types existing in the workspace. | Ctrl + Shift + T |
Open Type In Hierarchy | Brings up the Open Type selection dialog to open a type in the editor and the Type Hierarchy view. The Open Type selection dialog shows all types that exist in the workspace. | Ctrl + Shift + H |
Show in Package Explorer | Reveals the currently selected element (or the element surrounding the current cursor position) in the Package Explorer view. | |
Show in Navigator View | Reveals the currently selected element's underlying resource (or the current editor's underlying resource) in the Navigator view. | |
Go to Next Problem | Selects the next problem. Supported in the Java editor. | Ctrl + . |
Go to Previous Problem | Selects the previous problem. Supported in the Java editor. | Ctrl + , |
Java views
Java development tools (JDT)
Package Explorer view
Type Hierarchy view
Javadoc Location properties
Javadoc export wizard