Hello I would like to know if it is possible to update the set of method skeletons that are generated when implementing an interface.
i.e. I write an interface. I write a class that implements that interface (when i create this class, all the required methods are generated for me by jde) i add a new method to the interface (bad practice maybe - but what if i'm just making loads of skeleton classes at the beginning of a project? ) - can i automatically add this new method to my class? cheers matthew
