Uses of Interface
de.cau.cs.kieler.quartz.editor.quartz.QuartzFactory

Packages that use QuartzFactory
de.cau.cs.kieler.quartz.editor.quartz   
de.cau.cs.kieler.quartz.editor.quartz.impl   
 

Uses of QuartzFactory in de.cau.cs.kieler.quartz.editor.quartz
 

Fields in de.cau.cs.kieler.quartz.editor.quartz declared as QuartzFactory
static QuartzFactory QuartzFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz that return QuartzFactory
 QuartzFactory QuartzPackage.getQuartzFactory()
          Returns the factory that creates the instances of the model.
 

Uses of QuartzFactory in de.cau.cs.kieler.quartz.editor.quartz.impl
 

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement QuartzFactory
 class QuartzFactoryImpl
          An implementation of the model Factory.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return QuartzFactory
 QuartzFactory QuartzPackageImpl.getQuartzFactory()
           
static QuartzFactory QuartzFactoryImpl.init()
          Creates the default factory implementation.