Uses of Interface
de.cau.cs.kieler.kiml.ILayoutConfig

Packages that use ILayoutConfig
de.cau.cs.kieler.kiml Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. 
de.cau.cs.kieler.kiml.gmf KIML bridge implementation for GMF, the Graphical Modeling Framework. 
de.cau.cs.kieler.kiml.ui.layout Classes with generic implementations to apply layout to GMF diagrams. 
de.cau.cs.kieler.kiml.ui.views Views for the KIML UI. 
 

Uses of ILayoutConfig in de.cau.cs.kieler.kiml
 

Classes in de.cau.cs.kieler.kiml that implement ILayoutConfig
 class DefaultLayoutConfig
          Default implementation of the layout configuration interface.
 class VolatileLayoutConfig
          A layout configuration that can be used to generate on-the-fly layout options.
 

Uses of ILayoutConfig in de.cau.cs.kieler.kiml.gmf
 

Classes in de.cau.cs.kieler.kiml.gmf that implement ILayoutConfig
 class GmfLayoutConfig
          A layout configuration that stores layout options in the notation model of GMF diagrams.
 

Methods in de.cau.cs.kieler.kiml.gmf that return ILayoutConfig
 ILayoutConfig GmfDiagramLayoutManager.getLayoutConfig(EditPart editPart)
          Returns a layout configuration for the given edit part.
 

Constructors in de.cau.cs.kieler.kiml.gmf with parameters of type ILayoutConfig
GmfLayoutConfig(ILayoutConfig externalConfig)
          Create a layout configuration for GMF with embedded external configuration.
 

Uses of ILayoutConfig in de.cau.cs.kieler.kiml.ui.layout
 

Classes in de.cau.cs.kieler.kiml.ui.layout that implement ILayoutConfig
 class EclipseLayoutConfig
          A layout configuration for extension point configurations and user preferences.
 

Methods in de.cau.cs.kieler.kiml.ui.layout that return ILayoutConfig
protected  ILayoutConfig DiagramLayoutManager.getExternalConfig()
          Returns the layout configuration that was set externally for this layout manager.
 ILayoutConfig EclipseLayoutConfig.getExternalConfig()
          Returns the external layout configuration embedded in this configuration, if present.
abstract  ILayoutConfig DiagramLayoutManager.getLayoutConfig(EditPart editPart)
          Returns a layout configuration for the given edit part.
 ILayoutConfig EclipseLayoutServices.getLayoutConfig(EditPart editPart)
          Retrieve a layout configuration for the given edit part using the most suitable layout manager.
 ILayoutConfig EclipseLayoutServices.getLayoutConfig(IEditorPart editorPart)
          Retrieve a layout configuration for the given editor using the most suitable layout manager.
 

Methods in de.cau.cs.kieler.kiml.ui.layout with parameters of type ILayoutConfig
 void DiagramLayoutManager.setLayoutConfig(ILayoutConfig layoutConfig)
          Set an external layout configuration to use with this layout manager.
 

Constructors in de.cau.cs.kieler.kiml.ui.layout with parameters of type ILayoutConfig
EclipseLayoutConfig(ILayoutConfig theexternalConfig)
          Create an Eclipse layout configuration embedding an external configuration.
 

Uses of ILayoutConfig in de.cau.cs.kieler.kiml.ui.views
 

Constructors in de.cau.cs.kieler.kiml.ui.views with parameters of type ILayoutConfig
LayoutPropertySource(ILayoutConfig config, ILayoutInspector inspector)
          Creates a layout property source for the given layout configuration.