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

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

Methods in de.cau.cs.kieler.quartz.editor.quartz that return DimList
 DimList QuartzFactory.createDimList()
          Returns a new object of class 'Dim List'.
 DimList QType.getDims()
          Returns the value of the 'Dims' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz with parameters of type DimList
 void QType.setDims(DimList value)
          Sets the value of the 'Dims' containment reference.
 

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

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement DimList
 class DimListImpl
          An implementation of the model object 'Dim List'.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl declared as DimList
protected  DimList QTypeImpl.dims
          The cached value of the 'Dims' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return DimList
 DimList QuartzFactoryImpl.createDimList()
           
 DimList QTypeImpl.getDims()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl with parameters of type DimList
 NotificationChain QTypeImpl.basicSetDims(DimList newDims, NotificationChain msgs)
           
 void QTypeImpl.setDims(DimList newDims)
           
 

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

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