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

Packages that use VElement
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.makeithappen.ui.emailcontrol   
org.eclipse.emf.ecp.ui.view.test   
org.eclipse.emf.ecp.view.alignmentgroup.internal.swt   
org.eclipse.emf.ecp.view.dynamictree.model   
org.eclipse.emf.ecp.view.dynamictree.model.impl   
org.eclipse.emf.ecp.view.dynamictree.model.test   
org.eclipse.emf.ecp.view.dynamictree.model.util   
org.eclipse.emf.ecp.view.editor.controls   
org.eclipse.emf.ecp.view.editor.handler   
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.label.rap   
org.eclipse.emf.ecp.view.model.common   
org.eclipse.emf.ecp.view.rule.test   
org.eclipse.emf.ecp.view.spi.categorization.model   
org.eclipse.emf.ecp.view.spi.categorization.model.impl   
org.eclipse.emf.ecp.view.spi.categorization.model.util   
org.eclipse.emf.ecp.view.spi.categorization.swt   
org.eclipse.emf.ecp.view.spi.context   
org.eclipse.emf.ecp.view.spi.core.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.group.model   
org.eclipse.emf.ecp.view.spi.group.model.impl   
org.eclipse.emf.ecp.view.spi.group.model.util   
org.eclipse.emf.ecp.view.spi.groupedgrid.model   
org.eclipse.emf.ecp.view.spi.groupedgrid.model.impl   
org.eclipse.emf.ecp.view.spi.groupedgrid.model.util   
org.eclipse.emf.ecp.view.spi.horizontal.model   
org.eclipse.emf.ecp.view.spi.horizontal.model.impl   
org.eclipse.emf.ecp.view.spi.horizontal.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.label.model.util   
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.renderer   
org.eclipse.emf.ecp.view.spi.rule   
org.eclipse.emf.ecp.view.spi.swt   
org.eclipse.emf.ecp.view.spi.swt.layout   
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.vertical.model   
org.eclipse.emf.ecp.view.spi.vertical.model.impl   
org.eclipse.emf.ecp.view.spi.vertical.model.util   
org.eclipse.emf.ecp.view.swt.internal.layout   
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.test.common.swt   
org.eclipse.emf.ecp.view.treemasterdetail.model   
org.eclipse.emf.ecp.view.treemasterdetail.model.impl   
org.eclipse.emf.ecp.view.treemasterdetail.model.util   
org.eclipse.emf.ecp.view.ui.editor.test   
 

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

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

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

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

Methods in org.eclipse.emf.ecp.diffmerge.spi.context with parameters of type VElement
 DiffMergeModelContext DiffMergeContextFactory.createViewModelContext(VElement view, org.eclipse.emf.ecore.EObject target, org.eclipse.emf.ecore.EObject left, org.eclipse.emf.ecore.EObject right)
          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)
          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.
 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 VElement in org.eclipse.emf.ecp.makeithappen.ui.emailcontrol
 

Methods in org.eclipse.emf.ecp.makeithappen.ui.emailcontrol with parameters of type VElement
 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 VElement in org.eclipse.emf.ecp.ui.view.test
 

Methods in org.eclipse.emf.ecp.ui.view.test that return VElement
 VElement HierarchyViewModelHandle.getFirstChild()
           
 VElement HierarchyViewModelHandle.getFirstFirstChild()
           
 VElement HierarchyViewModelHandle.getFirstSecondChild()
           
 VElement HierarchyViewModelHandle.getRoot()
           
 VElement HierarchyViewModelHandle.getSecondChild()
           
 VElement HierarchyViewModelHandle.getSecondFirstChild()
           
 VElement HierarchyViewModelHandle.getSecondSecondChild()
           
 

Methods in org.eclipse.emf.ecp.ui.view.test with parameters of type VElement
 void HierarchyViewModelHandle.addFirstChildToRoot(VElement renderable)
           
 void HierarchyViewModelHandle.addSecondChildToRoot(VElement renderable)
           
 void HierarchyViewModelHandle.setFirstFirstChild(VElement firstFirstChild)
           
 void HierarchyViewModelHandle.setFirstSecondChild(VElement firstSecondChild)
           
 void HierarchyViewModelHandle.setSecondChild(VElement secondChild)
           
 void HierarchyViewModelHandle.setSecondFirstChild(VElement secondFirstChild)
           
 void HierarchyViewModelHandle.setSecondSecondChild(VElement secondSecondChild)
           
 

