Quickly create class from an interface in eclipse

后端 未结 5 968
时光取名叫无心
时光取名叫无心 2020-12-29 20:16

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

5条回答
  •  既然无缘
    2020-12-29 20:43

    Method 1: Right click on the class name, then choose "Quick Fix", and then a small menu will appear, within which you choose: "Add unimplemented methods".

    Method 2: Right click on the class name, go to "Source", then choose "Override/Implement Methods"

提交回复
热议问题