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

Packages that use LayoutProviderData
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.ui.layout Classes with generic implementations to apply layout to GMF diagrams. 
de.cau.cs.kieler.kiml.ui.util Utility classes for the KIML UI plugin. 
de.cau.cs.kieler.kiml.ui.views Views for the KIML UI. 
 

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

Methods in de.cau.cs.kieler.kiml that return LayoutProviderData
 LayoutProviderData DefaultLayoutConfig.getContainerLayouterData()
          Returns the layout provider descriptor for the container of the associated element.
 LayoutProviderData ILayoutConfig.getContainerLayouterData()
          Returns the layout provider descriptor for the container of the associated element.
 LayoutProviderData VolatileLayoutConfig.getContainerLayouterData()
          Returns null, since this layout configuration is not connected to a layout provider.
 LayoutProviderData DefaultLayoutConfig.getContentLayouterData()
          Returns the layout provider descriptor for the content of the associated element.
 LayoutProviderData ILayoutConfig.getContentLayouterData()
          Returns the layout provider descriptor for the content of the associated element.
 LayoutProviderData VolatileLayoutConfig.getContentLayouterData()
          Returns null, since this layout configuration is not connected to a layout provider.
 LayoutProviderData DefaultLayoutConfig.getLayouterData(String theLayoutHint, String diagramType)
          Returns the most appropriate layout provider for the given layout hint and diagram type.
 LayoutProviderData ILayoutConfig.getLayouterData(String layoutHint, String diagramType)
          Returns the most appropriate layout provider for the given layout hint and diagram type.
 LayoutProviderData VolatileLayoutConfig.getLayouterData(String layoutHint, String diagramType)
          Throws an UnsupportedOperationException, since this configuration cannot be used to handle layout providers.
 LayoutProviderData LayoutServices.getLayoutProviderData(String id)
          Returns the layout provider data associated with the given identifier.
 

Methods in de.cau.cs.kieler.kiml that return types with arguments of type LayoutProviderData
 Collection<LayoutProviderData> LayoutServices.getLayoutProviderData()
          Returns a data collection for all registered layout providers.
 

Methods in de.cau.cs.kieler.kiml with parameters of type LayoutProviderData
 void LayoutServices.Registry.addLayoutProvider(LayoutProviderData providerData)
          Registers the given layout provider.
 List<LayoutOptionData<?>> LayoutServices.getLayoutOptions(LayoutProviderData providerData, LayoutOptionData.Target targetType)
          Returns a list of layout options that are suitable for the given layout provider and layout option target.
 

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

Methods in de.cau.cs.kieler.kiml.ui.layout with parameters of type LayoutProviderData
 LayoutOptionData<?> EclipseLayoutServices.getOptionData(LayoutProviderData providerData, String optionName)
          Returns the layout option data that matches the given user-friendly name and is known by the given layout provider.
 

Uses of LayoutProviderData in de.cau.cs.kieler.kiml.ui.util
 

Methods in de.cau.cs.kieler.kiml.ui.util with parameters of type LayoutProviderData
static LayoutOptionData<?> KimlUiUtil.getOptionData(LayoutProviderData[] providerDataArray, String displayName)
          Retrieves a suitable layout option data instance that matches the given user friendly display name.
 

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

Methods in de.cau.cs.kieler.kiml.ui.views that return LayoutProviderData
 LayoutProviderData[] LayoutViewPart.getCurrentProviderData()
          Returns the current layout provider data.