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. 
 

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 targetType)
          Returns a list of layout options that are suitable for the given layout provider and layout option target.
 List<LayoutOptionData<?>> DefaultLayoutConfig.getOptionData()
          Returns a list of available layout option descriptors.
 List<LayoutOptionData<?>> ILayoutConfig.getOptionData()
          Returns a list of available layout option descriptors.
 List<LayoutOptionData<?>> VolatileLayoutConfig.getOptionData()
          Returns a list of available layout option descriptors.
 

Methods in de.cau.cs.kieler.kiml with parameters of type LayoutOptionData
 void LayoutServices.Registry.addLayoutOption(LayoutOptionData<?> optionData)
          Registers the given layout option.
 boolean DefaultLayoutConfig.isDefault(LayoutOptionData<?> optionData)
          Since this configuration handles only default values, this always returns true.
 boolean ILayoutConfig.isDefault(LayoutOptionData<?> optionData)
          Returns true if the given option has its default value.
 boolean VolatileLayoutConfig.isDefault(LayoutOptionData<?> optionData)
          Returns true if the given option has its default value.
 void DefaultLayoutConfig.setDiagramDefault(LayoutOptionData<?> optionData, Object value)
          Throws an UnsupportedOperationException, since this configuration cannot be used to change default values.
 void ILayoutConfig.setDiagramDefault(LayoutOptionData<?> optionData, Object value)
          Sets the given option as default value for all elements of the associated diagram.
 void VolatileLayoutConfig.setDiagramDefault(LayoutOptionData<?> optionData, Object value)
          Throws an UnsupportedOperationException, since this configuration cannot be used to change diagram options.
 

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

Methods in de.cau.cs.kieler.kiml.gmf with parameters of type LayoutOptionData
protected
<T> T
GmfLayoutConfig.doGetProperty(LayoutOptionData<T> optionData)
          Retrieve the value that is stored in the notation model or the default value for a layout option.
<T> T
GmfLayoutConfig.getDiagramDefault(LayoutOptionData<T> optionData)
          Returns the default value for the selected diagram.
 boolean GmfLayoutConfig.isDefault(LayoutOptionData<?> optionData)
          Determines whether the given layout option is already stored in the notation view of the selected element.
static void GmfLayoutConfig.removeKOption(LayoutOptionStyle style, LayoutOptionData<?> optionData)
          Removes an option from the given style container.
 void GmfLayoutConfig.setDiagramDefault(LayoutOptionData<?> optionData, Object value)
          Sets a default value for the selected 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 with parameters of type LayoutOptionData
protected
<T> T
EclipseLayoutConfig.doGetProperty(LayoutOptionData<T> optionData)
          Retrieve the pre-configured or user defined default value for a 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 name, String id, ElementType thetype, 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.