When I use the Eclipse Content Assist ( Ctrl + Space ), I do not want to see methods inherited from the class of the object. I looked at the Eclipse help , but I cannot figure out how to do this.
You can use type filters to ignore the java.lang.Object class. This dialog can be found in the section "Settings → Java → Appearance".
java.lang.Object