Search code examples
javaeclipseandroid-sdk-tools

How to see the methods I can override in Eclipse?


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


Solution

  • Goto Source --> Override/Implement Methods

    enter image description here
    Here I extends Thread select the needed methods from there.

    enter image description here