Constructors in org.eclipse.emf.ecp.ui.view.test with parameters of type VElement
HierarchyViewModelHandle(VElement root)
           
 

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

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

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

Subinterfaces of VElement in org.eclipse.emf.ecp.view.dynamictree.model
 interface DynamicContainmentItem
          A representation of the model object 'Dynamic Containment Item'.
 interface DynamicContainmentTree
          A representation of the model object 'Dynamic Containment Tree'.
 

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

Classes in org.eclipse.emf.ecp.view.dynamictree.model.impl that implement VElement
 class DynamicContainmentItemImpl
          An implementation of the model object 'Dynamic Containment Item'.
 class DynamicContainmentTreeImpl
          An implementation of the model object 'Dynamic Containment Tree'.
 

Uses of VElement in org.eclipse.emf.ecp.view.dynamictree.model.test
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.test with parameters of type VElement
static DynamicContainmentItem DynamicContainmentTreeTest.addItem(String id, VElement viewModelParent, org.eclipse.emf.ecore.EObject virtualParent)
           
 

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

Methods in org.eclipse.emf.ecp.view.dynamictree.model.util with parameters of type VElement
 T ModelSwitch.caseElement(VElement object)
          Returns the result of interpreting the object as an instance of 'Element'.
 

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

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

Uses of VElement in org.eclipse.emf.ecp.view.editor.handler
 

Methods in org.eclipse.emf.ecp.view.editor.handler with parameters of type VElement
static void ControlGenerator.addControls(org.eclipse.emf.ecore.EClass rootClass, VElement compositeToFill, Set<org.eclipse.emf.ecore.EStructuralFeature> features)
          Create controls and set them to the view.
 

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

Methods in org.eclipse.emf.ecp.view.internal.categorization.swt with parameters of type VElement
 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 VElement in org.eclipse.emf.ecp.view.internal.context
 

Methods in org.eclipse.emf.ecp.view.internal.context that return VElement
 VElement ViewModelContextImpl.getViewModel()
          Gets the view model.
 

Constructors in org.eclipse.emf.ecp.view.internal.context with parameters of type VElement
ViewModelContextImpl(VElement view, org.eclipse.emf.ecore.EObject domainObject)
          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 VElement in org.eclipse.emf.ecp.view.internal.rule
 

Methods in org.eclipse.emf.ecp.view.internal.rule with type parameters of type VElement
<T extends VElement>
Set<T>
RuleServiceHelperImpl.getInvolvedEObjects(org.eclipse.emf.ecore.EStructuralFeature.Setting setting, Object newValue, org.eclipse.emf.ecore.EAttribute attribute, Class<T> renderableClass)
          Gets the involved EObjects that would be hidden or disabled if newValue would be set.
<T extends VElement>
Set<T>
RuleServiceHelperImpl.getInvolvedEObjects(Map<org.eclipse.emf.ecore.EStructuralFeature.Setting,Object> possibleNewValues, org.eclipse.emf.ecore.EAttribute changedAttribute, Class<T> renderableClass)
          Gets the involved EObjects that would be hidden or disabled if possibleNewValues would be set.
 

Methods in org.eclipse.emf.ecp.view.internal.rule that return VElement
 VElement RuleRegistry.removeCondition(Condition condition)
          Removes the given condition from the registry.
 VElement RuleRegistry.removeRule(T rule)
          Removes the given rule from the registry.
 

Methods in org.eclipse.emf.ecp.view.internal.rule that return types with arguments of type VElement
 Map<T,VElement> RuleRegistry.getAffectedRenderables(org.eclipse.emf.ecore.EStructuralFeature feature)
          Returns all rules that would be affected if the value of given feature is changed.
 Map<VElement,Boolean> RuleService.getDisabledRenderables(Map<org.eclipse.emf.ecore.EStructuralFeature.Setting,Object> possibleValues, org.eclipse.emf.ecore.EAttribute changedAttribute)
          Returns all VElements, that would we disabled if possibleValues would be set for the given settings.
 Map<VElement,Boolean> RuleService.getHiddenRenderables(Map<org.eclipse.emf.ecore.EStructuralFeature.Setting,Object> possibleValues, org.eclipse.emf.ecore.EAttribute changedAttribute)
          Returns all VElements, that would we hidden if possibleValues would be set for the given settings.
 

