jbuilder - java abstract methods

drwoo123

Member
Apr 3, 2002
195
0
0
Is there a way to declare an abstract method in a superclass, and have that method propogated down into the subclasses. This is a real pain for me, since I am working on the design and am adding and removing methods pretty often.

I'm using jbuilder x enterprise trial, but used jbuilder 9 developer a good amount.

Also I am using it with Borland Together, and I know together has a stub implmentation pattern, but I find that I have to choose the pattern every time I add or remove a method from the superclass, is there a way to set it once, and not have to do it everytime?

in other words:
"is there a way to tell JBuilder to automatically insert the implementation template for a method declared as abstract (in a superclass of the currrently edited class) "

thanks for the help
 

drwoo123

Member
Apr 3, 2002
195
0
0
also if anyone knows if what im talking about isnt possible at all - that would be helpful as well.