Hello, I wonder if you could automatically generate header header class functions automatically for a given package (make a batch processing) ..?
Thank you.
views:
54answers:
2
A:
If I've understood well what you're asking:
Window -> Preferences -> Java -> Code Style -> Code Templates
There you could configure what goes at the top of the class each time you create one for instance.
Edit after op comment clarifying the question: this is not valid if you already have a class, this come into play if you have to create it.
Alberto Zaccagni
2010-04-21 12:46:47
+1
A:
In Eclipse, place the cursor over the name of the class and press Ctrl-Shift-J. You can customize the comment in Window->Preferences->Java->Code Style->Code Templates.
Bolo
2010-04-21 12:47:47
+1 for successfully reading Mercers mind
Joachim Sauer
2010-04-21 14:51:52