It's not a secret anymore!
The moose likes IDEs, Version Control and other tools and the fly likes Netbeans Shortcut Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Netbeans Shortcut" Watch "Netbeans Shortcut" New topic
Author

Netbeans Shortcut

frank braunstein
Ranch Hand

Joined: Dec 17, 2009
Posts: 60
Hi there,

I got a class which implements three interfaces. Is it possbile with a shortcut, like the format-shortcut (SHIFT-ALT-F), to import all mandatory methods into the implementing class ???

thanks in advance
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

There should be an error auto-correct suggestion, one of which would be "add unimplemented methods" or something, no? There is in Eclipse and IntelliJ, and although I haven't used NetBeans in some time, I thought there was in NB as well.
frank braunstein
Ranch Hand

Joined: Dec 17, 2009
Posts: 60
David Newton wrote:There should be an error auto-correct suggestion, one of which would be "add unimplemented methods" or something, no? There is in Eclipse and IntelliJ, and although I haven't used NetBeans in some time, I thought there was in NB as well.


Thanks for your answer, but it is of no help. As I requested i need a shortcut to do all the writing for me in a second, not just the error-msg.
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

And what I said was that there most likely *is*, I just don't know what it is. "Add implemented methods" does just that: adds implemented methods.

Geez. I'd recommend moderating your tone a bit.
Joachim Rohde
Ranch Hand

Joined: Nov 27, 2006
Posts: 423

Alt + insert
See also: http://netbeans.org/project_downloads/www/shortcuts.pdf
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Netbeans Shortcut
 
Similar Threads
shortcuts like VB's "with" keyword
Annoying DOS window
How to run Java App by a click
question on a wsad keyboard shortcut
how to know the string is number or charactor?