Uses of Interface
org.eclipse.emf.ecp.view.spi.custom.model.VCustomControl

Packages that use VCustomControl
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.custom.swt   
 

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

Methods in org.eclipse.emf.ecp.view.spi.custom.model that return VCustomControl
 VCustomControl VCustomFactory.createCustomControl()
          Returns a new object of class 'Control'.
 

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

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

Methods in org.eclipse.emf.ecp.view.spi.custom.model.impl that return VCustomControl
 VCustomControl VCustomFactoryImpl.createCustomControl()
           
 

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

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

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



Copyright © 2014. All Rights Reserved.