|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Contact | |
|---|---|
| esmska.data | |
| esmska.gui | |
| esmska.persistence | |
| Uses of Contact in esmska.data |
|---|
| Methods in esmska.data that return types with arguments of type Contact | |
|---|---|
java.util.SortedSet<Contact> |
Contacts.getAll()
Get unmodifiable collection of all contacts sorted by name |
java.util.Set<Contact> |
Envelope.getContacts()
get all recipients |
| Methods in esmska.data with parameters of type Contact | |
|---|---|
boolean |
Contacts.add(Contact contact)
Add new contact |
int |
Contact.compareTo(Contact c)
|
boolean |
Contacts.contains(Contact contact)
Search for an existing contact |
void |
Contact.copyFrom(Contact c)
Copy all contact properties from provided contact to current contact |
boolean |
Contacts.remove(Contact contact)
Remove existing contact |
| Method parameters in esmska.data with type arguments of type Contact | |
|---|---|
boolean |
Contacts.addAll(java.util.Collection<Contact> contacts)
Add new contacts |
boolean |
Contacts.removeAll(java.util.Collection<Contact> contacts)
Remove existing contacts |
void |
Envelope.setContacts(java.util.Set<Contact> contacts)
set all recipients |
| Constructors in esmska.data with parameters of type Contact | |
|---|---|
Contact(Contact c)
Create new contact with properties copied from provided contact |
|
| Uses of Contact in esmska.gui |
|---|
| Methods in esmska.gui that return Contact | |
|---|---|
Contact |
EditContactPanel.getContact()
Get currently edited contact |
Contact |
SMSPanel.RecipientTextField.getContact()
Get currently chosen contact. |
| Methods in esmska.gui that return types with arguments of type Contact | |
|---|---|
java.util.HashSet<Contact> |
ContactPanel.getSelectedContacts()
Return selected contacts |
| Methods in esmska.gui with parameters of type Contact | |
|---|---|
void |
EditContactPanel.setContact(Contact contact)
Set contact to be edited or use null for new one |
void |
SMSPanel.RecipientTextField.setContact(Contact contact)
Set contact to display. |
void |
ContactPanel.setSelectedContact(Contact contact)
set selected contact in contact list |
void |
ContactPanel.showAddContactDialog(Contact skeleton)
Shows dialog for adding contact with predefined values |
| Method parameters in esmska.gui with type arguments of type Contact | |
|---|---|
void |
EditContactPanel.setContacts(java.util.Collection<Contact> contacts)
Set contacts for collective editing. |
void |
SMSPanel.setContacts(java.util.Collection<Contact> contacts)
set selected contacts in contact list or contact to display |
| Uses of Contact in esmska.persistence |
|---|
| Methods in esmska.persistence that return types with arguments of type Contact | |
|---|---|
protected java.util.ArrayList<Contact> |
ContactParser.doInBackground()
|
static java.util.ArrayList<Contact> |
ImportManager.importContacts(java.io.File file,
ContactParser.ContactType type)
Import contacts from file |
| Method parameters in esmska.persistence with type arguments of type Contact | |
|---|---|
static void |
ExportManager.exportContacts(java.util.Collection<Contact> contacts,
java.io.OutputStream out)
Export contacts to csv format |
static void |
ExportManager.exportContactsToVCard(java.util.Collection<Contact> contacts,
java.io.OutputStream out)
Export contacts to vCard format |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||