Methods in org.eclipse.emf.ecp.view.internal.rule with parameters of type VElement
 void RuleRegistry.register(VElement renderable, T rule, Condition condition, org.eclipse.emf.ecore.EObject domainModel)
          Creates a setting from the given EObject and the LeafCondition and register it with the VElement.
 void RuleRegistry.removeRenderable(VElement renderable)
          Removes the given VElement from the registry.
 

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

Methods in org.eclipse.emf.ecp.view.internal.swt that return types with arguments of type VElement
 Collection<AbstractAdditionalSWTRenderer<VElement>> SWTRendererFactoryImpl.getAdditionalRenderer(VElement vElement, ViewModelContext viewModelContext)
          Returns a collection of all additional renderer which contribute controls for the provided VElement.
 Class<AbstractAdditionalSWTRenderer<VElement>> ECPAdditionalRendererDescription.getRenderer()
          The rendererClass.
 Class<AbstractSWTRenderer<VElement>> ECPRendererDescription.getRenderer()
          The rendererClass.
 AbstractSWTRenderer<VElement> SWTRendererFactoryImpl.getRenderer(VElement vElement, ViewModelContext viewContext)
          Searches for a fitting renderer for the passed VElement.
 

Methods in org.eclipse.emf.ecp.view.internal.swt with parameters of type VElement
 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.
 

Constructor parameters in org.eclipse.emf.ecp.view.internal.swt with type arguments of type VElement
ECPAdditionalRendererDescription(Class<AbstractAdditionalSWTRenderer<VElement>> rendererClass, ECPAdditionalRendererTester tester)
          The constructor of the ControlDescription.
ECPRendererDescription(Class<AbstractSWTRenderer<VElement>> rendererClass, Set<ECPRendererTester> tester)
          The constructor of the ControlDescription.
 

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

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

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

Classes in org.eclipse.emf.ecp.view.model.common with type parameters of type VElement
 class AbstractRenderer<VELEMENT extends VElement>
          Common super class for renderer.
 

Methods in org.eclipse.emf.ecp.view.model.common with parameters of type VElement
 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.
 

Constructor parameters in org.eclipse.emf.ecp.view.model.common with type arguments of type VElement
ECPStaticRendererTester(int priority, Class<? extends VElement> supportedVElement)
          The constructor of the static tester.
 

Uses of VElement in org.eclipse.emf.ecp.view.rule.test
 

Methods in org.eclipse.emf.ecp.view.rule.test that return VElement
 VElement RuleHandle.getParent()
           
 

Constructors in org.eclipse.emf.ecp.view.rule.test with parameters of type VElement
RuleHandle(Rule rule, VElement renderable, org.eclipse.emf.ecore.EObject domainObject)
          Constructor.
 

Uses of VElement in org.eclipse.emf.ecp.view.spi.categorization.model
 

Subinterfaces of VElement in org.eclipse.emf.ecp.view.spi.categorization.model
 interface VAbstractCategorization
          A representation of the model object 'Abstract Categorization'.
 interface VCategorizableElement
          A representation of the model object 'Categorizable Element'.
 interface VCategorization
          A representation of the model object 'Categorization'.
 interface VCategorizationElement
          A representation of the model object 'Element'.
 interface VCategory
          A representation of the model object 'Category'.
 

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

Classes in org.eclipse.emf.ecp.view.spi.categorization.model.impl that implement VElement
 class VAbstractCategorizationImpl
          An implementation of the model object 'Abstract Categorization'.
 class VCategorizableElementImpl
          An implementation of the model object 'Categorizable Element'.
 class VCategorizationElementImpl
          An implementation of the model object 'Element'.
 class VCategorizationImpl
          An implementation of the model object 'Categorization'.
 class VCategoryImpl
          An implementation of the model object 'Category'.
 

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

