net.sf.mpxj.mpp
Class GenericView12

java.lang.Object
  extended by net.sf.mpxj.AbstractView
      extended by net.sf.mpxj.mpp.AbstractMppView
          extended by net.sf.mpxj.mpp.GenericView
              extended by net.sf.mpxj.mpp.GenericView12
All Implemented Interfaces:
View

public class GenericView12
extends GenericView

This class represents a view of a set of project data that has been instantiated within an MS Project file. View data is instantiated when a user first looks at a view in MS Project. Each "screen" in MS Project, for example the Gantt Chart, the Resource Sheet and so on are views. If a user has not looked at a view (for example the Resource Usage view), information about that view will not be present in the MPP file.


Field Summary
 
Fields inherited from class net.sf.mpxj.AbstractView
m_id, m_name, m_parent, m_tableName, m_type
 
Constructor Summary
GenericView12(ProjectFile parent, byte[] data, net.sf.mpxj.mpp.Var2Data varData)
          Constructor.
 
Method Summary
protected  Integer getPropertiesID()
          Retrieve the ID of the properties data.
 
Methods inherited from class net.sf.mpxj.mpp.AbstractMppView
removeAmpersand
 
Methods inherited from class net.sf.mpxj.AbstractView
getID, getName, getTable, getTableName, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericView12

public GenericView12(ProjectFile parent,
                     byte[] data,
                     net.sf.mpxj.mpp.Var2Data varData)
              throws IOException
Constructor.

Parameters:
parent - parent file
data - fixed data
varData - var data
Throws:
IOException
Method Detail

getPropertiesID

protected Integer getPropertiesID()
Retrieve the ID of the properties data.

Specified by:
getPropertiesID in class GenericView
Returns:
properties data ID


Copyright © 2012. All Rights Reserved.