开发者

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

For example, I have:

JPanel pan = new JPanel();

then I do "pan." and eclipse shows Content Assist. In this content assist, there开发者_JAVA百科 are all methods in JPanel class and all methods in all JPanel superclasses (a lots). I want that eclipse shows me only the methods of the JPanel class, not the methods of its superclasses.

how to do that?


Its not content assist, but you can use Ctrl + O to see all methods of class without superclass.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