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.internal.swt.table   
org.eclipse.emf.ecp.edit.spi   
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.editor.controls   
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.model   
org.eclipse.emf.ecp.view.spi.model.impl   
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.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.table.ui.swt.test   
org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model   
org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model.impl   
 

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, VDomainModelReference right)
          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.  
 int LinkCellEditorTester.isApplicable(VDomainModelReference domainModelReference)
          Returns the priority of the corresponding control for the provided VDomainModelReference.
 

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

Methods in org.eclipse.emf.ecp.edit.internal.swt.table with parameters of type VDomainModelReference
 int NumberCellEditorTester.isApplicable(VDomainModelReference domainModelReference)
          Returns the priority of the corresponding control for the provided VDomainModelReference.
 int XmlDateCellEditorTester.isApplicable(VDomainModelReference domainModelReference)
          Returns the priority of the corresponding control for the provided VDomainModelReference.
 int DateCellEditorTester.isApplicable(VDomainModelReference domainModelReference)
          Returns the priority of the corresponding control for the provided VDomainModelReference.
 int StringCellEditorTester.isApplicable(VDomainModelReference domainModelReference)
          Returns the priority of the corresponding control for the provided VDomainModelReference.
 

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, VDomainModelReference domainModelReference)
          Deprecated. Creates an ECPAbstractControl based on a Class and the VDomainModelReference.
 

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 ECPStaticApplicableTester.isApplicable(VDomainModelReference domainModelReference)
          Returns the priority of the corresponding control for the provided VDomainModelReference.
 int ECPApplicableTester.isApplicable(VDomainModelReference domainModelReference)
          Deprecated. Returns the priority of the corresponding control for the provided VDomainModelReference.
 

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, 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
 

Methods in org.eclipse.emf.ecp.view.custom.ui.swt.test that return types with arguments of type VDomainModelReference
 Set<VDomainModelReference> ECPAbstractCustomControlSWTTest.createFeatures()
           
 Set<VDomainModelReference> CustomControlStub.getNeededDomainModelReferences()
          Returns a list of all VDomainModelReferences which will be used by this control.
 Set<VDomainModelReference> ValidationCustomControl.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.
 Set<VDomainModelReference> CustomControlStub3.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)
           
 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.editor.controls
 

Methods in org.eclipse.emf.ecp.view.editor.controls with parameters of type VDomainModelReference
 int RootEClassControlIDETester.isApplicable(VDomainModelReference domainModelReference)
          Returns the priority of the corresponding control for the provided 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.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()
           
 

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.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.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'.
 

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.
 

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.
 

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()
           
 

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)
           
 void LeafConditionImpl.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 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.
 

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 types with arguments of type VDomainModelReference
 org.eclipse.emf.common.util.EList<VDomainModelReference> VTableDomainModelReferenceImpl.getColumnDomainModelReferences()
           
 org.eclipse.emf.common.util.EList<VDomainModelReference> VReadOnlyColumnConfigurationImpl.getColumnDomainReferences()
           
 

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.table.ui.swt.test
 

Methods in org.eclipse.emf.ecp.view.table.ui.swt.test that return VDomainModelReference
static VDomainModelReference SWTTableTest.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)
           
 



Copyright © 2014. All Rights Reserved.