I think there is some code in jde-wiz-get-set-methods in jde-wiz.el to check if getters and setters for a given property already exist and not generate them again. A similar strategy could be applied to achieve the result you want. It basically uses semantic.el.
-sandip > -----Original Message----- > From: matthew yee-king [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 29, 2002 4:12 AM > To: [EMAIL PROTECTED] > Subject: updating interfaces > > > 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 >
