Uses of Interface
org.eclipse.emf.ecp.view.spi.categorization.model.ECPAction

Packages that use ECPAction
org.eclipse.emf.ecp.view.dynamictree.model.impl   
org.eclipse.emf.ecp.view.spi.categorization.model   
org.eclipse.emf.ecp.view.spi.categorization.model.impl   
org.eclipse.emf.ecp.view.spi.categorization.swt   
 

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

Methods in org.eclipse.emf.ecp.view.dynamictree.model.impl that return types with arguments of type ECPAction
 List<ECPAction> DynamicContainmentItemImpl.getECPActions()
          
 

Method parameters in org.eclipse.emf.ecp.view.dynamictree.model.impl with type arguments of type ECPAction
 void DynamicContainmentItemImpl.setECPActions(List<ECPAction> actions)
          
 

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

Methods in org.eclipse.emf.ecp.view.spi.categorization.model that return types with arguments of type ECPAction
 List<ECPAction> VCategorizableElement.getECPActions()
           
 

Method parameters in org.eclipse.emf.ecp.view.spi.categorization.model with type arguments of type ECPAction
 void VCategorizableElement.setECPActions(List<ECPAction> actions)
           
 

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

Methods in org.eclipse.emf.ecp.view.spi.categorization.model.impl that return types with arguments of type ECPAction
 List<ECPAction> VAbstractCategorizationImpl.getECPActions()
          
 

Method parameters in org.eclipse.emf.ecp.view.spi.categorization.model.impl with type arguments of type ECPAction
 void VAbstractCategorizationImpl.setECPActions(List<ECPAction> actions)
          
 

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

Classes in org.eclipse.emf.ecp.view.spi.categorization.swt that implement ECPAction
 class ECPTreeViewAction
          This ECPAction implementation is specific for a TreeViewer.
 



Copyright © 2015. All Rights Reserved.