Implements Tab (Class Builder)

   

The Implements tab allows you to manage implemented interfaces and required interface methods for your classes.

The Implements tab allows you to add interfaces to your class's list of implemented interfaces. When interfaces are added to the list of implemented interfaces, method templates are automatically created in your class for each interface's list of required methods to implement.

With the Implements tab you can:

Options

Implemented Interfaces

A list of the implemented interfaces for the currently selected class. When an interface is selected from the list, the Interface Methods list is filled with the names of methods that must be implemented.

Add

Displays the Select Interface dialog box for adding an interface to the list of implemented interfaces for the class. When an interface is added to the list, the Interface Methods list is updated to reflect the methods required to be implemented by the class, and method templates are created in your class for each method in the list.

Remove

Removes the currently selected interface from the list of implemented interfaces for the currently selected class.

Interface Methods

A list of all the methods for the selected implemented interface.