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

Packages that use LayoutOptionStyle
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 LayoutOptionStyle in de.cau.cs.kieler.kiml.gmf
 

Methods in de.cau.cs.kieler.kiml.gmf with parameters of type LayoutOptionStyle
static void GmfLayoutConfig.removeKOption(LayoutOptionStyle style, LayoutOptionData<?> optionData)
          Removes an option from the given style container.
 

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

Classes in de.cau.cs.kieler.kiml.gmf.layoutoptions that implement LayoutOptionStyle
 class LayoutOptionStyleImpl
          An implementation of the model object 'Layout Option Style'.
 

Methods in de.cau.cs.kieler.kiml.gmf.layoutoptions that return LayoutOptionStyle
 LayoutOptionStyle LayoutOptionsFactory.createLayoutOptionStyle()
          Returns a new object of class 'Layout Option Style'.
 LayoutOptionStyle LayoutOptionsFactoryImpl.createLayoutOptionStyle()