Uses of Class
de.cau.cs.kieler.kiml.LayoutOptionData.Target

Packages that use LayoutOptionData.Target
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. 
 

Uses of LayoutOptionData.Target in de.cau.cs.kieler.kiml
 

Methods in de.cau.cs.kieler.kiml that return LayoutOptionData.Target
static LayoutOptionData.Target LayoutOptionData.Target.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LayoutOptionData.Target[] LayoutOptionData.Target.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.kiml with parameters of type LayoutOptionData.Target
 List<LayoutOptionData<?>> LayoutDataService.getOptionData(LayoutAlgorithmData algorithmData, LayoutOptionData.Target targetType)
          Returns a list of layout options that are suitable for the given layout algorithm and layout option target.
 boolean LayoutOptionData.hasTarget(LayoutOptionData.Target target)
          Checks whether the given target is active for this layout option.
 void DefaultLayoutConfig.initialize(LayoutOptionData.Target targetType, String layoutHint, String diagramType)
          Initialize the configuration with a layout hint and diagram type for the content or the container of the selected element.
 

Uses of LayoutOptionData.Target in de.cau.cs.kieler.kiml.ui.layout
 

Methods in de.cau.cs.kieler.kiml.ui.layout with parameters of type LayoutOptionData.Target
 void EclipseLayoutConfig.initialize(LayoutOptionData.Target targetType, EditPart editPart, String theLayoutHint)
          Initialize the configuration with a layout hint and an edit part for the content (if target type is LayoutOptionData.Target#PARENTS) or the container of the selected element.