Handling software components : Moving classes and methods : Moving methods between classes in the same application : Steps

Steps
To move a method from one class to another, do the following:
1.
2.
3.
4.
From the Methods menu, select Move > To a New Class. A window is displayed, prompting you for the name of the target class.
5.
Type the name of the target class; then select OK. The methods are moved to the selected class. If the application does not contain the target class, the system creates a class extension.