Uses of Interface
org.eclipse.emf.ecp.view.spi.model.VDomainModelReference

Packages that use VDomainModelReference
org.eclipse.emf.ecp.diffmerge.internal.context   
org.eclipse.emf.ecp.diffmerge.spi.context   
org.eclipse.emf.ecp.edit.internal.swt.controls   
org.eclipse.emf.ecp.edit.internal.swt.reference   
org.eclipse.emf.ecp.edit.spi   
org.eclipse.emf.ecp.edit.spi.swt.reference   
org.eclipse.emf.ecp.edit.spi.util   
org.eclipse.emf.ecp.internal.edit   
org.eclipse.emf.ecp.view.custom.ui.swt.test   
org.eclipse.emf.ecp.view.dynamictree.model   
org.eclipse.emf.ecp.view.dynamictree.model.impl   
org.eclipse.emf.ecp.view.dynamictree.model.util   
org.eclipse.emf.ecp.view.internal.editor.controls   
org.eclipse.emf.ecp.view.internal.editor.handler   
org.eclipse.emf.ecp.view.internal.table.model   
org.eclipse.emf.ecp.view.internal.table.swt   
org.eclipse.emf.ecp.view.spi.custom.model   
org.eclipse.emf.ecp.view.spi.custom.model.impl   
org.eclipse.emf.ecp.view.spi.custom.model.util   
org.eclipse.emf.ecp.view.spi.custom.swt   
org.eclipse.emf.ecp.view.spi.indexdmr.model   
org.eclipse.emf.ecp.view.spi.indexdmr.model.impl   
org.eclipse.emf.ecp.view.spi.indexdmr.model.util   
org.eclipse.emf.ecp.view.spi.keyattributedmr.model   
org.eclipse.emf.ecp.view.spi.keyattributedmr.model.impl   
org.eclipse.emf.ecp.view.spi.keyattributedmr.model.util   
org.eclipse.emf.ecp.view.spi.label.model   
org.eclipse.emf.ecp.view.spi.label.model.impl   
org.eclipse.emf.ecp.view.spi.mappingdmr.model   
org.eclipse.emf.ecp.view.spi.mappingdmr.model.impl   
org.eclipse.emf.ecp.view.spi.mappingdmr.model.util   
org.eclipse.emf.ecp.view.spi.model   
org.eclipse.emf.ecp.view.spi.model.impl   
org.eclipse.emf.ecp.view.spi.model.reporting   
org.eclipse.emf.ecp.view.spi.model.util   
org.eclipse.emf.ecp.view.spi.rule.model   
org.eclipse.emf.ecp.view.spi.rule.model.impl   
org.eclipse.emf.ecp.view.spi.stack.model   
org.eclipse.emf.ecp.view.spi.stack.model.impl   
org.eclipse.emf.ecp.view.spi.table.model   
org.eclipse.emf.ecp.view.spi.table.model.impl   
org.eclipse.emf.ecp.view.spi.table.model.util   
org.eclipse.emf.ecp.view.spi.table.swt   
org.eclipse.emf.ecp.view.spi.viewproxy.resolver   
org.eclipse.emf.ecp.view.stack.ui.swt.test   
org.eclipse.emf.ecp.view.table.ui.swt.test   
org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model   
org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model.impl   
org.eclipse.emfforms.core.services.databinding.featurepath   
org.eclipse.emfforms.internal.core.services.databinding   
org.eclipse.emfforms.internal.core.services.databinding.index   
org.eclipse.emfforms.internal.core.services.databinding.mapping   
org.eclipse.emfforms.internal.core.services.editsupport   
org.eclipse.emfforms.internal.core.services.label   
org.eclipse.emfforms.spi.core.services.databinding   
org.eclipse.emfforms.spi.core.services.editsupport   
org.eclipse.emfforms.spi.core.services.label   
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.diffmerge.internal.context
 

Methods in org.eclipse.emf.ecp.diffmerge.internal.context that return types with arguments of type VDomainModelReference
 Set<VDomainModelReference> DiffMergeModelContextImpl.getMergedDomainObjects()
          Returns the set of domainModelReferences which are merged.
 

Methods in org.eclipse.emf.ecp.diffmerge.internal.context with parameters of type VDomainModelReference
static boolean CompareControls.areEqual(VDomainModelReference left, org.eclipse.emf.ecore.EObject leftDomainModel, VDomainModelReference right, org.eclipse.emf.ecore.EObject rightDomainModel)
          Compares to VDomainModelReferences by comparing all values.
 

Constructor parameters in org.eclipse.emf.ecp.diffmerge.internal.context with type arguments of type VDomainModelReference
DiffMergeModelContextImpl(VElement view, org.eclipse.emf.ecore.EObject domainObject, org.eclipse.emf.ecore.EObject left, org.eclipse.emf.ecore.EObject right, Set<VDomainModelReference> mergedReferences)
          Constructor for the DiffMergeModelContextImpl.
DiffMergeModelContextImpl(VElement view, org.eclipse.emf.ecore.EObject domainObject, org.eclipse.emf.ecore.EObject origin1, org.eclipse.emf.ecore.EObject origin2, Set<VDomainModelReference> mergedReferences, ViewModelService... modelServices)
          Constructor for the DiffMergeModelContextImpl.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.diffmerge.spi.context
 

Methods in org.eclipse.emf.ecp.diffmerge.spi.context that return types with arguments of type VDomainModelReference
 Set<VDomainModelReference> DiffMergeModelContext.getMergedDomainObjects()
          Returns the set of domainModelReferences which are merged.
 

