Uses of Interface
org.eclipse.emf.ecp.view.template.model.VTStyleSelector

Packages that use VTStyleSelector
org.eclipse.emf.ecp.view.template.model   
org.eclipse.emf.ecp.view.template.model.impl   
org.eclipse.emf.ecp.view.template.model.util   
org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model   
org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model.impl   
org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model.util   
org.eclipse.emf.ecp.view.template.selector.viewModelElement.model   
org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.impl   
org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.util   
 

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

Methods in org.eclipse.emf.ecp.view.template.model that return VTStyleSelector
 VTStyleSelector VTStyle.getSelector()
          Returns the value of the 'Selector' containment reference.
 

Methods in org.eclipse.emf.ecp.view.template.model with parameters of type VTStyleSelector
 void VTStyle.setSelector(VTStyleSelector value)
          Sets the value of the 'Selector' containment reference.
 

Uses of VTStyleSelector in org.eclipse.emf.ecp.view.template.model.impl
 

Methods in org.eclipse.emf.ecp.view.template.model.impl that return VTStyleSelector
 VTStyleSelector VTStyleImpl.getSelector()
           
 

Methods in org.eclipse.emf.ecp.view.template.model.impl with parameters of type VTStyleSelector
 org.eclipse.emf.common.notify.NotificationChain VTStyleImpl.basicSetSelector(VTStyleSelector newSelector, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void VTStyleImpl.setSelector(VTStyleSelector newSelector)
           
 

Uses of VTStyleSelector in org.eclipse.emf.ecp.view.template.model.util
 

Methods in org.eclipse.emf.ecp.view.template.model.util with parameters of type VTStyleSelector
 T TemplateSwitch.caseStyleSelector(VTStyleSelector object)
          Returns the result of interpreting the object as an instance of 'Style Selector'.
 

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

Subinterfaces of VTStyleSelector in org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model
 interface VTDomainModelReferenceSelector
          A representation of the model object 'Domain Model Reference Selector'.
 

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

Classes in org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model.impl that implement VTStyleSelector
 class VTDomainModelReferenceSelectorImpl
          An implementation of the model object 'Domain Model Reference Selector'.
 

Uses of VTStyleSelector in org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model.util
 

Methods in org.eclipse.emf.ecp.view.template.selector.domainmodelreference.model.util with parameters of type VTStyleSelector
 T DomainmodelreferenceSwitch.caseStyleSelector(VTStyleSelector object)
          Returns the result of interpreting the object as an instance of 'Style Selector'.
 

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

Subinterfaces of VTStyleSelector in org.eclipse.emf.ecp.view.template.selector.viewModelElement.model
 interface VTViewModelElementSelector
          A representation of the model object 'Selector'.
 

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

Classes in org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.impl that implement VTStyleSelector
 class VTViewModelElementSelectorImpl
          An implementation of the model object 'Selector'.
 

Uses of VTStyleSelector in org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.util
 

Methods in org.eclipse.emf.ecp.view.template.selector.viewModelElement.model.util with parameters of type VTStyleSelector
 T ViewModelElementSwitch.caseStyleSelector(VTStyleSelector object)
          Returns the result of interpreting the object as an instance of 'Style Selector'.
 



Copyright © 2015. All Rights Reserved.