Rakesh API

Uses of Class
org.rakeshv.xml.addressbook.Group

Packages that use Group
org.rakeshv.xml.addressbook An XML address book implementation. 
 

Uses of Group in org.rakeshv.xml.addressbook
 

Methods in org.rakeshv.xml.addressbook that return Group
private  Group AddressBook.populateGroup(org.jdom.Element group)
          Walk through the child elements of the specified group element, and create a Group object out of the contents.
 

Methods in org.rakeshv.xml.addressbook with parameters of type Group
 void AddressBook.addGroup(Group group)
          Add the specified Group to the address book.
private  void AddressBook.addGroupToTree(Group group)
          Add the specified Group object under the AddressBook.groupsElement node in the JDOM tree.
 void AddressBook.modifyGroup(Group group)
          Modify the specified Group in the address book.
 


Rakesh API

Copyright © 2002-2005 - Rakesh Vidyadharan