Methods in org.eclipse.emf.ecp.view.spi.categorization.model.util with parameters of type VElement
 T CategorizationSwitch.caseElement(VElement object)
          Returns the result of interpreting the object as an instance of 'Element'.
 

Uses of VElement in org.eclipse.emf.ecp.view.spi.categorization.swt
 

Classes in org.eclipse.emf.ecp.view.spi.categorization.swt with type parameters of type VElement
 class AbstractJFaceTreeRenderer<VELEMENT extends VElement>
          Abstract class for a tree renderer.
 class AbstractSWTTabRenderer<VELEMENT extends VElement>
          Abstract class for a tab renderer.
 

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

Methods in org.eclipse.emf.ecp.view.spi.context that return VElement
 VElement ViewModelContext.getViewModel()
          Gets the view model.
 

Methods in org.eclipse.emf.ecp.view.spi.context with parameters of type VElement
 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.
 

Uses of VElement in org.eclipse.emf.ecp.view.spi.core.swt
 

Classes in org.eclipse.emf.ecp.view.spi.core.swt with type parameters of type VElement
 class ContainerSWTRenderer<VELEMENT extends VElement>
          The ContainerSWTRenderer is a super class for all Renderer which renders its contents vertically.
 

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

Subinterfaces of VElement in org.eclipse.emf.ecp.view.spi.custom.model
 interface VCustomControl
          A representation of the model object 'Control'.
 

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

Classes in org.eclipse.emf.ecp.view.spi.custom.model.impl that implement VElement
 class VCustomControlImpl
          An implementation of the model object 'Control'.
 

Uses of VElement 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 VElement
 T CustomSwitch.caseElement(VElement object)
          Returns the result of interpreting the object as an instance of 'Element'.
 

Uses of VElement in org.eclipse.emf.ecp.view.spi.group.model
 

Subinterfaces of VElement in org.eclipse.emf.ecp.view.spi.group.model
 interface VGroup
          A representation of the model object 'Group'.
 

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

Classes in org.eclipse.emf.ecp.view.spi.group.model.impl that implement VElement
 class VGroupImpl
          An implementation of the model object 'Group'.
 

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

Methods in org.eclipse.emf.ecp.view.spi.group.model.util with parameters of type VElement
 T GroupSwitch.caseElement(VElement object)
          Returns the result of interpreting the object as an instance of 'Element'.
 

Uses of VElement in org.eclipse.emf.ecp.view.spi.groupedgrid.model
 

Subinterfaces of VElement in org.eclipse.emf.ecp.view.spi.groupedgrid.model
 interface VGroupedGrid
          A representation of the model object 'Grouped Grid'.
 

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

Classes in org.eclipse.emf.ecp.view.spi.groupedgrid.model.impl that implement VElement
 class VGroupedGridImpl
          An implementation of the model object 'Grouped Grid'.
 

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

Methods in org.eclipse.emf.ecp.view.spi.groupedgrid.model.util with parameters of type VElement
 T GroupedGridSwitch.caseElement(VElement object)
          Returns the result of interpreting the object as an instance of 'Element'.
 

Uses of VElement in org.eclipse.emf.ecp.view.spi.horizontal.model
 

Subinterfaces of VElement in org.eclipse.emf.ecp.view.spi.horizontal.model
 interface VHorizontalLayout
          A representation of the model object 'Layout'.
 

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

Classes in org.eclipse.emf.ecp.view.spi.horizontal.model.impl that implement VElement
 class VHorizontalLayoutImpl
          An implementation of the model object 'Layout'.
 

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

Methods in org.eclipse.emf.ecp.view.spi.horizontal.model.util with parameters of type VElement
 T HorizontalSwitch.caseElement(VElement object)
          Returns the result of interpreting the object as an instance of 'Element'.
 

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

Subinterfaces of VElement in org.eclipse.emf.ecp.view.spi.label.model
 interface VLabel
          A representation of the model object 'Label'.
 

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

Classes in org.eclipse.emf.ecp.view.spi.label.model.impl that implement VElement
 class VLabelImpl
          An implementation of the model object 'Label'.
 

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

Methods in org.eclipse.emf.ecp.view.spi.label.model.util with parameters of type VElement
 T LabelSwitch.caseElement(VElement object)
          Returns the result of interpreting the object as an instance of 'Element'.
 

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

