public class ContactEditionPanel extends Object implements ContactSelectionListener, ContactChangeListener
| Constructor and Description |
|---|
ContactEditionPanel(AddressBook book,
SelectionHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
contactChanged(Contact contact,
Contact.Field field,
String newValue) |
void |
contactSelected(Contact contact) |
JPanel |
getPanel() |
public ContactEditionPanel(AddressBook book, SelectionHandler handler)
public void contactSelected(Contact contact)
contactSelected in interface ContactSelectionListenerpublic void contactChanged(Contact contact, Contact.Field field, String newValue)
contactChanged in interface ContactChangeListenerpublic JPanel getPanel()
Copyright © 2004–2016. All rights reserved.