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

Packages that use VAction
org.eclipse.emf.ecp.view.dynamictree.ui   
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   
 

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

Methods in org.eclipse.emf.ecp.view.dynamictree.ui with parameters of type VAction
static void DynamicTreeModelService.createActions(VCategorizableElement categorizableElement, VAction... actions)
          Creates the actions for the given node.
 

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

Methods in org.eclipse.emf.ecp.view.spi.categorization.model that return VAction
 VAction VCategorizationFactory.createAction()
          Returns a new object of class 'Action'.
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model that return types with arguments of type VAction
 org.eclipse.emf.common.util.EList<VAction> VAbstractCategorization.getActions()
          Returns the value of the 'Actions' containment reference list.
 

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

Classes in org.eclipse.emf.ecp.view.spi.categorization.model.impl that implement VAction
 class VActionImpl
          An implementation of the model object 'Action'.
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model.impl that return VAction
 VAction VCategorizationFactoryImpl.createAction()
           
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model.impl that return types with arguments of type VAction
 org.eclipse.emf.common.util.EList<VAction> VAbstractCategorizationImpl.getActions()
           
 

Uses of VAction 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 VAction
 T CategorizationSwitch.caseAction(VAction object)
          Returns the result of interpreting the object as an instance of 'Action'.
 



Copyright © 2014. All Rights Reserved.