Package net.suberic.pooka.vcard

Examples of net.suberic.pooka.vcard.Vcard


  /**
   * Creates a new, empty AddressBookEntry.
   */
  public AddressBookEntry newAddressBookEntry() {
    return new Vcard();
  }
View Full Code Here

TOP

Related Classes of net.suberic.pooka.vcard.Vcard

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.