Uses of Interface
de.cau.cs.kieler.kiml.config.IMutableLayoutConfig

Packages that use IMutableLayoutConfig
de.cau.cs.kieler.kaom.custom Classes for custom behavior of the KIELER Actor Oriented Modeling editor. 
de.cau.cs.kieler.keg.diagram.custom Custom code for KEG diagram. 
de.cau.cs.kieler.kiml.config Interfaces and default implementations for layout configuration. 
de.cau.cs.kieler.kiml.gmf KIML bridge implementation for GMF, the Graphical Modeling Framework. 
de.cau.cs.kieler.kiml.graphiti   
de.cau.cs.kieler.kiml.ui.diagram Generic API for layout of graphical diagrams. 
de.cau.cs.kieler.kiml.ui.service Layout service extensions for the Eclipse UI. 
de.cau.cs.kieler.kiml.ui.views Views for the KIML UI. 
de.cau.cs.kieler.synccharts.diagram.custom General classes that depend on the synccharts diagram editor. 
 

Uses of IMutableLayoutConfig in de.cau.cs.kieler.kaom.custom
 

Classes in de.cau.cs.kieler.kaom.custom that implement IMutableLayoutConfig
 class AnnotationsLayoutConfig
          A semantic layout configurations for annotations.
 class TypeLayoutConfig
          A semantic layout configuration for the diagram type of entities.
 

Uses of IMutableLayoutConfig in de.cau.cs.kieler.keg.diagram.custom
 

Classes in de.cau.cs.kieler.keg.diagram.custom that implement IMutableLayoutConfig
 class HypernodeLayoutConfig
          A semantic layout configuration that checks whether a given node is a hypernode.
 

Uses of IMutableLayoutConfig in de.cau.cs.kieler.kiml.config
 

Classes in de.cau.cs.kieler.kiml.config that implement IMutableLayoutConfig
 class CompoundLayoutConfig
          A layout configuration that is composed of multiple other configurations.
 class SemanticLayoutConfig
          An abstract layout configuration that is able to consider semantic model properties.
 

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

Classes in de.cau.cs.kieler.kiml.gmf that implement IMutableLayoutConfig
 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 IMutableLayoutConfig
 IMutableLayoutConfig GmfDiagramLayoutManager.getLayoutConfig()
          Return a framework-specific layout configuration.
 

Uses of IMutableLayoutConfig in de.cau.cs.kieler.kiml.graphiti
 

Classes in de.cau.cs.kieler.kiml.graphiti that implement IMutableLayoutConfig
 class GraphitiLayoutConfig
          Layout option configuration for Graphiti.
 

Methods in de.cau.cs.kieler.kiml.graphiti that return IMutableLayoutConfig
 IMutableLayoutConfig GraphitiDiagramLayoutManager.getLayoutConfig()
          Return a framework-specific layout configuration.
 

Uses of IMutableLayoutConfig in de.cau.cs.kieler.kiml.ui.diagram
 

Methods in de.cau.cs.kieler.kiml.ui.diagram that return IMutableLayoutConfig
 IMutableLayoutConfig IDiagramLayoutManager.getLayoutConfig()
          Return a framework-specific layout configuration.
 

Uses of IMutableLayoutConfig in de.cau.cs.kieler.kiml.ui.service
 

Methods in de.cau.cs.kieler.kiml.ui.service that return IMutableLayoutConfig
 IMutableLayoutConfig LayoutOptionManager.createConfig(EObject domainElement, ILayoutConfig... extraConfigs)
          Create a layout configuration that can be used to access all actual values of layout options.
 

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

Constructors in de.cau.cs.kieler.kiml.ui.views with parameters of type IMutableLayoutConfig
LayoutPropertySource(IMutableLayoutConfig config, LayoutContext context, TransactionalEditingDomain theeditingDomain)
          Creates a layout property source for the given layout configuration.
 

Uses of IMutableLayoutConfig in de.cau.cs.kieler.synccharts.diagram.custom
 

Classes in de.cau.cs.kieler.synccharts.diagram.custom that implement IMutableLayoutConfig
 class ActionLayoutConfig
          A layout configuration that excludes scope actions from layout.
 class HVLayoutConfig
          A layout configuration that applies alternating horizontal / vertical layout when an annotation "HVLayout" is present.