AddressBookItem offers to add a name and address to the Address Book, and URLMenuItem produces items for copying or opening URLs. The idea is to encapsulate the necessary data (name, address, URL) in the menu item so there is no need to look it up if the item is selected.
Definition in file AddressBookItem.h.
#import <Cocoa/Cocoa.h>
Include dependency graph for AddressBookItem.h:

Go to the source code of this file.
Data Structures | |
| class | AddressBookItem |
| Contextual menu item for adding to Address Book. More... | |
| class | URLMenuItem |
| Contextual menu items to do with URLs. More... | |
1.4.4