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

Packages that use KOption
de.cau.cs.kieler.kiml.gmf KIML bridge implementation for GMF, the Graphical Modeling Framework. 
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
 

Methods in de.cau.cs.kieler.kiml.gmf that return KOption
static KOption GmfLayoutConfig.getKOption(org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart editPart, String optionId)
          Returns the KOption with given key that is stored for the edit part.
 

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
          An implementation of the model object 'KOption'.
 

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

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

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