Uses of Interface
net.sf.mpxj.View

Packages that use View
net.sf.mpxj   
net.sf.mpxj.mpp   
 

Uses of View in net.sf.mpxj
 

Classes in net.sf.mpxj that implement View
 class AbstractView
          This abstract class implements functionality common to all views.
 

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

Methods in net.sf.mpxj with parameters of type View
 void ProjectFile.addView(View view)
          Package-private method used to add views to this MPP file.
 

Uses of View in net.sf.mpxj.mpp
 

Classes in net.sf.mpxj.mpp that implement View
 class AbstractMppView
          This abstract class implements functionality common to all MPP views.
 class GanttChartView
          This class represents the set of properties used to define the appearance of a Gantt chart view in MS Project.
 class GanttChartView12
          This class represents the set of properties used to define the appearance of a Gantt chart view in MS Project.
 class GanttChartView14
          This class represents the set of properties used to define the appearance of a Gantt chart view in MS Project.
 class GanttChartView9
          This class represents the set of properties used to define the appearance of a Gantt chart view in MS Project.
 class GenericView
          This class represents a view of a set of project data that has been instantiated within an MS Project file.
 class GenericView12
          This class represents a view of a set of project data that has been instantiated within an MS Project file.
 class GenericView14
          This class represents a view of a set of project data that has been instantiated within an MS Project file.
 class GenericView9
          This class represents a view of a set of project data that has been instantiated within an MS Project file.
 class SplitView9
          This class represents a user defined view in Microsoft Project which is made up of two existing views, typically shown above and below the division of a split screen.
 class View8
          This class represents a view of a set of project data that has been instantiated within an MS Project file.
 



Copyright © 2012. All Rights Reserved.