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

Packages that use ViewModelContext
org.eclipse.emf.ecp.diffmerge.internal.context   
org.eclipse.emf.ecp.diffmerge.internal.renderer.swt   
org.eclipse.emf.ecp.diffmerge.spi.context   
org.eclipse.emf.ecp.edit.internal.swt.reference   
org.eclipse.emf.ecp.edit.internal.swt.table   
org.eclipse.emf.ecp.edit.internal.swt.util   
org.eclipse.emf.ecp.edit.spi   
org.eclipse.emf.ecp.makeithappen.ui.emailcontrol   
org.eclipse.emf.ecp.spi.ui   
org.eclipse.emf.ecp.ui.view.swt   
org.eclipse.emf.ecp.view.alignmentgroup.internal.swt   
org.eclipse.emf.ecp.view.context.internal.locale   
org.eclipse.emf.ecp.view.dynamictree.ui   
org.eclipse.emf.ecp.view.editor.controls   
org.eclipse.emf.ecp.view.internal.categorization.swt   
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.label.rap   
org.eclipse.emf.ecp.view.model.common   
org.eclipse.emf.ecp.view.model.preview.common   
org.eclipse.emf.ecp.view.spi.context   
org.eclipse.emf.ecp.view.spi.custom.swt   
org.eclipse.emf.ecp.view.spi.swt   
org.eclipse.emf.ecp.view.template.model   
org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model.impl   
org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.impl   
org.eclipse.emf.ecp.view.template.service   
org.eclipse.emf.ecp.view.treemasterdetail.ui.swt.internal   
 

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

Classes in org.eclipse.emf.ecp.diffmerge.internal.context that implement ViewModelContext
 class DiffMergeModelContextImpl
          Implementation of the DiffMergeModelContext based on the ViewModelContextImpl.
 

Uses of ViewModelContext in org.eclipse.emf.ecp.diffmerge.internal.renderer.swt
 

Methods in org.eclipse.emf.ecp.diffmerge.internal.renderer.swt with parameters of type ViewModelContext
 boolean SWTDiffMergeAdditionTester.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 

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

Subinterfaces of ViewModelContext in org.eclipse.emf.ecp.diffmerge.spi.context
 interface DiffMergeModelContext
          The DiffMergeModelContext extends the ViewModelContext and allows to retrieve two origin objects.
 

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

Methods in org.eclipse.emf.ecp.edit.internal.swt.reference with parameters of type ViewModelContext
 void LinkCellEditor.instantiate(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, ViewModelContext viewModelContext)
          Instantiates this cell editor.
 

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

Methods in org.eclipse.emf.ecp.edit.internal.swt.table with parameters of type ViewModelContext
 void NumberCellEditor.instantiate(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, ViewModelContext viewModelContext)
          Instantiates this cell editor.
 void StringCellEditor.instantiate(org.eclipse.emf.ecore.EStructuralFeature feature, ViewModelContext viewModelContext)
          Instantiates this cell editor.
 void DateCellEditor.instantiate(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, ViewModelContext viewModelContext)
          Instantiates this cell editor.
 void XmlDateCellEditor.instantiate(org.eclipse.emf.ecore.EStructuralFeature feature, ViewModelContext viewModelContext)
          Instantiates this cell editor.
 

Uses of ViewModelContext in org.eclipse.emf.ecp.edit.internal.swt.util
 

Methods in org.eclipse.emf.ecp.edit.internal.swt.util with parameters of type ViewModelContext
 org.eclipse.jface.viewers.CellEditor CellEditorFactory.getCellEditor(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature, org.eclipse.emf.ecore.EObject eObject, org.eclipse.swt.widgets.Table table, ViewModelContext viewModelContext)
           
 void ECPCellEditor.instantiate(org.eclipse.emf.ecore.EStructuralFeature feature, ViewModelContext viewModelContext)
          Instantiates this cell editor.
 

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

Methods in org.eclipse.emf.ecp.edit.spi with parameters of type ViewModelContext
 void ECPAbstractControl.init(ViewModelContext viewModelContext, VControl control)
          Deprecated. This method is called by the framework to instantiate the ECPAbstractControl.
 

Uses of ViewModelContext in org.eclipse.emf.ecp.makeithappen.ui.emailcontrol
 

