Uses of Class
esmska.data.Contact
-
Packages that use Contact Package Description esmska.data esmska.gui esmska.persistence -
-
Uses of Contact in esmska.data
Methods in esmska.data that return types with arguments of type Contact Modifier and Type Method Description java.util.SortedSet<Contact>Contacts. getAll()Get unmodifiable collection of all contacts sorted by namejava.util.Set<Contact>Envelope. getContacts()get all recipientsMethods in esmska.data with parameters of type Contact Modifier and Type Method Description booleanContacts. add(Contact contact)Add new contactintContact. compareTo(Contact c)booleanContacts. contains(Contact contact)Search for an existing contactvoidContact. copyFrom(Contact c)Copy all contact properties from provided contact to current contactbooleanContacts. remove(Contact contact)Remove existing contactMethod parameters in esmska.data with type arguments of type Contact Modifier and Type Method Description booleanContacts. addAll(java.util.Collection<Contact> contacts)Add new contactsbooleanContacts. removeAll(java.util.Collection<Contact> contacts)Remove existing contactsvoidEnvelope. setContacts(java.util.Set<Contact> contacts)set all recipientsConstructors in esmska.data with parameters of type Contact Constructor Description 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 Modifier and Type Method Description ContactEditContactPanel. getContact()Get currently edited contactContactSMSPanel.RecipientTextField. getContact()Get currently chosen contact.Methods in esmska.gui that return types with arguments of type Contact Modifier and Type Method Description java.util.HashSet<Contact>ContactPanel. getSelectedContacts()Return selected contactsMethods in esmska.gui with parameters of type Contact Modifier and Type Method Description voidEditContactPanel. setContact(Contact contact)Set contact to be edited or use null for new onevoidSMSPanel.RecipientTextField. setContact(Contact contact)Set contact to display.voidContactPanel. setSelectedContact(Contact contact)set selected contact in contact listvoidContactPanel. showAddContactDialog(Contact skeleton)Shows dialog for adding contact with predefined valuesMethod parameters in esmska.gui with type arguments of type Contact Modifier and Type Method Description voidEditContactPanel. setContacts(java.util.Collection<Contact> contacts)Set contacts for collective editing.voidSMSPanel. 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 Modifier and Type Method Description protected java.util.ArrayList<Contact>ContactParser. doInBackground()static java.util.ArrayList<Contact>ImportManager. importContacts(java.io.File file, ContactParser.ContactType type)Import contacts from fileMethod parameters in esmska.persistence with type arguments of type Contact Modifier and Type Method Description static voidExportManager. exportContacts(java.util.Collection<Contact> contacts, java.io.OutputStream out)Export contacts to csv formatstatic voidExportManager. exportContactsToVCard(java.util.Collection<Contact> contacts, java.io.OutputStream out)Export contacts to vCard format
-