
Signature
Tony Morris
(BInfTech, Cert 3 I.T., SCJP[1.4], SCJD)
Software Engineer
IBM Australia - Tivoli Security Software
(2003 VTR1000F)
>Does Intellij IDEA have the option to create a subclass that overrides all
>methods of its direct superclass (perhaps by default, simply calling the
>superclass method) ?
You can create a new class, specifiy the superclass, and then invoke Ctrl-O
(override methods) or Ctrl-I (implement methods).
>Or, create an interface from an existing class ? i.e. create interface from
>"class A{public int m(){return 42;}}" would create "interface I{int m();}"
Yes: refactoring - extract interface/superclass
hli

Signature
"Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."
-- Albert Einstein