Methods in org.eclipse.emf.ecp.makeithappen.ui.emailcontrol with parameters of type ViewModelContext
 int EmailControlRendererTest.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 int EmailControlRendererTest.isApplicableForFeature(org.eclipse.emf.ecore.EStructuralFeature feature, VElement vElement, ViewModelContext context)
           
 

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

Methods in org.eclipse.emf.ecp.spi.ui with parameters of type ViewModelContext
 void ECPReferenceServiceImpl.instantiate(ViewModelContext context)
          Instantiate the view service.
 

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

Methods in org.eclipse.emf.ecp.ui.view.swt that return ViewModelContext
 ViewModelContext ECPSWTView.getViewModelContext()
          Returns the ViewModelContext which was used to create the current view.
 

Methods in org.eclipse.emf.ecp.ui.view.swt with parameters of type ViewModelContext
 ECPSWTView ECPSWTViewRenderer.render(org.eclipse.swt.widgets.Composite parent, ViewModelContext viewModelContext)
          Creates a view with the attributes of the domain object.
 

Uses of ViewModelContext in org.eclipse.emf.ecp.view.alignmentgroup.internal.swt
 

Methods in org.eclipse.emf.ecp.view.alignmentgroup.internal.swt with parameters of type ViewModelContext
 int EmbeddedGroupTester.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 

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

Methods in org.eclipse.emf.ecp.view.context.internal.locale with parameters of type ViewModelContext
 void DefaultLocaleViewService.instantiate(ViewModelContext context)
          Instantiate the view service.
 

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

Methods in org.eclipse.emf.ecp.view.dynamictree.ui with parameters of type ViewModelContext
 void DynamicTreeModelService.instantiate(ViewModelContext context)
          Instantiate the view service.
 

Uses of ViewModelContext in org.eclipse.emf.ecp.view.editor.controls
 

Methods in org.eclipse.emf.ecp.view.editor.controls with parameters of type ViewModelContext
 int ControlRootEClassControl2SWTRendererTester.isApplicable(VElement vElement, ViewModelContext context)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 

Uses of ViewModelContext in org.eclipse.emf.ecp.view.internal.categorization.swt
 

Methods in org.eclipse.emf.ecp.view.internal.categorization.swt with parameters of type ViewModelContext
 int CategorizationTabRendererTester.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 int CompositeCategoryDefaultRendererTester.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 int CompositeCategoryTreeRendererTester.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 int CategorizationTreeRendererTester.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 int CompositeCategoryTabRendererTester.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 

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

Classes in org.eclipse.emf.ecp.view.internal.context that implement ViewModelContext
 class ViewModelContextImpl
          The Class ViewModelContextImpl.
 

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

Methods in org.eclipse.emf.ecp.view.internal.rule with parameters of type ViewModelContext
 void RuleServiceHelperImpl.instantiate(ViewModelContext context)
          Instantiate the view service.
 void RuleService.instantiate(ViewModelContext context)
          Instantiate the view service.
 

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

Methods in org.eclipse.emf.ecp.view.internal.swt that return ViewModelContext
 ViewModelContext ECPSWTViewImpl.getViewModelContext()
          Returns the ViewModelContext which was used to create the current view.
 

Methods in org.eclipse.emf.ecp.view.internal.swt with parameters of type ViewModelContext
 Collection<AbstractAdditionalSWTRenderer<VElement>> SWTRendererFactoryImpl.getAdditionalRenderer(VElement vElement, ViewModelContext viewModelContext)
          Returns a collection of all additional renderer which contribute controls for the provided VElement.
 AbstractSWTRenderer<VElement> SWTRendererFactoryImpl.getRenderer(VElement vElement, ViewModelContext viewContext)
          Searches for a fitting renderer for the passed VElement.
 void DebugViewModelService.instantiate(ViewModelContext context)
          Instantiate the view service.
 ECPSWTView ECPSWTViewRendererImpl.render(org.eclipse.swt.widgets.Composite parent, ViewModelContext viewModelContext)
          Creates a view with the attributes of the domain object.
 

Constructors in org.eclipse.emf.ecp.view.internal.swt with parameters of type ViewModelContext
ECPSWTViewImpl(org.eclipse.swt.widgets.Composite composite, ViewModelContext viewContext)
           
 

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

Methods in org.eclipse.emf.ecp.view.internal.table.columnservice with parameters of type ViewModelContext
 void AddColumnService.instantiate(ViewModelContext context)
          Instantiate the view service.
 

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

