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 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -