Uses of Interface
org.eclipse.ecf.discovery.ui.model.ModelFactory

Packages that use ModelFactory
org.eclipse.ecf.discovery.ui.model   
org.eclipse.ecf.discovery.ui.model.impl   
 

Uses of ModelFactory in org.eclipse.ecf.discovery.ui.model
 

Fields in org.eclipse.ecf.discovery.ui.model declared as ModelFactory
static ModelFactory ModelFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.ecf.discovery.ui.model that return ModelFactory
 ModelFactory ModelPackage.getModelFactory()
          Returns the factory that creates the instances of the model.
 

Uses of ModelFactory in org.eclipse.ecf.discovery.ui.model.impl
 

Classes in org.eclipse.ecf.discovery.ui.model.impl that implement ModelFactory
 class ModelFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.ecf.discovery.ui.model.impl that return ModelFactory
 ModelFactory ModelPackageImpl.getModelFactory()
           
static ModelFactory ModelFactoryImpl.init()
          Creates the default factory implementation.