|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 VElement s, that would we disabled if possibleValues would be set for the given
setting s. |
Map<VElement,Boolean> |
RuleService.getHiddenRenderables(Map<org.eclipse.emf.ecore.EStructuralFeature.Setting,Object> possibleValues,
UniqueSetting setting)
Returns all VElement s, that would we hidden if possibleValues would be set for the given
setting s. |
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 . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |