Example #1
0
 /**
  * Returns all custom action buttons for this meta contact.
  *
  * @return a list of all custom action buttons for this meta contact
  */
 public Collection<SIPCommButton> getContactCustomActionButtons() {
   return MetaContactListSource.getContactCustomActionButtons(this);
 }
Example #2
0
 /**
  * Sets the corresponding <tt>ContactNode</tt>.
  *
  * @param contactNode the corresponding <tt>ContactNode</tt> in the contact list component data
  *     model
  */
 public void setContactNode(ContactNode contactNode) {
   this.contactNode = contactNode;
   if (contactNode == null) MetaContactListSource.removeUIContact(metaContact);
 }