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

Packages that use LayoutOptionData
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.gmf KIML bridge implementation for GMF, the Graphical Modeling Framework. 
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.util Utility classes for the KIML UI plugin. 
de.cau.cs.kieler.kiml.ui.views Views for the KIML UI. 
de.cau.cs.kieler.kiml.util Utility classes for automatic layout using KIML. 
 

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

Methods in de.cau.cs.kieler.kiml 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 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 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.gmf
 

Methods in de.cau.cs.kieler.kiml.gmf that return types with arguments of type LayoutOptionData
 List<LayoutOptionData> GmfLayoutInspector.getOptionData()
          Returns a list of layout option descriptors that are available for the associated edit part.
 

Methods in de.cau.cs.kieler.kiml.gmf with parameters of type LayoutOptionData
 Object GmfLayoutInspector.getDefault(LayoutOptionData optionData)
          Returns the default value for the associated diagram.
 KOption GmfLayoutInspector.getKOption(LayoutOptionData optionData, boolean create)
          Returns the currently stored KOption value for the given layout option.
 void GmfLayoutInspector.removeKOption(LayoutOptionData optionData)
          Removes any stored value for the given layout option.
 void GmfLayoutInspector.setDefault(LayoutOptionData optionData, Object value)
          Sets the given option as default value for all elements of the associated diagram.
 

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 that return LayoutOptionData
 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.
 

Methods in de.cau.cs.kieler.kiml.ui.layout that return types with arguments of type LayoutOptionData
 List<LayoutOptionData> ILayoutInspector.getOptionData()
          Returns a list of layout option descriptors that are available for the associated edit part.
 

Methods in de.cau.cs.kieler.kiml.ui.layout with parameters of type LayoutOptionData
 Object ILayoutInspector.getDefault(LayoutOptionData optionData)
          Returns the default value for the associated diagram.
 Object EclipseLayoutServices.getDefault(LayoutOptionData optionData, LayoutProviderData providerData, EditPart editPart, EditPart containerEditPart, boolean hasChildren)
          Retrieves the default value for the given layout option.
 KOption ILayoutInspector.getKOption(LayoutOptionData optionData, boolean create)
          Returns the currently stored KOption value for the given layout option.
 void ILayoutInspector.removeKOption(LayoutOptionData optionData)
          Removes any stored value for the given layout option.
 void ILayoutInspector.setDefault(LayoutOptionData optionData, Object value)
          Sets the given option as default value for all elements of the associated diagram.
 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.util
 

Methods in de.cau.cs.kieler.kiml.ui.util that return LayoutOptionData
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 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.
 

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

Methods in de.cau.cs.kieler.kiml.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.