Subinterfaces of VElement in org.eclipse.emf.ecp.view.spi.model
 interface VContainedElement
          A representation of the model object 'Composite'.
 interface VContainer
          A representation of the model object 'Composite Collection'.
 interface VControl
          A representation of the model object 'Control'.
 interface VView
          A representation of the model object 'View'.
 

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

Classes in org.eclipse.emf.ecp.view.spi.model.impl that implement VElement
 class VContainedElementImpl
          An implementation of the model object 'Composite'.
 class VContainerImpl
          An implementation of the model object 'Composite Collection'.
 class VControlImpl
          An implementation of the model object 'Control'.
 class VElementImpl
          An implementation of the model object 'Renderable'.
 class VViewImpl
          An implementation of the model object 'View'.
 

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

Methods in org.eclipse.emf.ecp.view.spi.model.util with parameters of type VElement
 T ViewSwitch.caseElement(VElement object)
          Returns the result of interpreting the object as an instance of 'Element'.
 

Uses of VElement in org.eclipse.emf.ecp.view.spi.renderer
 

Methods in org.eclipse.emf.ecp.view.spi.renderer that return VElement
 VElement NoRendererFoundException.getvElement()
          The VElement no renderer could be found for.
 

Constructors in org.eclipse.emf.ecp.view.spi.renderer with parameters of type VElement
NoRendererFoundException(VElement vElement)
          Constructor for an Exception indicating that a VElement is missing a renderer.
 

Uses of VElement in org.eclipse.emf.ecp.view.spi.rule
 

Methods in org.eclipse.emf.ecp.view.spi.rule with type parameters of type VElement
<T extends VElement>
Set<T>
RuleServiceHelper.getInvolvedEObjects(org.eclipse.emf.ecore.EStructuralFeature.Setting setting, Object newValue, org.eclipse.emf.ecore.EAttribute attribute, Class<T> renderableClass)
          Gets the involved EObjects that would be hidden or disabled if newValue would be set.
<T extends VElement>
Set<T>
RuleServiceHelper.getInvolvedEObjects(Map<org.eclipse.emf.ecore.EStructuralFeature.Setting,Object> possibleNewValues, org.eclipse.emf.ecore.EAttribute changedAttribute, Class<T> renderableClass)
          Gets the involved EObjects that would be hidden or disabled if possibleNewValues would be set.
 

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

Classes in org.eclipse.emf.ecp.view.spi.swt with type parameters of type VElement
 class AbstractAdditionalSWTRenderer<VELEMENT extends VElement>
          The renderer for additional controls.
 class AbstractSWTRenderer<VELEMENT extends VElement>
          Common base class for all SWT specific renderer classes.
 

Methods in org.eclipse.emf.ecp.view.spi.swt that return types with arguments of type VElement
 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.
 

Methods in org.eclipse.emf.ecp.view.spi.swt with parameters of type VElement
 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.
 boolean ECPAdditionalRendererTester.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Check whether the provided VElement and ViewModelContext are fitting for the provided renderer.
 

Uses of VElement in org.eclipse.emf.ecp.view.spi.swt.layout
 

Methods in org.eclipse.emf.ecp.view.spi.swt.layout with parameters of type VElement
static Object LayoutProviderHelper.getLayoutData(SWTGridCell gridCell, SWTGridDescription controlGridDescription, SWTGridDescription currentRowGridDescription, SWTGridDescription fullGridDescription, VElement vElement, org.eclipse.swt.widgets.Control control)
          Eases the access to the layout provider extension point.
 Object LayoutProvider.getLayoutData(SWTGridCell gridCell, SWTGridDescription controlGridDescription, SWTGridDescription currentRowGridDescription, SWTGridDescription fullGridDescription, VElement vElement, org.eclipse.swt.widgets.Control control)
          The LayoutData to use.
 

Method parameters in org.eclipse.emf.ecp.view.spi.swt.layout with type arguments of type VElement
 SWTGridDescription GridDescriptionFactory.createSimpleGrid(int rows, int columns, AbstractSWTRenderer<? extends VElement> renderer)
          Creates a simple grid based on the number of rows and columns provided.
 

