Method List and Interface Folder Changes
Methods that have one or more interface mappings displayed in the Methods List window in the Class Browser now display (i) on the end of the method name; for example:
-
addCustomer (i)
If the method is also a reimplementation, it displays both (r) and (i) on the end of the list item method name.
To view all implemented interface mappings, select the Interface folder in the Methods List window in the hierarchy Class Browser. The Methods list then displays all implemented interfaces and mapped methods as a two‑level hierarchy. The top level displays the names of all interfaces implemented on the selected class and the second level displays all their implemented methods. If a method has multiple interface mappings, it displays the method under each of the mapped interfaces. If the implemented method name differs from the interface method name, the interface method name is displayed in parentheses after the implemented methods name.
To group implemented methods into interfaces in which they are defined for all Methods List folders, select the Show Interface Method Mappings command from the View menu.
Selecting the Show Interface Method Mappings command from the View menu does not change what is displayed when viewing the Interface method list folder, as it already displays this information.
