org.rococoa.cocoa.addressbook.categories
Interface ABPeoplePickerConvenience

All Known Implementing Classes:
ABPeoplePickerView

public interface ABPeoplePickerConvenience

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface ABPeoplePickerConvenience._static_
           
 
Method Summary
 void editInAddressBook(org.rococoa.ID sender)
          Launch AddressBook and edit the current selection
Original signature : -(void)editInAddressBook:(id)
 NSArray selectedValues()
          Returns an array of all items selected in the values column.
 void selectInAddressBook(org.rococoa.ID sender)
           
 

Method Detail

selectedValues

NSArray selectedValues()
Returns an array of all items selected in the values column.
Original signature : -(NSArray*)selectedValues


editInAddressBook

void editInAddressBook(org.rococoa.ID sender)
Launch AddressBook and edit the current selection
Original signature : -(void)editInAddressBook:(id)


selectInAddressBook

void selectInAddressBook(org.rococoa.ID sender)