A method hierarchy makes it possible to examine a tree-view of the classes where a given method is:
- defined (
). - not defined, but defined in the superclass (
). - to be defined, because the class is not abstract (
).
-
Select the desired method in the Project tool window, or place the caret at the method declaration
in the editor.
- Do one of the following:
- On the main menu, choose .
- Press Ctrl+Shift+H.
See Also
Procedures:
Reference:
Web Resources: