Is there a plugin for eclipse which allows me to quickly generate a new class from an interface?
Rather than having to do the typing in the new class dialog
Havn't seen anything other than: right click the interface type in the package explorer, chose New->Class and it will automatically implement that interface. You still have to name the new class yourself.