Uses of Class
com.iizigo.project.ProjectManager
Packages that use ProjectManager
- Uses of ProjectManager in com.iizigo.projectFields in com.iizigo.project declared as ProjectManagerModifier and TypeFieldDescription- protected final ProjectManagerFileChangesCollection.- projectManagerThe current Project Manager, null for none, to inform file changes.Methods in com.iizigo.project that return ProjectManagerModifier and TypeMethodDescription- static ProjectManagerProjectManager.- getInstance()Gets the single instance of the Project Manager.Constructors in com.iizigo.project with parameters of type ProjectManagerModifierConstructorDescription- FileChangesCollection- (String description, ProjectManager projectManager) Constructs the instance without specified folders.- FileChangesCollection- (String description, org.eclipse.core.resources.IFolder[] folders, ProjectManager projectManager) Constructs the instance with the specified folders.