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

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

Methods in de.cau.cs.kieler.quartz.editor.quartz that return ImportList
 ImportList QuartzFactory.createImportList()
          Returns a new object of class 'Import List'.
 ImportList QrzFile.getImports()
          Returns the value of the 'Imports' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz with parameters of type ImportList
 void QrzFile.setImports(ImportList value)
          Sets the value of the 'Imports' containment reference.
 

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

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement ImportList
 class ImportListImpl
          An implementation of the model object 'Import List'.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl declared as ImportList
protected  ImportList QrzFileImpl.imports
          The cached value of the 'Imports' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return ImportList
 ImportList QuartzFactoryImpl.createImportList()
           
 ImportList QrzFileImpl.getImports()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl with parameters of type ImportList
 NotificationChain QrzFileImpl.basicSetImports(ImportList newImports, NotificationChain msgs)
           
 void QrzFileImpl.setImports(ImportList newImports)
           
 

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

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