Uses of Class
de.cau.cs.kieler.kiml.LayoutContext

Packages that use LayoutContext
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.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.service Layout service extensions for the Eclipse UI. 
de.cau.cs.kieler.kiml.ui.views Views for the KIML UI. 
 

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

Constructors in de.cau.cs.kieler.kiml with parameters of type LayoutContext
LayoutContext(LayoutContext other)
          Copy the content of the given layout context into a new one.
 

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

Methods in de.cau.cs.kieler.kiml.config with parameters of type LayoutContext
 void CompoundLayoutConfig.clearValues(LayoutContext context)
          Clear all layout option values that have been set for the given context.
 void IMutableLayoutConfig.clearValues(LayoutContext context)
          Clear all layout option values that have been set for the given context.
 void SemanticLayoutConfig.clearValues(LayoutContext context)
          Clear all layout option values that have been set for the given context.
 void CompoundLayoutConfig.enrich(LayoutContext context)
          Enrich the given context with additional information that can be derived from what is already contained.
 void DefaultLayoutConfig.enrich(LayoutContext context)
          Enrich the given context with additional information that can be derived from what is already contained.
 void ILayoutConfig.enrich(LayoutContext context)
          Enrich the given context with additional information that can be derived from what is already contained.
 void SemanticLayoutConfig.enrich(LayoutContext context)
          Enrich the given context with additional information that can be derived from what is already contained.
 void VolatileLayoutConfig.enrich(LayoutContext context)
          Enrich the given context with additional information that can be derived from what is already contained.
 Object CompoundLayoutConfig.getValue(LayoutOptionData<?> optionData, LayoutContext context)
          Get the current value for a layout option in the given context.
 Object DefaultLayoutConfig.getValue(LayoutOptionData<?> optionData, LayoutContext context)
          Get the current value for a layout option in the given context.
 Object ILayoutConfig.getValue(LayoutOptionData<?> optionData, LayoutContext context)
          Get the current value for a layout option in the given context.
 Object SemanticLayoutConfig.getValue(LayoutOptionData<?> optionData, LayoutContext context)
          Get the current value for a layout option in the given context.
 Object VolatileLayoutConfig.getValue(LayoutOptionData<?> optionData, LayoutContext context)
          Get the current value for a layout option in the given context.
 boolean CompoundLayoutConfig.isSet(LayoutOptionData<?> optionData, LayoutContext context)
          Determine whether the given layout option is set, not considering any default values.
 boolean IMutableLayoutConfig.isSet(LayoutOptionData<?> optionData, LayoutContext context)
          Determine whether the given layout option is set, not considering any default values.
 boolean SemanticLayoutConfig.isSet(LayoutOptionData<?> optionData, LayoutContext context)
          Determine whether the given layout option is set, not considering any default values.
 void CompoundLayoutConfig.setValue(LayoutOptionData<?> optionData, LayoutContext context, Object value)
          Set a new value for a layout option in the given context.
 void IMutableLayoutConfig.setValue(LayoutOptionData<?> optionData, LayoutContext context, Object value)
          Set a new value for a layout option in the given context.
 void SemanticLayoutConfig.setValue(LayoutOptionData<?> optionData, LayoutContext context, Object value)
          Set a new value for a layout option in the given context.
 void CompoundLayoutConfig.transferValues(KGraphData graphData, LayoutContext context)
          Transfer all non-default values that are managed by this layout configuration to the given graph data holder.
 void DefaultLayoutConfig.transferValues(KGraphData graphData, LayoutContext context)
          Transfer all non-default values that are managed by this layout configuration to the given graph data holder.
 void ILayoutConfig.transferValues(KGraphData graphData, LayoutContext context)
          Transfer all non-default values that are managed by this layout configuration to the given graph data holder.
 void SemanticLayoutConfig.transferValues(KGraphData graphData, LayoutContext context)
          Transfer all non-default values that are managed by this layout configuration to the given graph data holder.
 void VolatileLayoutConfig.transferValues(KGraphData graphData, LayoutContext context)
          Transfer all non-default values that are managed by this layout configuration to the given graph data holder.
 

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

Methods in de.cau.cs.kieler.kiml.gmf with parameters of type LayoutContext
 void GmfLayoutConfig.clearValues(LayoutContext context)
          Clear all layout option values that have been set for the given context.
 void GmfLayoutConfig.enrich(LayoutContext context)
          Enrich the given context with additional information that can be derived from what is already contained.
 Object GmfLayoutConfig.getValue(LayoutOptionData<?> optionData, LayoutContext context)
          Get the current value for a layout option in the given context.
 boolean GmfLayoutConfig.isSet(LayoutOptionData<?> optionData, LayoutContext context)
          Determine whether the given layout option is set, not considering any default values.
 void GmfLayoutConfig.setValue(LayoutOptionData<?> optionData, LayoutContext context, Object value)
          Set a new value for a layout option in the given context.
 void GmfLayoutConfig.transferValues(KGraphData graphData, LayoutContext context)
          Transfer all non-default values that are managed by this layout configuration to the given graph data holder.
 

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

Methods in de.cau.cs.kieler.kiml.graphiti with parameters of type LayoutContext
 void GraphitiLayoutConfig.clearValues(LayoutContext context)
          Clear all layout option values that have been set for the given context.
 void GraphitiLayoutConfig.enrich(LayoutContext context)
          Enrich the given context with additional information that can be derived from what is already contained.
 Object GraphitiLayoutConfig.getValue(LayoutOptionData<?> optionData, LayoutContext context)
          Get the current value for a layout option in the given context.
 boolean GraphitiLayoutConfig.isSet(LayoutOptionData<?> optionData, LayoutContext context)
          Determine whether the given layout option is set, not considering any default values.
 void GraphitiLayoutConfig.setValue(LayoutOptionData<?> optionData, LayoutContext context, Object value)
          Set a new value for a layout option in the given context.
 void GraphitiLayoutConfig.transferValues(KGraphData graphData, LayoutContext context)
          Transfer all non-default values that are managed by this layout configuration to the given graph data holder.
 

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

Methods in de.cau.cs.kieler.kiml.ui.service with parameters of type LayoutContext
 void EclipseLayoutConfig.enrich(LayoutContext context)
          Enrich the given context with additional information that can be derived from what is already contained.
 Object EclipseLayoutConfig.getValue(LayoutOptionData<?> optionData, LayoutContext context)
          Get the current value for a layout option in the given context.
 void EclipseLayoutConfig.transferValues(KGraphData graphData, LayoutContext context)
          Transfer all non-default values that are managed by this layout configuration to the given graph data holder.
 

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

Methods in de.cau.cs.kieler.kiml.ui.views that return LayoutContext
 LayoutContext LayoutPropertySource.getContext()
          Return the layout context used for this property source.
 LayoutContext LayoutPropertySourceProvider.getContext()
          Return a layout context for the current selection.
 

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