Uses of Class
projectManager.ProjectFile

Packages that use ProjectFile
gui   
projectManager   
 

Uses of ProjectFile in gui
 

Fields in gui declared as ProjectFile
 ProjectFile WorkspacePane.activeProjectFile
           
 ProjectFile PFrame.activeProjectFile
           
 

Constructors in gui with parameters of type ProjectFile
WorkspacePane(java.lang.String[] workspaceList, int noOfWorkspaces, ProjectFile activeProjectFile, PFrame cFrame, EditorPane ePane, Project aProject)
          The main constructor of the workspace panel class.
 

Uses of ProjectFile in projectManager
 

Fields in projectManager declared as ProjectFile
 ProjectFile Project.projectFile
           
 

Constructors in projectManager with parameters of type ProjectFile
Project(ProjectFile projectFile)