net.sf.mpxj.mpp
Class GenericView14
java.lang.Object
net.sf.mpxj.AbstractView
net.sf.mpxj.mpp.AbstractMppView
net.sf.mpxj.mpp.GenericView
net.sf.mpxj.mpp.GenericView14
- All Implemented Interfaces:
- View
public class GenericView14
- 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.
GenericView14
public GenericView14(ProjectFile parent,
byte[] data,
net.sf.mpxj.mpp.Var2Data varData)
throws IOException
- Constructor.
- Parameters:
parent - parent filedata - fixed datavarData - var data
- Throws:
IOException
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.