Reputation: 10038
In Xcode, there is a function where if I want to see the part of my class that is accessible to the public, I would simply press a button named "generate interface" and it will show a screen that only contain variable names and method names that are declared public without actually create a new file containing those variables and methods.
I was just wondering if there is a similar function in NetBeans for Java class?
Upvotes: 0
Views: 886