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

Packages that use LayoutOptionData
de.cau.cs.kieler.kiml.layout Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. 
de.cau.cs.kieler.kiml.layout.util Utility classes for automatic layout using KIML. 
de.cau.cs.kieler.kiml.ui Base package of the KIML user interface. 
de.cau.cs.kieler.kiml.ui.layout Classes with generic implementations to apply layout to GMF diagrams. 
de.cau.cs.kieler.kiml.ui.preferences Preferences for KIML. 
de.cau.cs.kieler.kiml.ui.views Views for the KIML UI. 
 

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

Methods in de.cau.cs.kieler.kiml.layout that return LayoutOptionData
 LayoutOptionData LayoutServices.getLayoutOptionData(String id)
          Returns the layout option data associated with the given identifier.
 

Methods in de.cau.cs.kieler.kiml.layout that return types with arguments of type LayoutOptionData
 Collection<LayoutOptionData> LayoutServices.getLayoutOptionData()
          Returns a data collection for all registered layout options.
 List<LayoutOptionData> LayoutServices.getLayoutOptions(LayoutProviderData providerData, LayoutOptionData.Target target)
          Returns a list of layout options that are suitable for the given layout provider and layout option target.
 

Methods in de.cau.cs.kieler.kiml.layout with parameters of type LayoutOptionData
 void LayoutServices.Registry.addLayoutOption(LayoutOptionData optionData)
          Registers the given layout option.
 

Uses of LayoutOptionData in de.cau.cs.kieler.kiml.layout.util
 

Methods in de.cau.cs.kieler.kiml.layout.util with parameters of type LayoutOptionData
static Object KimlLayoutUtil.getValue(KOption koption, LayoutOptionData optionData)
          Returns the value of the given KOption as an Object.
static void KimlLayoutUtil.setValue(KOption koption, LayoutOptionData optionData, Object value)
          Sets the value of the given KOption.
 

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

Constructors in de.cau.cs.kieler.kiml.ui with parameters of type LayoutOptionData
LayoutOptionValidator(LayoutOptionData theoptionData)
          Creates a layout option validator for a layout option data.
 

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

Methods in de.cau.cs.kieler.kiml.ui.layout with parameters of type LayoutOptionData
static KOption KimlUiUtil.addKOption(LayoutOptionStyle optionStyle, LayoutOptionData optionData)
          Adds a KOption to the given layout option style.
static Object KimlUiUtil.getDefault(LayoutOptionData optionData, LayoutProviderData providerData, EditPart editPart, EditPart containerEditPart, boolean hasChildren)
          Retrieves the default value for the given layout option.
 void EclipseLayoutServices.storeOption(EditPart editPart, LayoutOptionData optionData, String valueString, boolean storeDomainModel)
          Stores the layout option with given value for the edit part.
 void EclipseLayoutServices.storeOption(String diagramType, LayoutOptionData optionData, String valueString)
          Stores the layout option with given value for the diagram type.
 

Uses of LayoutOptionData in de.cau.cs.kieler.kiml.ui.preferences
 

Methods in de.cau.cs.kieler.kiml.ui.preferences that return LayoutOptionData
 LayoutOptionData OptionsTableProvider.DataEntry.getOptionData()
          Returns the option data.
 

Constructors in de.cau.cs.kieler.kiml.ui.preferences with parameters of type LayoutOptionData
OptionsTableProvider.DataEntry(String thetypeName, String thetypeId, LayoutOptionData theoptionData, Object thevalue)
          Creates a data entry.
 

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

Constructors in de.cau.cs.kieler.kiml.ui.views with parameters of type LayoutOptionData
LayoutPropertyDescriptor(LayoutOptionData theoptionData, String[] thelayoutHintChoices, String[] thelayoutHintValues)
          Creates a layout property descriptor based on a specific layout option.