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.ui.view.swt   
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.stack.ui.swt   
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.internal.viewproxy.resolver   
org.eclipse.emf.ecp.view.model.common.di.service   
org.eclipse.emf.ecp.view.model.common.di.service.impl   
org.eclipse.emf.ecp.view.spi.context   
org.eclipse.emf.ecp.view.spi.validation   
org.eclipse.emf.ecp.view.table.internal.validation   
org.eclipse.emf.ecp.view.treemasterdetail.internal.validation   
org.eclipse.emfforms.internal.spreadsheet.core   
org.eclipse.emfforms.internal.swt.core.di   
org.eclipse.emfforms.internal.view.model.localization   
org.eclipse.emfforms.spi.swt.control.text.autocomplete.viewservice   
org.eclipse.emfforms.spi.swt.core.di   
 

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 DeleteService
          The DeleteService is used by renderers in order to delete objects from the containment tree.
 interface ReferenceService
           
 interface ViewLocaleService
          Deprecated. Please use the EMFFormsLocaleProvider
 

Classes in org.eclipse.emf.ecp.edit.spi that implement ViewModelService
 class EMFDeleteServiceImpl
          Default EMF implementation of the DeleteService.
 

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

Classes in org.eclipse.emf.ecp.spi.ui that implement ViewModelService
 class ECPDeleteServiceImpl
          ECP specific implementation of the DeleteService.
 class ECPReferenceServiceImpl
           
 

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

Classes in org.eclipse.emf.ecp.ui.view.swt that implement ViewModelService
 class DefaultReferenceService
           
 

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
 

Methods in org.eclipse.emf.ecp.view.internal.context with parameters of type ViewModelService
 ViewModelContext ViewModelContextImpl.getChildContext(org.eclipse.emf.ecore.EObject eObject, VElement parent, VView vView, ViewModelService... viewModelServices)
           
 

Constructors in org.eclipse.emf.ecp.view.internal.context with parameters of type ViewModelService
ViewModelContextImpl(VElement view, org.eclipse.emf.ecore.EObject domainObject, ViewModelContext parent, VElement parentVElement, ViewModelService... modelServices)
          Instantiates a new view model context impl.
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.stack.ui.swt
 

Classes in org.eclipse.emf.ecp.view.internal.stack.ui.swt that implement ViewModelService
 class StackItemViewService
          ViewModelService evaluating changes on the VDomainModelReference of the VStackLayout based on the given value in the available VStackItems.
 

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

Classes in org.eclipse.emf.ecp.view.internal.swt that implement ViewModelService
 class ContextMenuViewModelService
           
 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 VDomainModelReferences 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
 

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.internal.viewproxy.resolver
 

Classes in org.eclipse.emf.ecp.view.internal.viewproxy.resolver that implement ViewModelService
 class ProxyResolverViewService
          ViewModelService which replaces all VViewProxy occurrences in the view model with its resolved contents.
 

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

Subinterfaces of ViewModelService in org.eclipse.emf.ecp.view.model.common.di.service
 interface EclipseContextViewService
          ViewModelService for registering and retrieving the IEclipseContext associated with a view.
 

Uses of ViewModelService in org.eclipse.emf.ecp.view.model.common.di.service.impl
 

Classes in org.eclipse.emf.ecp.view.model.common.di.service.impl that implement ViewModelService
 class EclipseContextViewServiceImpl
          Implementation of the EclipseContextViewService.
 

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

Subinterfaces of ViewModelService in org.eclipse.emf.ecp.view.spi.context
 interface GlobalViewModelService
          A ViewModelService which is instantiated only in the root 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.
 ViewModelContext ViewModelContext.getChildContext(org.eclipse.emf.ecore.EObject eObject, VElement parent, VView vView, ViewModelService... viewModelServices)
          This returns the childContext for the provided EObject and the provided VElement.
 

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

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

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

Classes in org.eclipse.emf.ecp.view.table.internal.validation that implement ViewModelService
 class TableValidationInitiator
          The TableValidationInitiator searches for Tables with an Editing Panel, and creates the necessary ViewModelContexts.
 

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

Classes in org.eclipse.emf.ecp.view.treemasterdetail.internal.validation that implement ViewModelService
 class TreeMasterDetailValidationInitiator
          The TreeMasterDatailValidationInitiator searches for VTreeMasterDetail VElements and registers the necessary ViewModelContexts.
 

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

Methods in org.eclipse.emfforms.internal.spreadsheet.core with parameters of type ViewModelService
 ViewModelContext EMFFormsSpreadsheetViewModelContext.getChildContext(org.eclipse.emf.ecore.EObject eObject, VElement parent, VView vView, ViewModelService... viewModelServices)
          This returns the childContext for the provided EObject and the provided VElement.
 

Uses of ViewModelService in org.eclipse.emfforms.internal.swt.core.di
 

Classes in org.eclipse.emfforms.internal.swt.core.di that implement ViewModelService
 class EMFFormsContextProviderImpl
          Basic implementation of EMFFormsContextProvider.
 

Uses of ViewModelService in org.eclipse.emfforms.internal.view.model.localization
 

Classes in org.eclipse.emfforms.internal.view.model.localization that implement ViewModelService
 class LocalizationViewModelService
          LocalizationViewModelService which will localize the view model.
 

Uses of ViewModelService in org.eclipse.emfforms.spi.swt.control.text.autocomplete.viewservice
 

Subinterfaces of ViewModelService in org.eclipse.emfforms.spi.swt.control.text.autocomplete.viewservice
 interface AutocompleteViewModelService
          A ViewModelService which returns a list of proposals for a setting of an EObject and an EAttribute.
 

Uses of ViewModelService in org.eclipse.emfforms.spi.swt.core.di
 

Subinterfaces of ViewModelService in org.eclipse.emfforms.spi.swt.core.di
 interface EMFFormsContextProvider
          A EMFFormsContextProvider is a ViewModelService that provides and IEclipseContext.
 



Copyright © 2015. All Rights Reserved.