Uses of Interface
org.eclipse.mtj.api.project.ProjectFactory

Packages that use ProjectFactory
org.eclipse.mtj.api.project   
org.eclipse.mtj.api.project.impl   
 

Uses of ProjectFactory in org.eclipse.mtj.api.project
 

Fields in org.eclipse.mtj.api.project declared as ProjectFactory
static ProjectFactory ProjectFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.mtj.api.project that return ProjectFactory
 ProjectFactory ProjectPackage.getProjectFactory()
          Returns the factory that creates the instances of the model.
 

Uses of ProjectFactory in org.eclipse.mtj.api.project.impl
 

Classes in org.eclipse.mtj.api.project.impl that implement ProjectFactory
 class ProjectFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.mtj.api.project.impl that return ProjectFactory
 ProjectFactory ProjectPackageImpl.getProjectFactory()