java - With eclipse, how to hide superclasses methods in Content Assist? -


for example, have:

jpanel pan = new jpanel();

then "pan." , eclipse shows content assist. in content assist, there methods in jpanel class , methods in jpanel superclasses (a lots). want eclipse shows me methods of jpanel class, not methods of superclasses.

how that?

its not content assist, can use ctrl + o see methods of class without superclass.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -