Uses of Interface
org.eclipse.emf.ecp.view.spi.context.ViewModelService

Packages that use ViewModelService
org.eclipse.emf.ecp.diffmerge.internal.context   
org.eclipse.emf.ecp.diffmerge.spi.context   
org.eclipse.emf.ecp.edit.spi   
org.eclipse.emf.ecp.spi.ui   
org.eclipse.emf.ecp.view.context.internal.locale   
org.eclipse.emf.ecp.view.dynamictree.ui   
org.eclipse.emf.ecp.view.internal.context   
org.eclipse.emf.ecp.view.internal.rule   
org.eclipse.emf.ecp.view.internal.swt   
org.eclipse.emf.ecp.view.internal.table.columnservice   
org.eclipse.emf.ecp.view.internal.unset   
org.eclipse.emf.ecp.view.internal.validation   
org.eclipse.emf.ecp.view.model.preview.common   
org.eclipse.emf.ecp.view.spi.context   
org.eclipse.emf.ecp.view.treemasterdetail.ui.swt.internal   
 

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

Constructors in org.eclipse.emf.ecp.diffmerge.internal.context with parameters of type ViewModelService
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.
DiffMergeModelContextImpl(VElement view, org.eclipse.emf.ecore.EObject domainObject, org.eclipse.emf.ecore.EObject origin1, org.eclipse.emf.ecore.EObject origin2, ViewModelService... modelServices)
          Constructor for the DiffMergeModelContextImpl.
 

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

Methods in org.eclipse.emf.ecp.diffmerge.spi.context with parameters of type ViewModelService
 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.
 DiffMergeModelContext DiffMergeContextFactory.createViewModelContext(VElement view, org.eclipse.emf.ecore.EObject target, org.eclipse.emf.ecore.EObject left, org.eclipse.emf.ecore.EObject right, ViewModelService... modelServices)
          Instantiates a new view model context with specific services.
 

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

Subinterfaces of ViewModelService in org.eclipse.emf.ecp.edit.spi
 interface ReferenceService
           
 interface ViewLocaleService
          A view service providing the locale.
 

Uses of ViewModelService in org.eclipse.emf.ecp.spi.ui
 

Classes in org.eclipse.emf.ecp.spi.ui that implement ViewModelService
 class ECPReferenceServiceImpl
           
 

Uses of ViewModelService in org.eclipse.emf.ecp.view.context.internal.locale
 

Classes in org.eclipse.emf.ecp.view.context.internal.locale that implement ViewModelService
 class DefaultLocaleViewService
          A ViewModelService which provides the default locale.
 

Uses of ViewModelService in org.eclipse.emf.ecp.view.dynamictree.ui
 

Classes in org.eclipse.emf.ecp.view.dynamictree.ui that implement ViewModelService
 class DynamicTreeModelService
           
 

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

Constructors in org.eclipse.emf.ecp.view.internal.context with parameters of type ViewModelService
ViewModelContextImpl(VElement view, org.eclipse.emf.ecore.EObject domainObject, ViewModelService... modelServices)
          Instantiates a new view model context impl.
 

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

Classes in org.eclipse.emf.ecp.view.internal.rule that implement ViewModelService
 class RuleService
          Rule service that, once instantiated, maintains and synchronizes the state of a rule with its VElement.
 class RuleServiceHelperImpl
           
 

Uses of ViewModelService in org.eclipse.emf.ecp.view.internal.swt
 

Classes in org.eclipse.emf.ecp.view.internal.swt that implement ViewModelService
 class DebugViewModelService
           
 

Uses of ViewModelService in org.eclipse.emf.ecp.view.internal.table.columnservice
 

Classes in org.eclipse.emf.ecp.view.internal.table.columnservice that implement ViewModelService
 class AddColumnService
          This service will iterate over all contents of the VView and will add VTableColumns for every VTableControl without columns.
 

Uses of ViewModelService in org.eclipse.emf.ecp.view.internal.unset
 

Classes in org.eclipse.emf.ecp.view.internal.unset that implement ViewModelService
 class UnsetService
          Unset service that, once instantiated, synchronizes the visible state of a view and its children with the affected EStructuralFeature(s), i.e.
 

Uses of ViewModelService in org.eclipse.emf.ecp.view.internal.validation
 

Subinterfaces of ViewModelService in org.eclipse.emf.ecp.view.internal.validation
 interface ValidationService
           
 

Classes in org.eclipse.emf.ecp.view.internal.validation that implement ViewModelService
 class ValidationServiceImpl
          Validation service that, once instantiated, synchronizes the validation result of a model element with its Renderable.
 

Uses of ViewModelService in org.eclipse.emf.ecp.view.model.preview.common
 

Classes in org.eclipse.emf.ecp.view.model.preview.common that implement ViewModelService
 class PreviewReferenceService
           
 

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

Methods in org.eclipse.emf.ecp.view.spi.context with parameters of type ViewModelService
 ViewModelContext ViewModelContextFactory.createViewModelContext(VElement view, org.eclipse.emf.ecore.EObject domainObject, ViewModelService... modelServices)
          Instantiates a new view model context with specific services.
 

Uses of ViewModelService in org.eclipse.emf.ecp.view.treemasterdetail.ui.swt.internal
 

Classes in org.eclipse.emf.ecp.view.treemasterdetail.ui.swt.internal that implement ViewModelService
 class DummyReferenceService
          A dummy service.
 



Copyright © 2014. All Rights Reserved.