Method parameters in org.eclipse.emf.ecp.diffmerge.spi.context with type arguments of type VDomainModelReference
 DiffMergeModelContext DiffMergeContextFactory.createViewModelContext(VElement view, org.eclipse.emf.ecore.EObject target, org.eclipse.emf.ecore.EObject left, org.eclipse.emf.ecore.EObject right, Set<VDomainModelReference> mergedControls)
          Instantiates a new view model context.
 DiffMergeModelContext DiffMergeContextFactory.createViewModelContext(VElement view, org.eclipse.emf.ecore.EObject target, org.eclipse.emf.ecore.EObject left, org.eclipse.emf.ecore.EObject right, Set<VDomainModelReference> mergedControls, ViewModelService... modelServices)
          Instantiates a new view model context with specific services.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.edit.internal.swt.controls
 

Methods in org.eclipse.emf.ecp.edit.internal.swt.controls with parameters of type VDomainModelReference
 int AttributeMultiControlTester.isApplicable(VDomainModelReference domainModelReference)
          Deprecated.  
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.edit.internal.swt.reference
 

Methods in org.eclipse.emf.ecp.edit.internal.swt.reference with parameters of type VDomainModelReference
 int ReferenceMultiControlTester.isApplicable(VDomainModelReference domainModelReference)
          Deprecated.  
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.edit.spi
 

Methods in org.eclipse.emf.ecp.edit.spi with parameters of type VDomainModelReference
<T> T
ECPControlFactory.createControl(Class<T> controlTypeClass, org.eclipse.emf.ecore.EObject domainModel, VDomainModelReference domainModelReference)
          Deprecated. Creates an ECPAbstractControl based on a Class and the VDomainModelReference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.edit.spi.swt.reference
 

Constructors in org.eclipse.emf.ecp.edit.spi.swt.reference with parameters of type VDomainModelReference
NewReferenceAction(org.eclipse.emf.edit.domain.EditingDomain editingDomain, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EStructuralFeature structuralFeature, EMFFormsEditSupport editSupport, EMFFormsLabelProvider labelProvider, ReferenceService referenceService, ReportService reportService, VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject domainModel)
          The constructor for a new reference action.
NewReferenceAction(org.eclipse.emf.edit.domain.EditingDomain editingDomain, org.eclipse.emf.ecore.EStructuralFeature.Setting setting, EMFFormsEditSupport editSupport, EMFFormsLabelProvider labelProvider, ReferenceService referenceService, ReportService reportService, VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject domainModel)
          The constructor for a new reference action.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.edit.spi.util
 

Methods in org.eclipse.emf.ecp.edit.spi.util with parameters of type VDomainModelReference
 int ECPApplicableTester.isApplicable(VDomainModelReference domainModelReference)
          Deprecated. Do not use. Use ECPApplicableTester.isApplicable(EObject, EStructuralFeature) instead.
 int ECPStaticApplicableTester.isApplicable(VDomainModelReference domainModelReference)
          Deprecated.  
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.internal.edit
 

Methods in org.eclipse.emf.ecp.internal.edit with parameters of type VDomainModelReference
<T> T
ControlFactoryImpl.createControl(Class<T> controlType, org.eclipse.emf.ecore.EObject domainModel, VDomainModelReference domainModelReference)
          Deprecated. Creates an ECPAbstractControl based on a Class and the VDomainModelReference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.custom.ui.swt.test
 

Fields in org.eclipse.emf.ecp.view.custom.ui.swt.test declared as VDomainModelReference
static VDomainModelReference CustomControlStub2.resolvedDomainModelReference
           
 

Methods in org.eclipse.emf.ecp.view.custom.ui.swt.test that return types with arguments of type VDomainModelReference
 Set<VDomainModelReference> ECPAbstractCustomControlSWT_PTest.createFeatures()
           
 Set<VDomainModelReference> ValidationCustomControl.getNeededDomainModelReferences()
          Returns a list of all VDomainModelReferences which will be used by this control.
 Set<VDomainModelReference> CustomControlStub.getNeededDomainModelReferences()
          Returns a list of all VDomainModelReferences which will be used by this control.
 Set<VDomainModelReference> CustomControlStub3.getNeededDomainModelReferences()
          Returns a list of all VDomainModelReferences which will be used by this control.
 Set<VDomainModelReference> CustomControlStub2.getNeededDomainModelReferences()
          Returns a list of all VDomainModelReferences which will be used by this control.
 Set<VDomainModelReference> ECPAbstractCustomControlSWTStub.getNeededDomainModelReferences()
          Returns a list of all VDomainModelReferences which will be used by this control.
 List<VDomainModelReference> ECPAbstractCustomControlSWTStub.getResolvedReferences()
           
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.dynamictree.model
 

Subinterfaces of VDomainModelReference in org.eclipse.emf.ecp.view.dynamictree.model
 interface DynamicContainmentTreeDomainModelReference
          A representation of the model object 'Dynamic Containment Tree Domain Model Reference'.
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model that return VDomainModelReference
 VDomainModelReference DynamicContainmentTreeDomainModelReference.getPathFromBase()
          Returns the value of the 'Path From Base' containment reference.
 VDomainModelReference DynamicContainmentTreeDomainModelReference.getPathFromRoot()
          Returns the value of the 'Path From Root' containment reference.
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model with parameters of type VDomainModelReference
 void DynamicContainmentTreeDomainModelReference.setPathFromBase(VDomainModelReference value)
          Sets the value of the ' Path From Base' containment reference.
 void DynamicContainmentTreeDomainModelReference.setPathFromRoot(VDomainModelReference value)
          Sets the value of the ' Path From Root' containment reference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.dynamictree.model.impl
 

