Eclipse IDE. See list of all a class's inherited methods

Justian Meyer picture Justian Meyer · Dec 16, 2010 · Viewed 15.8k times · Source

Gonna keep this one short. Is there any way to click on the name of a class in the editor and see a list of all of its methods (inherited and otherwise) in another window?

This relates to my other question here: https://stackoverflow.com/questions/4457751/drag-and-drop-with-andengine-android, where I'm afraid I am overlooking a useful method.

Many thanks in advance for any help.

-Justian M.

Answer

Pakka Techie picture Pakka Techie · Dec 16, 2010

You can use ctrl+O in the target class and when you want to see its inherited methods/members you have to again press ctrl+O (two times ctrl+O). This will work for both source files and class files