Methods in org.eclipse.emf.ecp.view.internal.unset with parameters of type ViewModelContext
 void UnsetService.instantiate(ViewModelContext context)
          Instantiate the view service.
 

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

Methods in org.eclipse.emf.ecp.view.internal.validation with parameters of type ViewModelContext
 void ValidationServiceImpl.instantiate(ViewModelContext context)
          Instantiate the view service.
 

Uses of ViewModelContext in org.eclipse.emf.ecp.view.label.rap
 

Methods in org.eclipse.emf.ecp.view.label.rap with parameters of type ViewModelContext
 int LabelRapRendererTester.isApplicable(VElement vElement, ViewModelContext viewModelContext)
           
 

Uses of ViewModelContext in org.eclipse.emf.ecp.view.model.common
 

Methods in org.eclipse.emf.ecp.view.model.common that return ViewModelContext
 ViewModelContext AbstractRenderer.getViewModelContext()
          The ViewModelContext to use.
 

Methods in org.eclipse.emf.ecp.view.model.common with parameters of type ViewModelContext
 void AbstractRenderer.init(VELEMENT vElement, ViewModelContext viewContext)
          Initialize the control.
 int SimpleControlRendererTester.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 int ECPRendererTester.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 int NumberControlRendererTester.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 int ECPStaticRendererTester.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 int EnumComboViewerRendererTester.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 

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

Methods in org.eclipse.emf.ecp.view.model.preview.common with parameters of type ViewModelContext
 void PreviewReferenceService.instantiate(ViewModelContext context)
          Instantiate the view service.
 

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

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

Methods in org.eclipse.emf.ecp.view.spi.context with parameters of type ViewModelContext
 void ViewModelService.instantiate(ViewModelContext context)
          Instantiate the view service.
 

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

Methods in org.eclipse.emf.ecp.view.spi.custom.swt with parameters of type ViewModelContext
 void ECPAbstractCustomControlSWT.init(VCustomControl customControl, ViewModelContext viewModelContext)
          Called by the framework to trigger an initialization.
 

Uses of ViewModelContext in org.eclipse.emf.ecp.view.spi.swt
 

Methods in org.eclipse.emf.ecp.view.spi.swt with parameters of type ViewModelContext
 Collection<AbstractAdditionalSWTRenderer<VElement>> SWTRendererFactory.getAdditionalRenderer(VElement vElement, ViewModelContext viewModelContext)
          Returns a collection of all additional renderer which contribute controls for the provided VElement.
 AbstractSWTRenderer<VElement> SWTRendererFactory.getRenderer(VElement vElement, ViewModelContext viewContext)
          Searches for a fitting renderer for the passed VElement.
 void AbstractSWTRenderer.init(VELEMENT vElement, ViewModelContext viewContext)
          Initialize the control.
 boolean ECPAdditionalRendererTester.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 

Uses of ViewModelContext in org.eclipse.emf.ecp.view.template.model
 

Methods in org.eclipse.emf.ecp.view.template.model with parameters of type ViewModelContext
 Set<VTStyleProperty> VTViewTemplateProvider.getStyleProperties(VElement vElement, ViewModelContext viewModelContext)
          Return all StyleProperties which are applicable to the provided VElement.
 double VTStyleSelector.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Checks how well a VElement is fitting.
 

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

Methods in org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model.impl with parameters of type ViewModelContext
 double VTDomainModelReferenceSelectorImpl.isApplicable(VElement vElement, ViewModelContext viewModelContext)
           
 

Uses of ViewModelContext in org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.impl
 

Methods in org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.impl with parameters of type ViewModelContext
 double VTViewModelElementSelectorImpl.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Checks how well a VElement is fitting.
 

Uses of ViewModelContext in org.eclipse.emf.ecp.view.template.service
 

Methods in org.eclipse.emf.ecp.view.template.service with parameters of type ViewModelContext
 Set<VTStyleProperty> ViewTemplateProviderImpl.getStyleProperties(VElement vElement, ViewModelContext viewModelContext)
          Return all StyleProperties which are applicable to the provided VElement.
 

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

Methods in org.eclipse.emf.ecp.view.treemasterdetail.ui.swt.internal with parameters of type ViewModelContext
 void DummyReferenceService.instantiate(ViewModelContext context)
          Instantiate the view service.
 



Copyright © 2014. All Rights Reserved.