Uses of Class
org.eclipse.emf.ecp.common.spi.UniqueSetting

Packages that use UniqueSetting
org.eclipse.emf.ecp.common.spi   
org.eclipse.emf.ecp.view.internal.context   
org.eclipse.emf.ecp.view.internal.rule   
org.eclipse.emf.ecp.view.spi.context   
org.eclipse.emfforms.internal.spreadsheet.core   
 

Uses of UniqueSetting in org.eclipse.emf.ecp.common.spi
 

Methods in org.eclipse.emf.ecp.common.spi that return UniqueSetting
static UniqueSetting UniqueSetting.createSetting(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EStructuralFeature attribute)
          Convenience method for creating a setting.
static UniqueSetting UniqueSetting.createSetting(org.eclipse.emf.ecore.EStructuralFeature.Setting setting)
          Convenience method for creating a setting.
 

Uses of UniqueSetting in org.eclipse.emf.ecp.view.internal.context
 

Methods in org.eclipse.emf.ecp.view.internal.context with parameters of type UniqueSetting
 Set<VElement> ViewModelContextImpl.getControlsFor(UniqueSetting setting)
          Returns all controls which are associated with the provided UniqueSetting.
 

Uses of UniqueSetting in org.eclipse.emf.ecp.view.internal.rule
 

Methods in org.eclipse.emf.ecp.view.internal.rule that return types with arguments of type UniqueSetting
 Set<UniqueSetting> RuleRegistry.getSettings()
          Returns the settings of this registry.
 Set<UniqueSetting> RuleRegistry.register(VElement renderable, T rule, Condition condition, org.eclipse.emf.ecore.EObject domainModel)
          Creates a setting from the given EObject and the LeafCondition and register it with the VElement.
 

Methods in org.eclipse.emf.ecp.view.internal.rule with parameters of type UniqueSetting
 Map<T,VElement> RuleRegistry.getAffectedRenderables(UniqueSetting setting)
          Returns all rules that would be affected if the value of given setting is changed.
 Map<VElement,Boolean> RuleService.getDisabledRenderables(Map<org.eclipse.emf.ecore.EStructuralFeature.Setting,Object> possibleValues, UniqueSetting setting)
          Returns all VElements, that would we disabled if possibleValues would be set for the given settings.
 Map<VElement,Boolean> RuleService.getHiddenRenderables(Map<org.eclipse.emf.ecore.EStructuralFeature.Setting,Object> possibleValues, UniqueSetting setting)
          Returns all VElements, that would we hidden if possibleValues would be set for the given settings.
 

Uses of UniqueSetting in org.eclipse.emf.ecp.view.spi.context
 

Methods in org.eclipse.emf.ecp.view.spi.context with parameters of type UniqueSetting
 Set<VElement> ViewModelContext.getControlsFor(UniqueSetting setting)
          Returns all controls which are associated with the provided UniqueSetting.
 

Uses of UniqueSetting in org.eclipse.emfforms.internal.spreadsheet.core
 

Methods in org.eclipse.emfforms.internal.spreadsheet.core with parameters of type UniqueSetting
 Set<VElement> EMFFormsSpreadsheetViewModelContext.getControlsFor(UniqueSetting setting)
          Returns all controls which are associated with the provided UniqueSetting.
 



Copyright © 2015. All Rights Reserved.