Uses of Class
net.sf.mpxj.Group

Packages that use Group
net.sf.mpxj   
 

Uses of Group in net.sf.mpxj
 

Methods in net.sf.mpxj that return Group
 Group ProjectFile.getGroupByName(String name)
          Retrieve a given group by name.
 

Methods in net.sf.mpxj that return types with arguments of type Group
 List<Group> ProjectFile.getAllGroups()
          Retrieves a list of all groups.
 

Methods in net.sf.mpxj with parameters of type Group
 void ProjectFile.addGroup(Group group)
          Adds a group definition to this project file.
 



Copyright © 2012. All Rights Reserved.