Author:  Mike Atkinson Software
Release Notes
Download
Contributors

Previous Page

Software::JRefactory - Extract Interface

Next Page

Extract Interface Class

This refactoring allows you to easy create an interface based on the public methods of a class. An interface is created that includes all the public methods of the object and all classes that implement the interface have the "implements XXX" added.

To extract the interface of a class, select one or more classes. Right click on the class diagram for any of the classes. Select Type Refactorings -> Extract Interface. Select the package and enter the name of the interface.

Previous Page

Last Modified: October 7, 2003

Previous Page