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 EmailContact
EmailAddressBook. fromString(String s)
Turns the string obtained from the properties file into an object.EmailContact
EmailAddressBook. getContact(EmailAddress address)
Returns the contact associated with the email address, null if not found.EmailContact
EmailAddressBook. getContact(EmailAddress address, EmailContact defValue)
Returns the contact associated with the given email address, the default value if not found.EmailContact
EmailContact. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.EmailContact
EmailContact. 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 Object
EmailAddressBook. addContact(EmailContact value)
Adds the contact to the properties.int
EmailContact. compareTo(EmailContact o)
Compares this contact with the provided one.static String
EmailAddressBook. createKey(EmailContact value)
Generates a property key for the contact.EmailContact
EmailAddressBook. getContact(EmailAddress address, EmailContact defValue)
Returns the contact associated with the given email address, the default value if not found.static String
EmailAddressBook. 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_Values
the contacts.Methods in adams.gui.selection that return EmailContact Modifier and Type Method Description protected EmailContact[]
SelectEmailAddressPanel. getCurrentItems()
Returns the current addresses.EmailContact
SelectEmailAddressPanel.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 boolean
SelectEmailAddressPanel. addToMissing(EmailContact item)
Returns whether to add the item really to the missing list.int
SelectEmailAddressPanel.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 void
SelectEmailAddressPanel. 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 EmailContact
EmailAddressBookPanel. fieldsToObject()
Turns the fields into an object.protected EmailContact
EmailAddressBookPanel. 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 String
EmailAddressBookPanel. createKey(EmailContact value)
Creates the key for storing the object in the properties.protected void
EmailAddressBookPanel. objectToFields(EmailContact value)
Updates the field with the specified object.protected String
EmailAddressBookPanel. 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.
-