Constructor parameters in org.eclipse.emf.ecp.view.spi.swt.layout with type arguments of type VElement
SWTGridCell(int row, int column, AbstractSWTRenderer<? extends VElement> renderer)
          Default constructor to create a grid cell.
 

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

Subinterfaces of VElement in org.eclipse.emf.ecp.view.spi.table.model
 interface VTableControl
          A representation of the model object 'Control'.
 

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

Classes in org.eclipse.emf.ecp.view.spi.table.model.impl that implement VElement
 class VTableControlImpl
          An implementation of the model object 'Control'.
 

Uses of VElement 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 VElement
 T TableSwitch.caseElement(VElement object)
          Returns the result of interpreting the object as an instance of 'Element'.
 

Uses of VElement in org.eclipse.emf.ecp.view.spi.vertical.model
 

Subinterfaces of VElement in org.eclipse.emf.ecp.view.spi.vertical.model
 interface VVerticalLayout
          A representation of the model object 'Layout'.
 

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

Classes in org.eclipse.emf.ecp.view.spi.vertical.model.impl that implement VElement
 class VVerticalLayoutImpl
          An implementation of the model object 'Layout'.
 

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

Methods in org.eclipse.emf.ecp.view.spi.vertical.model.util with parameters of type VElement
 T VerticalSwitch.caseElement(VElement object)
          Returns the result of interpreting the object as an instance of 'Element'.
 

Uses of VElement in org.eclipse.emf.ecp.view.swt.internal.layout
 

Methods in org.eclipse.emf.ecp.view.swt.internal.layout with parameters of type VElement
 Object ECPLayoutProvider.getLayoutData(SWTGridCell gridCell, SWTGridDescription controlGridDescription, SWTGridDescription currentRowGridDescription, SWTGridDescription fullGridDescription, VElement vElement, org.eclipse.swt.widgets.Control control)
           
 

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

Methods in org.eclipse.emf.ecp.view.template.model with parameters of type VElement
 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 VElement 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 VElement
 double VTDomainModelReferenceSelectorImpl.isApplicable(VElement vElement, ViewModelContext viewModelContext)
           
 

Uses of VElement 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 VElement
 double VTViewModelElementSelectorImpl.isApplicable(VElement vElement, ViewModelContext viewModelContext)
          Checks how well a VElement is fitting.
 

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

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

Uses of VElement in org.eclipse.emf.ecp.view.test.common.swt
 

Methods in org.eclipse.emf.ecp.view.test.common.swt with parameters of type VElement
static org.eclipse.swt.widgets.Control SWTViewTestHelper.render(VElement renderable, org.eclipse.emf.ecore.EObject input, org.eclipse.swt.widgets.Shell shell)
           
static org.eclipse.swt.widgets.Control SWTViewTestHelper.render(VElement renderable, org.eclipse.swt.widgets.Shell shell)
           
 

Uses of VElement in org.eclipse.emf.ecp.view.treemasterdetail.model
 

Subinterfaces of VElement in org.eclipse.emf.ecp.view.treemasterdetail.model
 interface VTreeMasterDetail
          A representation of the model object 'Tree Master Detail'.
 

Uses of VElement in org.eclipse.emf.ecp.view.treemasterdetail.model.impl
 

Classes in org.eclipse.emf.ecp.view.treemasterdetail.model.impl that implement VElement
 class VTreeMasterDetailImpl
          An implementation of the model object 'Tree Master Detail'.
 

Uses of VElement in org.eclipse.emf.ecp.view.treemasterdetail.model.util
 

Methods in org.eclipse.emf.ecp.view.treemasterdetail.model.util with parameters of type VElement
 T TreeMasterDetailSwitch.caseElement(VElement object)
          Returns the result of interpreting the object as an instance of 'Element'.
 

Uses of VElement in org.eclipse.emf.ecp.view.ui.editor.test
 

Methods in org.eclipse.emf.ecp.view.ui.editor.test with parameters of type VElement
static DynamicContainmentItem DynamicContainmentTreeSWTBotTest.addItem(String id, VElement viewModelParent, org.eclipse.emf.ecore.EObject virtualParent)
           
 



Copyright © 2014. All Rights Reserved.