|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Contact | |
|---|---|
| org.springframework.richclient.samples.simple.domain | |
| org.springframework.richclient.samples.simple.ui | |
| Uses of Contact in org.springframework.richclient.samples.simple.domain |
|---|
| Methods in org.springframework.richclient.samples.simple.domain that return Contact | |
|---|---|
Contact[] |
ContactDataStore.getAllContacts()
Get all the contacts. |
| Methods in org.springframework.richclient.samples.simple.domain with parameters of type Contact | |
|---|---|
void |
ContactDataStore.add(Contact contact)
Add a new contact. |
int |
Contact.compareTo(Contact o)
|
void |
ContactDataStore.delete(Contact contact)
Delete a contact. |
void |
ContactDataStore.update(Contact contact)
Update a contact. |
| Uses of Contact in org.springframework.richclient.samples.simple.ui |
|---|
| Methods in org.springframework.richclient.samples.simple.ui that return Contact | |
|---|---|
Contact |
ContactTable.getSelectedContact()
|
Contact[] |
ContactTable.getSelectedContacts()
Get the array of selected Contact objects in the table. |
| Constructors in org.springframework.richclient.samples.simple.ui with parameters of type Contact | |
|---|---|
ContactForm(Contact contact)
|
|
ContactPropertiesDialog(Contact contact,
ContactDataStore dataStore)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||