Uses of Interface
de.cau.cs.kieler.kiml.gmf.layoutoptions.KOption

Packages that use KOption
de.cau.cs.kieler.kiml.gmf.layoutoptions Base package for the LayoutOptions data structure with its public API and implementation. 
 

Uses of KOption in de.cau.cs.kieler.kiml.gmf.layoutoptions
 

Classes in de.cau.cs.kieler.kiml.gmf.layoutoptions that implement KOption
 class KOptionImpl
          Deprecated. use StringValueStyle instead
 

Fields in de.cau.cs.kieler.kiml.gmf.layoutoptions with type parameters of type KOption
protected  EList<KOption> LayoutOptionStyleImpl.options
          Deprecated. The cached value of the 'Options' containment reference list.
 

Methods in de.cau.cs.kieler.kiml.gmf.layoutoptions that return KOption
 KOption LayoutOptionsFactory.createKOption()
          Deprecated. Returns a new object of class 'KOption'.
 KOption LayoutOptionsFactoryImpl.createKOption()
          Deprecated.  
 

Methods in de.cau.cs.kieler.kiml.gmf.layoutoptions that return types with arguments of type KOption
 EList<KOption> LayoutOptionStyle.getOptions()
          Deprecated. Returns the value of the 'Options' containment reference list.
 EList<KOption> LayoutOptionStyleImpl.getOptions()
          Deprecated.