<html> | |
<head> | |
<link rel="stylesheet" type="text/css" href="css/tips.css"> | |
</head> | |
<body> | |
<p>You can view all methods of the implemented interfaces in a class, if you place the caret at the implements keyword | |
in the class declaration, press <span class="shortcut">&shortcut:HighlightUsagesInFile;</span>, and select the desired interface from the list:</p> | |
<p class="image"><img src="images/highlightImplemented.png"></p> | |
</body> | |
</html> |