Copy a class

Use Refactor | Copy Class to create a class which is a copy of the selected class.

This is useful when you need to create a class similar to an existing one, and it's not feasible to put shared functionality in a common superclass.