Uses of Class
corny.addressbook.gui.PeoplePicker.PeoplePickerPanel.PeoplePickerPanel

Packages that use PeoplePickerPanel
corny.addressbook.gui.AddressBookEditor.AddressBookEditorPanel   
corny.addressbook.gui.ContactDisplay   
corny.addressbook.gui.ContactDisplay.ContactDisplayPanel   
 

Uses of PeoplePickerPanel in corny.addressbook.gui.AddressBookEditor.AddressBookEditorPanel
 

Methods in corny.addressbook.gui.AddressBookEditor.AddressBookEditorPanel that return PeoplePickerPanel
 PeoplePickerPanel AddressBookEditorPanel.getPeoplePicker()
           
 

Uses of PeoplePickerPanel in corny.addressbook.gui.ContactDisplay
 

Constructors in corny.addressbook.gui.ContactDisplay with parameters of type PeoplePickerPanel
ContactDisplayOverlay(PeoplePickerPanel panel)
          Creates a new ContactDisplayOverlay with a ContactDisplayPanel bound to the given PeoplePickerPanel.
 

Uses of PeoplePickerPanel in corny.addressbook.gui.ContactDisplay.ContactDisplayPanel
 

Methods in corny.addressbook.gui.ContactDisplay.ContactDisplayPanel that return PeoplePickerPanel
 PeoplePickerPanel ContactDisplayPanel.getParentPanel()
           
 

Constructors in corny.addressbook.gui.ContactDisplay.ContactDisplayPanel with parameters of type PeoplePickerPanel
ContactDisplayPanel(PeoplePickerPanel panel)
          Creates a new ContactDisplayPanel without additional margin, bound to a PeoplePickerPanel.
ContactDisplayPanel(PeoplePickerPanel panel, int topMargin, int leftMargin)
          Creates a new ContactDisplayPanel bound to a PeoplePickerPanel.