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

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

Methods in de.cau.cs.kieler.quartz.editor.quartz that return Name
 Name QuartzFactory.createName()
          Returns a new object of class 'Name'.
 Name QModule.getName()
          Returns the value of the 'Name' containment reference.
 

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

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

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

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

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return Name
 Name QuartzFactoryImpl.createName()
           
 Name QModuleImpl.getName()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl with parameters of type Name
 NotificationChain QModuleImpl.basicSetName(Name newName, NotificationChain msgs)
           
 void QModuleImpl.setName(Name newName)
           
 

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

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