MPXJ: Microsoft Project Exchange
net.sf.mpxj.mpp
Class GenericView
java.lang.Object
net.sf.mpxj.AbstractView
net.sf.mpxj.mpp.AbstractMppView
net.sf.mpxj.mpp.GenericView
- All Implemented Interfaces:
- View
- Direct Known Subclasses:
- GanttChartView, GenericView12, GenericView14, GenericView9
public abstract class GenericView
- extends AbstractMppView
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.
|
Method Summary |
protected abstract java.lang.Integer |
getPropertiesID()
Retrieve the ID of the properties data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GenericView
public GenericView(ProjectFile parent,
byte[] data,
Var2Data varData)
throws java.io.IOException
- Extract the view data from the view data block.
- Parameters:
parent - parent filedata - view datavarData - var data
- Throws:
java.io.IOException
getPropertiesID
protected abstract java.lang.Integer getPropertiesID()
- Retrieve the ID of the properties data.
- Returns:
- properties data ID
Copyright © 2000-2013 Packwood Software. All Rights Reserved.