Uses of Class
net.sf.mpxj.Table

Packages that use Table
net.sf.mpxj   
 

Uses of Table in net.sf.mpxj
 

Methods in net.sf.mpxj that return Table
 Table ProjectFile.getResourceTableByName(String name)
          Utility method to retrieve the definition of a resource table by name.
 Table AbstractView.getTable()
          Retrieve an instance of the Table class representing the table part of this view.
 Table ProjectFile.getTaskTableByName(String name)
          Utility method to retrieve the definition of a task table by name.
 

Methods in net.sf.mpxj that return types with arguments of type Table
 List<Table> ProjectFile.getTables()
          This method returns a list of the tables defined in this MPP file.
 

Methods in net.sf.mpxj with parameters of type Table
 void ProjectFile.addTable(Table table)
          Package-private method used to add tables to this MPP file.
 



Copyright © 2012. All Rights Reserved.