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

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

Methods in de.cau.cs.kieler.quartz.editor.quartz that return Interface
 Interface QuartzFactory.createInterface()
          Returns a new object of class 'Interface'.
 Interface InterfaceList.getIntf()
          Returns the value of the 'Intf' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz that return types with arguments of type Interface
 EList<Interface> InterfaceList.getInterfaces()
          Returns the value of the 'Interfaces' containment reference list.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz with parameters of type Interface
 void InterfaceList.setIntf(Interface value)
          Sets the value of the 'Intf' containment reference.
 

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

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

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl declared as Interface
protected  Interface InterfaceListImpl.intf
          The cached value of the 'Intf' containment reference.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl with type parameters of type Interface
protected  EList<Interface> InterfaceListImpl.interfaces
          The cached value of the 'Interfaces' containment reference list.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return Interface
 Interface QuartzFactoryImpl.createInterface()
           
 Interface InterfaceListImpl.getIntf()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return types with arguments of type Interface
 EList<Interface> InterfaceListImpl.getInterfaces()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl with parameters of type Interface
 NotificationChain InterfaceListImpl.basicSetIntf(Interface newIntf, NotificationChain msgs)
           
 void InterfaceListImpl.setIntf(Interface newIntf)
           
 

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

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