Uses of Class
adams.core.net.EmailContact
-
Packages that use EmailContact Package Description adams.core.net adams.gui.selection adams.gui.tools -
-
Uses of EmailContact in adams.core.net
Methods in adams.core.net that return EmailContact Modifier and Type Method Description static EmailContactEmailAddressBook. fromString(String s)Turns the string obtained from the properties file into an object.EmailContactEmailAddressBook. getContact(EmailAddress address)Returns the contact associated with the email address, null if not found.EmailContactEmailAddressBook. getContact(EmailAddress address, EmailContact defValue)Returns the contact associated with the given email address, the default value if not found.EmailContactEmailContact. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.EmailContactEmailContact. shallowCopy(boolean expand)Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.core.net that return types with arguments of type EmailContact Modifier and Type Method Description List<EmailContact>EmailAddressBook. getContacts()Returns all stored contacts.Methods in adams.core.net with parameters of type EmailContact Modifier and Type Method Description ObjectEmailAddressBook. addContact(EmailContact value)Adds the contact to the properties.intEmailContact. compareTo(EmailContact o)Compares this contact with the provided one.static StringEmailAddressBook. createKey(EmailContact value)Generates a property key for the contact.EmailContactEmailAddressBook. getContact(EmailAddress address, EmailContact defValue)Returns the contact associated with the given email address, the default value if not found.static StringEmailAddressBook. toString(EmailContact value)Turns the object into a string to be stored in the properties file. -
Uses of EmailContact in adams.gui.selection
Fields in adams.gui.selection with type parameters of type EmailContact Modifier and Type Field Description protected List<EmailContact>SelectEmailAddressPanel.TableModel. m_Valuesthe contacts.Methods in adams.gui.selection that return EmailContact Modifier and Type Method Description protected EmailContact[]SelectEmailAddressPanel. getCurrentItems()Returns the current addresses.EmailContactSelectEmailAddressPanel.TableModel. getItemAt(int row)Returns the item at the specified position.Methods in adams.gui.selection that return types with arguments of type EmailContact Modifier and Type Method Description protected AbstractTableBasedSelectionPanel.AbstractSelectionTableModel<EmailContact>SelectEmailAddressPanel. newTableModel()Returns an empty table model.Methods in adams.gui.selection with parameters of type EmailContact Modifier and Type Method Description protected booleanSelectEmailAddressPanel. addToMissing(EmailContact item)Returns whether to add the item really to the missing list.intSelectEmailAddressPanel.TableModel. indexOf(EmailContact item)Returns the index of the given (visible) item, -1 if not found.Method parameters in adams.gui.selection with type arguments of type EmailContact Modifier and Type Method Description protected voidSelectEmailAddressPanel. processMissing(List<EmailContact> missing)Hook method for processing items that were not found when trying to select them initially.Constructors in adams.gui.selection with parameters of type EmailContact Constructor Description TableModel(EmailContact[] contacts)the constructor.Constructor parameters in adams.gui.selection with type arguments of type EmailContact Constructor Description TableModel(List<EmailContact> contacts)the constructor. -
Uses of EmailContact in adams.gui.tools
Methods in adams.gui.tools that return EmailContact Modifier and Type Method Description protected EmailContactEmailAddressBookPanel. fieldsToObject()Turns the fields into an object.protected EmailContactEmailAddressBookPanel. fromString(String s)Turns the string obtained from the properties file into an object.Methods in adams.gui.tools that return types with arguments of type EmailContact Modifier and Type Method Description protected AbstractManagementTableModel<EmailContact>EmailAddressBookPanel. newTableModel()Returns an instance of a new table model.Methods in adams.gui.tools with parameters of type EmailContact Modifier and Type Method Description protected StringEmailAddressBookPanel. createKey(EmailContact value)Creates the key for storing the object in the properties.protected voidEmailAddressBookPanel. objectToFields(EmailContact value)Updates the field with the specified object.protected StringEmailAddressBookPanel. toString(EmailContact value)Turns the object into a string to be stored in the properties file.Constructors in adams.gui.tools with parameters of type EmailContact Constructor Description TableModel(EmailContact[] contacts)the constructor.Constructor parameters in adams.gui.tools with type arguments of type EmailContact Constructor Description TableModel(List<EmailContact> contacts)the constructor.
-