Uses of Class
net.sf.mpxj.SubProject

Packages that use SubProject
net.sf.mpxj   
 

Uses of SubProject in net.sf.mpxj
 

Methods in net.sf.mpxj that return SubProject
 SubProject ProjectFile.getResourceSubProject()
          Retrieves details of the sub project file used as a resource pool.
 SubProject Task.getSubProject()
          Retrieve the sub project represented by this task.
 

Methods in net.sf.mpxj that return types with arguments of type SubProject
 List<SubProject> ProjectFile.getAllSubProjects()
          Retrieves all the subprojects for this MPX file.
 

Methods in net.sf.mpxj with parameters of type SubProject
 void ProjectFile.addSubProject(SubProject project)
          This package-private method is used to add sub project details.
 void ProjectFile.setResourceSubProject(SubProject project)
          This package-private method is used to add resource sub project details.
 void Task.setSubProject(SubProject subProject)
          Set the sub project represented by this task.
 



Copyright © 2012. All Rights Reserved.