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

Packages that use QModule
de.cau.cs.kieler.quartz.editor.quartz   
de.cau.cs.kieler.quartz.editor.quartz.impl   
de.cau.cs.kieler.quartz.editor.quartz.util   
 

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

Methods in de.cau.cs.kieler.quartz.editor.quartz that return QModule
 QModule QuartzFactory.createQModule()
          Returns a new object of class 'QModule'.
 QModule QrzFile.getModule()
          Returns the value of the 'Module' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz with parameters of type QModule
 void QrzFile.setModule(QModule value)
          Sets the value of the 'Module' containment reference.
 

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

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement QModule
 class QModuleImpl
          An implementation of the model object 'QModule'.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl declared as QModule
protected  QModule QrzFileImpl.module
          The cached value of the 'Module' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return QModule
 QModule QuartzFactoryImpl.createQModule()
           
 QModule QrzFileImpl.getModule()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl with parameters of type QModule
 NotificationChain QrzFileImpl.basicSetModule(QModule newModule, NotificationChain msgs)
           
 void QrzFileImpl.setModule(QModule newModule)
           
 

Uses of QModule in de.cau.cs.kieler.quartz.editor.quartz.util
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.util with parameters of type QModule
 T QuartzSwitch.caseQModule(QModule object)
          Returns the result of interpreting the object as an instance of 'QModule'.