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

Packages that use LocStmt
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 LocStmt in de.cau.cs.kieler.quartz.editor.quartz
 

Methods in de.cau.cs.kieler.quartz.editor.quartz that return LocStmt
 LocStmt QuartzFactory.createLocStmt()
          Returns a new object of class 'Loc Stmt'.
 LocStmt QModule.getStmt()
          Returns the value of the 'Stmt' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz with parameters of type LocStmt
 void QModule.setStmt(LocStmt value)
          Sets the value of the 'Stmt' containment reference.
 

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

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement LocStmt
 class LocStmtImpl
          An implementation of the model object 'Loc Stmt'.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl declared as LocStmt
protected  LocStmt QModuleImpl.stmt
          The cached value of the 'Stmt' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return LocStmt
 LocStmt QuartzFactoryImpl.createLocStmt()
           
 LocStmt QModuleImpl.getStmt()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl with parameters of type LocStmt
 NotificationChain QModuleImpl.basicSetStmt(LocStmt newStmt, NotificationChain msgs)
           
 void QModuleImpl.setStmt(LocStmt newStmt)
           
 

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

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