Uses of Class
com.iizigo.project.ProjectManager
Packages that use ProjectManager Package Description com.iizigo.project Uses of ProjectManager in com.iizigo.project
Fields in com.iizigo.project declared as ProjectManager Modifier and Type Field Description protected ProjectManagerFileChangesCollection. projectManagerThe current Project Manager, null for none, to inform file changes.Methods in com.iizigo.project that return ProjectManager Modifier and Type Method Description static ProjectManagerProjectManager. getInstance()Gets the single instance of the Project Manager.Constructors in com.iizigo.project with parameters of type ProjectManager Constructor Description FileChangesCollection(java.lang.String description, ProjectManager projectManager)Constructs the instance without specified folders.FileChangesCollection(java.lang.String description, org.eclipse.core.resources.IFolder[] folders, ProjectManager projectManager)Constructs the instance with the specified folders.