Package | Description |
---|---|
samples.addressbook.gui.panels | |
samples.addressbook.model | |
samples.addressbook.model.events |
Modifier and Type | Method and Description |
---|---|
void |
ContactEditionPanel.contactChanged(Contact contact,
Contact.Field field,
String newValue) |
Modifier and Type | Field and Description |
---|---|
static Contact.Field[] |
Contact.ALL_FIELDS |
static Contact.Field |
Contact.Field.EMAIL |
static Contact.Field |
Contact.Field.FIRST_NAME |
static Contact.Field |
Contact.Field.LAST_NAME |
static Contact.Field |
Contact.Field.MOBILE |
static Contact.Field |
Contact.Field.NOTES |
static Contact.Field |
Contact.Field.PHONE |
static Contact.Field |
Contact.Field.SECOND_EMAIL |
static Contact.Field |
Contact.Field.URL |
Modifier and Type | Method and Description |
---|---|
void |
AddressBook.changeContact(Contact contact,
Contact.Field field,
String value) |
String |
Contact.getValue(Contact.Field field) |
Modifier and Type | Method and Description |
---|---|
void |
DummyContactListener.contactChanged(Contact contact,
Contact.Field field,
String newValue) |
void |
ContactChangeListener.contactChanged(Contact contact,
Contact.Field field,
String newValue) |
void |
EventHandler.notifyContactChange(Contact contact,
Contact.Field field,
String value) |
Copyright © 2004–2016. All rights reserved.