I want to know how can I see the methods of the superclass directly from the class where I'm going to override the method. Is It possible? I use Eclipse and Java
Goto Source --> Override/Implement Methods
Here I extends Thread select the needed methods from there.