Classes in org.eclipse.emf.ecp.view.dynamictree.model.impl that implement VDomainModelReference
 class DynamicContainmentTreeDomainModelReferenceImpl
          An implementation of the model object 'Dynamic Containment Tree Domain Model Reference'.
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.impl that return VDomainModelReference
 VDomainModelReference DynamicContainmentTreeDomainModelReferenceImpl.getPathFromBase()
           
 VDomainModelReference DynamicContainmentTreeDomainModelReferenceImpl.getPathFromRoot()
           
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.impl with parameters of type VDomainModelReference
 org.eclipse.emf.common.notify.NotificationChain DynamicContainmentTreeDomainModelReferenceImpl.basicSetPathFromBase(VDomainModelReference newPathFromBase, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DynamicContainmentTreeDomainModelReferenceImpl.basicSetPathFromRoot(VDomainModelReference newPathFromRoot, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.core.databinding.property.list.IListProperty DynamicContainmentTreeDMRConverter.convertToListProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Converts a VDomainModelReference to an IListProperty.
 org.eclipse.core.databinding.property.value.IValueProperty DynamicContainmentTreeDMRConverter.convertToValueProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Converts a VDomainModelReference to a IValueProperty.
 double DynamicContainmentTreeDMRConverter.isApplicable(VDomainModelReference domainModelReference)
          Checks whether the given VDomainModelReference can be converted by this DomainModelReferenceConverter to a IValueProperty.
 void DynamicContainmentTreeDomainModelReferenceImpl.setPathFromBase(VDomainModelReference newPathFromBase)
           
 void DynamicContainmentTreeDomainModelReferenceImpl.setPathFromRoot(VDomainModelReference newPathFromRoot)
           
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.dynamictree.model.util
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.util with parameters of type VDomainModelReference
 T ModelSwitch.caseDomainModelReference(VDomainModelReference object)
          Returns the result of interpreting the object as an instance of 'Domain Model Reference'.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.internal.editor.controls
 

Methods in org.eclipse.emf.ecp.view.internal.editor.controls with parameters of type VDomainModelReference
 int TableDomainModelReferenceTester.isApplicable(VDomainModelReference domainModelReference)
          Returns the priority of the corresponding control for the provided VDomainModelReference.
 int RuleFeaturePathTester.isApplicable(VDomainModelReference domainModelReference)
          Returns the priority of the corresponding control for the provided VDomainModelReference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.internal.editor.handler
 

Constructors in org.eclipse.emf.ecp.view.internal.editor.handler with parameters of type VDomainModelReference
CreateDomainModelReferenceWizard(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EStructuralFeature structuralFeature, org.eclipse.emf.edit.domain.EditingDomain editingDomain, org.eclipse.emf.ecore.EClass eclass, String windowTitle, String pageName, String pageTitle, String description, VDomainModelReference domainModelReference)
          A wizard used for creating a new DomainModelReference.
CreateDomainModelReferenceWizard(org.eclipse.emf.ecore.EStructuralFeature.Setting setting, org.eclipse.emf.edit.domain.EditingDomain editingDomain, org.eclipse.emf.ecore.EClass eclass, String windowTitle, String pageName, String pageTitle, String description, VDomainModelReference domainModelReference)
          A wizard used for creating a new DomainModelReference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.internal.table.model
 

Methods in org.eclipse.emf.ecp.view.internal.table.model with parameters of type VDomainModelReference
 org.eclipse.core.databinding.property.list.IListProperty TableDMRConverter.convertToListProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Converts a VDomainModelReference to an IListProperty.
 org.eclipse.core.databinding.property.value.IValueProperty TableDMRConverter.convertToValueProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Converts a VDomainModelReference to a IValueProperty.
 double TableDMRConverter.isApplicable(VDomainModelReference domainModelReference)
          Checks whether the given VDomainModelReference can be converted by this DomainModelReferenceConverter to a IValueProperty.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.internal.table.swt
 

Methods in org.eclipse.emf.ecp.view.internal.table.swt with parameters of type VDomainModelReference
static boolean TableConfigurationHelper.isReadOnly(VTableControl tableControl, VDomainModelReference domainModelReference)
          Retrieve the readonly state for the table control of a VDomainModelReference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.custom.model
 

Subinterfaces of VDomainModelReference in org.eclipse.emf.ecp.view.spi.custom.model
 interface VCustomDomainModelReference
          A representation of the model object 'Domain Model Reference'.
 

Methods in org.eclipse.emf.ecp.view.spi.custom.model that return types with arguments of type VDomainModelReference
 org.eclipse.emf.common.util.EList<VDomainModelReference> VCustomDomainModelReference.getDomainModelReferences()
          Returns the value of the 'Domain Model References' containment reference list.
 Set<VDomainModelReference> ECPHardcodedReferences.getNeededDomainModelReferences()
          Returns a list of all VDomainModelReferences which will be used by this control.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.custom.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.custom.model.impl that implement VDomainModelReference
 class VCustomDomainModelReferenceImpl
          An implementation of the model object 'Domain Model Reference'.
 

Methods in org.eclipse.emf.ecp.view.spi.custom.model.impl that return types with arguments of type VDomainModelReference
 org.eclipse.emf.common.util.EList<VDomainModelReference> VCustomDomainModelReferenceImpl.getDomainModelReferences()
           
 

Methods in org.eclipse.emf.ecp.view.spi.custom.model.impl with parameters of type VDomainModelReference
 org.eclipse.core.databinding.property.list.IListProperty CustomDMRConverter.convertToListProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Converts a VDomainModelReference to an IListProperty.
 org.eclipse.core.databinding.property.value.IValueProperty CustomDMRConverter.convertToValueProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Converts a VDomainModelReference to a IValueProperty.
 double CustomDMRConverter.isApplicable(VDomainModelReference domainModelReference)
          Checks whether the given VDomainModelReference can be converted by this DomainModelReferenceConverter to a IValueProperty.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.custom.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.custom.model.util with parameters of type VDomainModelReference
 T CustomSwitch.caseDomainModelReference(VDomainModelReference object)
          Returns the result of interpreting the object as an instance of 'Domain Model Reference'.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.custom.swt
 

Methods in org.eclipse.emf.ecp.view.spi.custom.swt with parameters of type VDomainModelReference
 String ECPAbstractCustomControlSWT.SWTCustomControlHelper.getHelp(VDomainModelReference domainModelReference)
          This return a text providing a long helpful description of the feature.
 String ECPAbstractCustomControlSWT.SWTCustomControlHelper.getLabel(VDomainModelReference domainModelReference)
          This return a text providing a short label of the feature.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.indexdmr.model
 

Subinterfaces of VDomainModelReference in org.eclipse.emf.ecp.view.spi.indexdmr.model
 interface VIndexDomainModelReference
          A representation of the model object 'Index Domain Model Reference'.
 

Methods in org.eclipse.emf.ecp.view.spi.indexdmr.model that return VDomainModelReference
 VDomainModelReference VIndexDomainModelReference.getPrefixDMR()
          Returns the value of the 'Prefix DMR' containment reference.
 VDomainModelReference VIndexDomainModelReference.getTargetDMR()
          Returns the value of the 'Target DMR' containment reference.
 

Methods in org.eclipse.emf.ecp.view.spi.indexdmr.model with parameters of type VDomainModelReference
 void VIndexDomainModelReference.setPrefixDMR(VDomainModelReference value)
          Sets the value of the ' Prefix DMR' containment reference.
 void VIndexDomainModelReference.setTargetDMR(VDomainModelReference value)
          Sets the value of the ' Target DMR' containment reference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.indexdmr.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.indexdmr.model.impl that implement VDomainModelReference
 class VIndexDomainModelReferenceImpl
          An implementation of the model object 'Index Domain Model Reference'.
 

Methods in org.eclipse.emf.ecp.view.spi.indexdmr.model.impl that return VDomainModelReference
 VDomainModelReference VIndexDomainModelReferenceImpl.getPrefixDMR()
           
 VDomainModelReference VIndexDomainModelReferenceImpl.getTargetDMR()
           
 

Methods in org.eclipse.emf.ecp.view.spi.indexdmr.model.impl with parameters of type VDomainModelReference
 org.eclipse.emf.common.notify.NotificationChain VIndexDomainModelReferenceImpl.basicSetPrefixDMR(VDomainModelReference newPrefixDMR, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain VIndexDomainModelReferenceImpl.basicSetTargetDMR(VDomainModelReference newTargetDMR, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void VIndexDomainModelReferenceImpl.setPrefixDMR(VDomainModelReference newPrefixDMR)
           
 void VIndexDomainModelReferenceImpl.setTargetDMR(VDomainModelReference newTargetDMR)
           
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.indexdmr.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.indexdmr.model.util with parameters of type VDomainModelReference
 T IndexdmrSwitch.caseDomainModelReference(VDomainModelReference object)
          Returns the result of interpreting the object as an instance of 'Domain Model Reference'.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.keyattributedmr.model
 

Subinterfaces of VDomainModelReference in org.eclipse.emf.ecp.view.spi.keyattributedmr.model
 interface VKeyAttributeDomainModelReference
          A representation of the model object ' Key Attribute Domain Model Reference'.
 

Methods in org.eclipse.emf.ecp.view.spi.keyattributedmr.model that return VDomainModelReference
 VDomainModelReference VKeyAttributeDomainModelReference.getKeyDMR()
          Returns the value of the 'Key DMR' containment reference.
 VDomainModelReference VKeyAttributeDomainModelReference.getValueDMR()
          Returns the value of the 'Value DMR' containment reference.
 

Methods in org.eclipse.emf.ecp.view.spi.keyattributedmr.model with parameters of type VDomainModelReference
 void VKeyAttributeDomainModelReference.setKeyDMR(VDomainModelReference value)
          Sets the value of the ' Key DMR' containment reference.
 void VKeyAttributeDomainModelReference.setValueDMR(VDomainModelReference value)
          Sets the value of the ' Value DMR' containment reference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.keyattributedmr.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.keyattributedmr.model.impl that implement VDomainModelReference
 class VKeyAttributeDomainModelReferenceImpl
          An implementation of the model object ' Key Attribute Domain Model Reference '.
 

Methods in org.eclipse.emf.ecp.view.spi.keyattributedmr.model.impl that return VDomainModelReference
 VDomainModelReference VKeyAttributeDomainModelReferenceImpl.getKeyDMR()
           
 VDomainModelReference VKeyAttributeDomainModelReferenceImpl.getValueDMR()
           
 

Methods in org.eclipse.emf.ecp.view.spi.keyattributedmr.model.impl with parameters of type VDomainModelReference
 org.eclipse.emf.common.notify.NotificationChain VKeyAttributeDomainModelReferenceImpl.basicSetKeyDMR(VDomainModelReference newKeyDMR, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain VKeyAttributeDomainModelReferenceImpl.basicSetValueDMR(VDomainModelReference newValueDMR, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void VKeyAttributeDomainModelReferenceImpl.setKeyDMR(VDomainModelReference newKeyDMR)
           
 void VKeyAttributeDomainModelReferenceImpl.setValueDMR(VDomainModelReference newValueDMR)
           
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.keyattributedmr.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.keyattributedmr.model.util with parameters of type VDomainModelReference
 T KeyattributedmrSwitch.caseDomainModelReference(VDomainModelReference object)
          Returns the result of interpreting the object as an instance of 'Domain Model Reference'.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.label.model
 

Methods in org.eclipse.emf.ecp.view.spi.label.model that return VDomainModelReference
 VDomainModelReference VLabel.getDomainModelReference()
          Returns the value of the 'Domain Model Reference' containment reference.
 

Methods in org.eclipse.emf.ecp.view.spi.label.model with parameters of type VDomainModelReference
 void VLabel.setDomainModelReference(VDomainModelReference value)
          Sets the value of the 'Domain Model Reference' containment reference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.label.model.impl
 

Methods in org.eclipse.emf.ecp.view.spi.label.model.impl that return VDomainModelReference
 VDomainModelReference VLabelImpl.getDomainModelReference()
           
 

Methods in org.eclipse.emf.ecp.view.spi.label.model.impl with parameters of type VDomainModelReference
 org.eclipse.emf.common.notify.NotificationChain VLabelImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void VLabelImpl.setDomainModelReference(VDomainModelReference newDomainModelReference)
           
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.mappingdmr.model
 

Subinterfaces of VDomainModelReference in org.eclipse.emf.ecp.view.spi.mappingdmr.model
 interface VMappingDomainModelReference
          A representation of the model object ' Mapping Domain Model Reference'.
 

Methods in org.eclipse.emf.ecp.view.spi.mappingdmr.model that return VDomainModelReference
 VDomainModelReference VMappingDomainModelReference.getDomainModelReference()
          Returns the value of the 'Domain Model Reference' containment reference.
 

Methods in org.eclipse.emf.ecp.view.spi.mappingdmr.model with parameters of type VDomainModelReference
 void VMappingDomainModelReference.setDomainModelReference(VDomainModelReference value)
          Sets the value of the ' Domain Model Reference' containment reference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.mappingdmr.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.mappingdmr.model.impl that implement VDomainModelReference
 class VMappingDomainModelReferenceImpl
          An implementation of the model object ' Mapping Domain Model Reference'.
 

Methods in org.eclipse.emf.ecp.view.spi.mappingdmr.model.impl that return VDomainModelReference
 VDomainModelReference VMappingDomainModelReferenceImpl.getDomainModelReference()
           
 

Methods in org.eclipse.emf.ecp.view.spi.mappingdmr.model.impl with parameters of type VDomainModelReference
 org.eclipse.emf.common.notify.NotificationChain VMappingDomainModelReferenceImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void VMappingDomainModelReferenceImpl.setDomainModelReference(VDomainModelReference newDomainModelReference)
           
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.mappingdmr.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.mappingdmr.model.util with parameters of type VDomainModelReference
 T MappingdmrSwitch.caseDomainModelReference(VDomainModelReference object)
          Returns the result of interpreting the object as an instance of ' Domain Model Reference'.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.model
 

Subinterfaces of VDomainModelReference in org.eclipse.emf.ecp.view.spi.model
 interface VFeaturePathDomainModelReference
          A representation of the model object 'VFeature Path Domain Model Reference'.
 

Methods in org.eclipse.emf.ecp.view.spi.model that return VDomainModelReference
static VDomainModelReference ModelReferenceHelper.createDomainModelReference(org.eclipse.emf.ecore.EStructuralFeature feature)
          Create a simple VDomainModelReference based on a EStructuralFeature.
static VDomainModelReference ModelReferenceHelper.createDomainModelReference(org.eclipse.emf.ecore.EStructuralFeature feature, Collection<org.eclipse.emf.ecore.EReference> eReferences)
          Create a simple VDomainModelReference based on a EStructuralFeature.
 VDomainModelReference VControl.getDomainModelReference()
          Returns the value of the 'Domain Model Reference' containment reference.
 

Methods in org.eclipse.emf.ecp.view.spi.model with parameters of type VDomainModelReference
 void VControl.setDomainModelReference(VDomainModelReference value)
          Sets the value of the 'Domain Model Reference' containment reference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.model.impl that implement VDomainModelReference
 class VFeaturePathDomainModelReferenceImpl
          An implementation of the model rootEObject 'VFeature Path Domain Model Reference'.
 

Methods in org.eclipse.emf.ecp.view.spi.model.impl that return VDomainModelReference
 VDomainModelReference VControlImpl.getDomainModelReference()
           
 

Methods in org.eclipse.emf.ecp.view.spi.model.impl with parameters of type VDomainModelReference
 org.eclipse.emf.common.notify.NotificationChain VControlImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void VControlImpl.setDomainModelReference(VDomainModelReference newDomainModelReference)
           
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.model.reporting
 

Constructors in org.eclipse.emf.ecp.view.spi.model.reporting with parameters of type VDomainModelReference
DomainModelReferenceResolutionFailedReport(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject element)
          Constructor.
DomainModelReferenceResolutionFailedReport(VDomainModelReference domainModelReference, VControl control)
          Constructor.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.model.util with parameters of type VDomainModelReference
 T ViewSwitch.caseDomainModelReference(VDomainModelReference object)
          Returns the result of interpreting the object as an instance of 'Domain Model Reference'.
 boolean ViewValidator.validateDomainModelReference(VDomainModelReference domainModelReference, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.rule.model
 

Methods in org.eclipse.emf.ecp.view.spi.rule.model that return VDomainModelReference
 VDomainModelReference LeafCondition.getDomainModelReference()
          Returns the value of the 'Domain Model Reference' containment reference.
 VDomainModelReference LeafCondition.getValueDomainModelReference()
          Returns the value of the 'Value Domain Model Reference' containment reference.
 

Methods in org.eclipse.emf.ecp.view.spi.rule.model with parameters of type VDomainModelReference
 void LeafCondition.setDomainModelReference(VDomainModelReference value)
          Sets the value of the 'Domain Model Reference' containment reference.
 void LeafCondition.setValueDomainModelReference(VDomainModelReference value)
          Sets the value of the 'Value Domain Model Reference' containment reference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.rule.model.impl
 

Methods in org.eclipse.emf.ecp.view.spi.rule.model.impl that return VDomainModelReference
 VDomainModelReference LeafConditionImpl.getDomainModelReference()
           
 VDomainModelReference LeafConditionImpl.getValueDomainModelReference()
           
 

Methods in org.eclipse.emf.ecp.view.spi.rule.model.impl that return types with arguments of type VDomainModelReference
 Set<VDomainModelReference> LeafConditionSettingIterator.getUsedValueDomainModelReferences()
          
Returns the used VDomainModelReferences.
This map will contain all entries when the iterator has reached its end.
 

Methods in org.eclipse.emf.ecp.view.spi.rule.model.impl with parameters of type VDomainModelReference
 org.eclipse.emf.common.notify.NotificationChain LeafConditionImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LeafConditionImpl.basicSetValueDomainModelReference(VDomainModelReference newValueDomainModelReference, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LeafConditionImpl.setDomainModelReference(VDomainModelReference newDomainModelReference)
           
 void LeafConditionImpl.setValueDomainModelReference(VDomainModelReference newValueDomainModelReference)
           
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.stack.model
 

Methods in org.eclipse.emf.ecp.view.spi.stack.model that return VDomainModelReference
 VDomainModelReference VStackLayout.getDomainModelReference()
          Returns the value of the 'Domain Model Reference' containment reference.
 

Methods in org.eclipse.emf.ecp.view.spi.stack.model with parameters of type VDomainModelReference
 void VStackLayout.setDomainModelReference(VDomainModelReference value)
          Sets the value of the 'Domain Model Reference' containment reference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.stack.model.impl
 

Methods in org.eclipse.emf.ecp.view.spi.stack.model.impl that return VDomainModelReference
 VDomainModelReference VStackLayoutImpl.getDomainModelReference()
           
 

Methods in org.eclipse.emf.ecp.view.spi.stack.model.impl with parameters of type VDomainModelReference
 org.eclipse.emf.common.notify.NotificationChain VStackLayoutImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void VStackLayoutImpl.setDomainModelReference(VDomainModelReference newDomainModelReference)
           
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.table.model
 

Subinterfaces of VDomainModelReference in org.eclipse.emf.ecp.view.spi.table.model
 interface VTableDomainModelReference
          A representation of the model object 'Domain Model Reference'.
 

Methods in org.eclipse.emf.ecp.view.spi.table.model that return VDomainModelReference
 VDomainModelReference VTableDomainModelReference.getDomainModelReference()
          Returns the value of the 'Domain Model Reference' containment reference.
 

Methods in org.eclipse.emf.ecp.view.spi.table.model that return types with arguments of type VDomainModelReference
 org.eclipse.emf.common.util.EList<VDomainModelReference> VTableDomainModelReference.getColumnDomainModelReferences()
          Returns the value of the 'Column Domain Model References' containment reference list.
 org.eclipse.emf.common.util.EList<VDomainModelReference> VReadOnlyColumnConfiguration.getColumnDomainReferences()
          Returns the value of the 'Column Domain References' reference list.
 

Methods in org.eclipse.emf.ecp.view.spi.table.model with parameters of type VDomainModelReference
 void VTableDomainModelReference.setDomainModelReference(VDomainModelReference value)
          Sets the value of the ' Domain Model Reference' containment reference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.table.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.table.model.impl that implement VDomainModelReference
 class VTableDomainModelReferenceImpl
          An implementation of the model object 'Domain Model Reference'.
 

Methods in org.eclipse.emf.ecp.view.spi.table.model.impl that return VDomainModelReference
 VDomainModelReference VTableDomainModelReferenceImpl.getDomainModelReference()
           
 

Methods in org.eclipse.emf.ecp.view.spi.table.model.impl that return types with arguments of type VDomainModelReference
 org.eclipse.emf.common.util.EList<VDomainModelReference> VTableDomainModelReferenceImpl.getColumnDomainModelReferences()
           
 org.eclipse.emf.common.util.EList<VDomainModelReference> VReadOnlyColumnConfigurationImpl.getColumnDomainReferences()
           
 

Methods in org.eclipse.emf.ecp.view.spi.table.model.impl with parameters of type VDomainModelReference
 org.eclipse.emf.common.notify.NotificationChain VTableDomainModelReferenceImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void VTableDomainModelReferenceImpl.setDomainModelReference(VDomainModelReference newDomainModelReference)
           
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.table.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.table.model.util with parameters of type VDomainModelReference
 T TableSwitch.caseDomainModelReference(VDomainModelReference object)
          Returns the result of interpreting the object as an instance of 'Domain Model Reference'.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.table.swt
 

Constructors in org.eclipse.emf.ecp.view.spi.table.swt with parameters of type VDomainModelReference
TableControlSWTRenderer.ECPCellLabelProvider(org.eclipse.emf.ecore.EStructuralFeature feature, org.eclipse.jface.viewers.CellEditor cellEditor, org.eclipse.core.databinding.observable.map.IObservableMap attributeMap, VTableControl vTableControl, VDomainModelReference dmr, org.eclipse.swt.widgets.Table table)
          Constructor.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.spi.viewproxy.resolver
 

Methods in org.eclipse.emf.ecp.view.spi.viewproxy.resolver with parameters of type VDomainModelReference
 boolean ECPDomainModelReferenceMerger.merge(VFeaturePathDomainModelReference source, VDomainModelReference target)
          Prepends the the proxy reference to the given reference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.stack.ui.swt.test
 

Methods in org.eclipse.emf.ecp.view.stack.ui.swt.test that return VDomainModelReference
static VDomainModelReference TestUtil.createDMR(org.eclipse.emf.ecore.EStructuralFeature feature, org.eclipse.emf.ecore.EReference... references)
           
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.table.ui.swt.test
 

Methods in org.eclipse.emf.ecp.view.table.ui.swt.test that return VDomainModelReference
static VDomainModelReference SWTTable_PTest.createTableColumn(org.eclipse.emf.ecore.EStructuralFeature feature)
           
 VDomainModelReference TableControlHandle.getTableColumn1()
           
 VDomainModelReference TableControlHandle.getTableColumn2()
           
 

Methods in org.eclipse.emf.ecp.view.table.ui.swt.test with parameters of type VDomainModelReference
 void TableControlHandle.addFirstTableColumn(VDomainModelReference tableColumn1)
           
 void TableControlHandle.addSecondTableColumn(VDomainModelReference tableColumn2)
           
 void TableControlHandle.setTableColumn1(VDomainModelReference tableColumn1)
           
 void TableControlHandle.setTableColumn2(VDomainModelReference tableColumn2)
           
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model
 

Methods in org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model that return VDomainModelReference
 VDomainModelReference VTDomainModelReferenceSelector.getDomainModelReference()
          Returns the value of the 'Domain Model Reference' containment reference.
 

Methods in org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model with parameters of type VDomainModelReference
 void VTDomainModelReferenceSelector.setDomainModelReference(VDomainModelReference value)
          Sets the value of the ' Domain Model Reference' containment reference.
 

Uses of VDomainModelReference in org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model.impl
 

Methods in org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model.impl that return VDomainModelReference
 VDomainModelReference VTDomainModelReferenceSelectorImpl.getDomainModelReference()
           
 

Methods in org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model.impl with parameters of type VDomainModelReference
 org.eclipse.emf.common.notify.NotificationChain VTDomainModelReferenceSelectorImpl.basicSetDomainModelReference(VDomainModelReference newDomainModelReference, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void VTDomainModelReferenceSelectorImpl.setDomainModelReference(VDomainModelReference newDomainModelReference)
           
 

Uses of VDomainModelReference in org.eclipse.emfforms.core.services.databinding.featurepath
 

Methods in org.eclipse.emfforms.core.services.databinding.featurepath with parameters of type VDomainModelReference
 org.eclipse.core.databinding.property.list.IListProperty FeaturePathDomainModelReferenceConverter.convertToListProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Converts a VDomainModelReference to an IListProperty.
 org.eclipse.core.databinding.property.value.IValueProperty FeaturePathDomainModelReferenceConverter.convertToValueProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Converts a VDomainModelReference to a IValueProperty.
 double FeaturePathDomainModelReferenceConverter.isApplicable(VDomainModelReference domainModelReference)
          Checks whether the given VDomainModelReference can be converted by this DomainModelReferenceConverter to a IValueProperty.
 

Uses of VDomainModelReference in org.eclipse.emfforms.internal.core.services.databinding
 

Methods in org.eclipse.emfforms.internal.core.services.databinding with parameters of type VDomainModelReference
 org.eclipse.core.databinding.property.list.IListProperty EMFFormsDatabindingImpl.getListProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Returns an IListProperty described by the given VDomainModelReference.
 org.eclipse.core.databinding.observable.list.IObservableList EMFFormsDatabindingImpl.getObservableList(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Returns an IObservableList by observing the list described by the given VDomainModelReference of the given EObject.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsDatabindingImpl.getObservableValue(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Returns an IObservableValue by observing the value described by the given VDomainModelReference of the given EObject.
 org.eclipse.core.databinding.property.value.IValueProperty EMFFormsDatabindingImpl.getValueProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Returns an IValueProperty described by the given VDomainModelReference.
 

Uses of VDomainModelReference in org.eclipse.emfforms.internal.core.services.databinding.index
 

Methods in org.eclipse.emfforms.internal.core.services.databinding.index with parameters of type VDomainModelReference
 org.eclipse.core.databinding.property.list.IListProperty IndexDomainModelReferenceConverter.convertToListProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Converts a VDomainModelReference to an IListProperty.
 org.eclipse.core.databinding.property.value.IValueProperty IndexDomainModelReferenceConverter.convertToValueProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Converts a VDomainModelReference to a IValueProperty.
 double IndexDomainModelReferenceConverter.isApplicable(VDomainModelReference domainModelReference)
          Checks whether the given VDomainModelReference can be converted by this DomainModelReferenceConverter to a IValueProperty.
 

Uses of VDomainModelReference in org.eclipse.emfforms.internal.core.services.databinding.mapping
 

Methods in org.eclipse.emfforms.internal.core.services.databinding.mapping with parameters of type VDomainModelReference
 org.eclipse.core.databinding.property.list.IListProperty MappingDomainModelReferenceConverter.convertToListProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Converts a VDomainModelReference to an IListProperty.
 org.eclipse.core.databinding.property.value.IValueProperty MappingDomainModelReferenceConverter.convertToValueProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Converts a VDomainModelReference to a IValueProperty.
 double MappingDomainModelReferenceConverter.isApplicable(VDomainModelReference domainModelReference)
          Checks whether the given VDomainModelReference can be converted by this DomainModelReferenceConverter to a IValueProperty.
 

Uses of VDomainModelReference in org.eclipse.emfforms.internal.core.services.editsupport
 

Methods in org.eclipse.emfforms.internal.core.services.editsupport with parameters of type VDomainModelReference
 boolean EMFFormsEditSupportImpl.canSetProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject)
          Returns whether the property can be set.
 Object EMFFormsEditSupportImpl.getImage(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject, Object element)
          Returns the label image for the given element.
 String EMFFormsEditSupportImpl.getText(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject, Object element)
          Returns the label text for the given element.
 boolean EMFFormsEditSupportImpl.isMultiLine(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject)
          Returns whether the property is multi line.
 

Uses of VDomainModelReference in org.eclipse.emfforms.internal.core.services.label
 

Methods in org.eclipse.emfforms.internal.core.services.label with parameters of type VDomainModelReference
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProviderImpl.getDescription(VDomainModelReference domainModelReference)
          Returns the description of the referenced domain object.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProviderDefaultImpl.getDescription(VDomainModelReference domainModelReference)
          Returns the description of the referenced domain object.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProviderImpl.getDescription(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject)
          Returns the description of the referenced domain object resolved for the given root EObject.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProviderDefaultImpl.getDescription(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject)
          Returns the description of the referenced domain object resolved for the given root EObject.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProviderImpl.getDisplayName(VDomainModelReference domainModelReference)
          Returns the display name of the referenced domain object.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProviderDefaultImpl.getDisplayName(VDomainModelReference domainModelReference)
          Returns the display name of the referenced domain object.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProviderImpl.getDisplayName(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject)
          Returns the display name of the referenced domain object resolved for the given root EObject.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProviderDefaultImpl.getDisplayName(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject)
          Returns the display name of the referenced domain object resolved for the given root EObject.
 

Uses of VDomainModelReference in org.eclipse.emfforms.spi.core.services.databinding
 

Methods in org.eclipse.emfforms.spi.core.services.databinding with parameters of type VDomainModelReference
 org.eclipse.core.databinding.property.list.IListProperty DomainModelReferenceConverter.convertToListProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Converts a VDomainModelReference to an IListProperty.
 org.eclipse.core.databinding.property.value.IValueProperty DomainModelReferenceConverter.convertToValueProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Converts a VDomainModelReference to a IValueProperty.
 org.eclipse.core.databinding.property.list.IListProperty EMFFormsDatabinding.getListProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Returns an IListProperty described by the given VDomainModelReference.
 org.eclipse.core.databinding.observable.list.IObservableList EMFFormsDatabinding.getObservableList(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Returns an IObservableList by observing the list described by the given VDomainModelReference of the given EObject.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsDatabinding.getObservableValue(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Returns an IObservableValue by observing the value described by the given VDomainModelReference of the given EObject.
 org.eclipse.core.databinding.property.value.IValueProperty EMFFormsDatabinding.getValueProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject object)
          Returns an IValueProperty described by the given VDomainModelReference.
 double DomainModelReferenceConverter.isApplicable(VDomainModelReference domainModelReference)
          Checks whether the given VDomainModelReference can be converted by this DomainModelReferenceConverter to a IValueProperty.
 

Uses of VDomainModelReference in org.eclipse.emfforms.spi.core.services.editsupport
 

Methods in org.eclipse.emfforms.spi.core.services.editsupport with parameters of type VDomainModelReference
 boolean EMFFormsEditSupport.canSetProperty(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject)
          Returns whether the property can be set.
 Object EMFFormsEditSupport.getImage(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject, Object element)
          Returns the label image for the given element.
 String EMFFormsEditSupport.getText(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject, Object element)
          Returns the label text for the given element.
 boolean EMFFormsEditSupport.isMultiLine(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject)
          Returns whether the property is multi line.
 

Uses of VDomainModelReference in org.eclipse.emfforms.spi.core.services.label
 

Methods in org.eclipse.emfforms.spi.core.services.label with parameters of type VDomainModelReference
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProvider.getDescription(VDomainModelReference domainModelReference)
          Returns the description of the referenced domain object.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProvider.getDescription(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject)
          Returns the description of the referenced domain object resolved for the given root EObject.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProvider.getDisplayName(VDomainModelReference domainModelReference)
          Returns the display name of the referenced domain object.
 org.eclipse.core.databinding.observable.value.IObservableValue EMFFormsLabelProvider.getDisplayName(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject rootObject)
          Returns the display name of the referenced domain object resolved for the given root EObject.
 



Copyright © 2015. All Rights Reserved.