Uses of Interface
de.cau.cs.kieler.kwebs.servicedata.LayoutOption

Packages that use LayoutOption
de.cau.cs.kieler.kwebs Central classes needed on server and client side of the layout service. 
de.cau.cs.kieler.kwebs.servicedata
de.cau.cs.kieler.kwebs.servicedata.impl   
de.cau.cs.kieler.kwebs.servicedata.util   
 

Uses of LayoutOption in de.cau.cs.kieler.kwebs
 

Methods in de.cau.cs.kieler.kwebs with parameters of type LayoutOption
static ServiceDataConfigurationElement ServiceDataConfigurationElement.getLayoutOptionElementFromModel(LayoutOption option)
          Returns a configuration element representing a layout option.
 

Uses of LayoutOption in de.cau.cs.kieler.kwebs.servicedata
 

Methods in de.cau.cs.kieler.kwebs.servicedata that return LayoutOption
 LayoutOption ServiceDataFactory.createLayoutOption()
          Returns a new object of class 'Layout Option'.
 LayoutOption KnownOption.getOption()
          Returns the value of the 'Option' reference.
 

Methods in de.cau.cs.kieler.kwebs.servicedata that return types with arguments of type LayoutOption
 EList<LayoutOption> ServiceData.getLayoutOptions()
          Returns the value of the 'Layout Options' containment reference list.
 

Methods in de.cau.cs.kieler.kwebs.servicedata with parameters of type LayoutOption
 void KnownOption.setOption(LayoutOption value)
          Sets the value of the 'Option' reference.
 

Uses of LayoutOption in de.cau.cs.kieler.kwebs.servicedata.impl
 

Classes in de.cau.cs.kieler.kwebs.servicedata.impl that implement LayoutOption
 class LayoutOptionImpl
          An implementation of the model object 'Layout Option'.
 

Fields in de.cau.cs.kieler.kwebs.servicedata.impl declared as LayoutOption
protected  LayoutOption KnownOptionImpl.option
          The cached value of the 'Option' reference.
 

Fields in de.cau.cs.kieler.kwebs.servicedata.impl with type parameters of type LayoutOption
protected  EList<LayoutOption> ServiceDataImpl.layoutOptions
          The cached value of the 'Layout Options' containment reference list.
 

Methods in de.cau.cs.kieler.kwebs.servicedata.impl that return LayoutOption
 LayoutOption KnownOptionImpl.basicGetOption()
           
 LayoutOption ServiceDataFactoryImpl.createLayoutOption()
           
 LayoutOption KnownOptionImpl.getOption()
           
 

Methods in de.cau.cs.kieler.kwebs.servicedata.impl that return types with arguments of type LayoutOption
 EList<LayoutOption> ServiceDataImpl.getLayoutOptions()
           
 

Methods in de.cau.cs.kieler.kwebs.servicedata.impl with parameters of type LayoutOption
 void KnownOptionImpl.setOption(LayoutOption newOption)
           
 

Uses of LayoutOption in de.cau.cs.kieler.kwebs.servicedata.util
 

Methods in de.cau.cs.kieler.kwebs.servicedata.util with parameters of type LayoutOption
 T ServiceDataSwitch.caseLayoutOption(LayoutOption object)
          Returns the result of interpreting the object as an instance of 'Layout Option'.